Package | Description |
---|---|
alluxio.client.file.options | |
alluxio.master.file | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
UpdateUfsModeTOptions |
UpdateUfsModeOptions.toThrift() |
Constructor and Description |
---|
UpdateUfsModeOptions(UpdateUfsModeTOptions options)
Constructs a mount options from thrift options.
|
Modifier and Type | Method and Description |
---|---|
UpdateUfsModeTResponse |
FileSystemMasterClientServiceHandler.updateUfsMode(String ufsPath,
UpdateUfsModeTOptions options) |
Modifier and Type | Method and Description |
---|---|
UpdateUfsModeTOptions |
UpdateUfsModeTOptions.deepCopy() |
UpdateUfsModeTOptions |
FileSystemMasterClientService.updateUfsMode_args.getOptions()
the method options
|
UpdateUfsModeTOptions |
UpdateUfsModeTOptions.setUfsMode(UfsMode ufsMode) |
Modifier and Type | Method and Description |
---|---|
int |
UpdateUfsModeTOptions.compareTo(UpdateUfsModeTOptions other) |
boolean |
UpdateUfsModeTOptions.equals(UpdateUfsModeTOptions that) |
void |
FileSystemMasterClientService.Client.send_updateUfsMode(String ufsPath,
UpdateUfsModeTOptions options) |
FileSystemMasterClientService.updateUfsMode_args |
FileSystemMasterClientService.updateUfsMode_args.setOptions(UpdateUfsModeTOptions options)
the method options
|
UpdateUfsModeTResponse |
FileSystemMasterClientService.Iface.updateUfsMode(String ufsPath,
UpdateUfsModeTOptions options)
Updates the ufs mode for a ufs path under one or more mount points.
|
UpdateUfsModeTResponse |
FileSystemMasterClientService.Client.updateUfsMode(String ufsPath,
UpdateUfsModeTOptions options) |
void |
FileSystemMasterClientService.AsyncIface.updateUfsMode(String ufsPath,
UpdateUfsModeTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
FileSystemMasterClientService.AsyncClient.updateUfsMode(String ufsPath,
UpdateUfsModeTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
Constructor and Description |
---|
updateUfsMode_args(String ufsPath,
UpdateUfsModeTOptions options) |
updateUfsMode_call(String ufsPath,
UpdateUfsModeTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
UpdateUfsModeTOptions(UpdateUfsModeTOptions other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.