Package | Description |
---|---|
alluxio.client.file.options | |
alluxio.master.file | |
alluxio.master.file.options | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
CheckConsistencyTOptions |
CheckConsistencyOptions.toThrift() |
Modifier and Type | Method and Description |
---|---|
CheckConsistencyTResponse |
FileSystemMasterClientServiceHandler.checkConsistency(String path,
CheckConsistencyTOptions options) |
Constructor and Description |
---|
CheckConsistencyOptions(CheckConsistencyTOptions options)
Constructs an instance of
CheckConsistencyOptions from
CheckConsistencyTOptions . |
Modifier and Type | Method and Description |
---|---|
CheckConsistencyTOptions |
CheckConsistencyTOptions.deepCopy() |
CheckConsistencyTOptions |
FileSystemMasterClientService.checkConsistency_args.getOptions()
the method options
|
CheckConsistencyTOptions |
CheckConsistencyTOptions.setCommonOptions(FileSystemMasterCommonTOptions commonOptions) |
Modifier and Type | Method and Description |
---|---|
CheckConsistencyTResponse |
FileSystemMasterClientService.Iface.checkConsistency(String path,
CheckConsistencyTOptions options)
Checks the consistency of the files and directores with the path as the root of the subtree
|
CheckConsistencyTResponse |
FileSystemMasterClientService.Client.checkConsistency(String path,
CheckConsistencyTOptions options) |
void |
FileSystemMasterClientService.AsyncIface.checkConsistency(String path,
CheckConsistencyTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
FileSystemMasterClientService.AsyncClient.checkConsistency(String path,
CheckConsistencyTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
int |
CheckConsistencyTOptions.compareTo(CheckConsistencyTOptions other) |
boolean |
CheckConsistencyTOptions.equals(CheckConsistencyTOptions that) |
void |
FileSystemMasterClientService.Client.send_checkConsistency(String path,
CheckConsistencyTOptions options) |
FileSystemMasterClientService.checkConsistency_args |
FileSystemMasterClientService.checkConsistency_args.setOptions(CheckConsistencyTOptions options)
the method options
|
Constructor and Description |
---|
checkConsistency_args(String path,
CheckConsistencyTOptions options) |
checkConsistency_call(String path,
CheckConsistencyTOptions 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) |
CheckConsistencyTOptions(CheckConsistencyTOptions other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.