Package | Description |
---|---|
alluxio.master.file | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
CheckConsistencyTResponse |
FileSystemMasterClientServiceHandler.checkConsistency(String path,
CheckConsistencyTOptions options) |
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) |
CheckConsistencyTResponse |
CheckConsistencyTResponse.deepCopy() |
CheckConsistencyTResponse |
FileSystemMasterClientService.AsyncClient.checkConsistency_call.getResult() |
CheckConsistencyTResponse |
FileSystemMasterClientService.checkConsistency_result.getSuccess() |
CheckConsistencyTResponse |
FileSystemMasterClientService.Client.recv_checkConsistency() |
CheckConsistencyTResponse |
CheckConsistencyTResponse.setInconsistentPaths(List<String> inconsistentPaths) |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<CheckConsistencyTResponse> |
FileSystemMasterClientService.AsyncProcessor.checkConsistency.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
CheckConsistencyTResponse.compareTo(CheckConsistencyTResponse other) |
boolean |
CheckConsistencyTResponse.equals(CheckConsistencyTResponse that) |
FileSystemMasterClientService.checkConsistency_result |
FileSystemMasterClientService.checkConsistency_result.setSuccess(CheckConsistencyTResponse success) |
Modifier and Type | Method and Description |
---|---|
void |
FileSystemMasterClientService.AsyncProcessor.checkConsistency.start(I iface,
FileSystemMasterClientService.checkConsistency_args args,
org.apache.thrift.async.AsyncMethodCallback<CheckConsistencyTResponse> resultHandler) |
Constructor and Description |
---|
checkConsistency_result(CheckConsistencyTResponse success,
AlluxioTException e) |
CheckConsistencyTResponse(CheckConsistencyTResponse other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.