Package | Description |
---|---|
alluxio.grpc | |
alluxio.master.file |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<CheckConsistencyPResponse> |
CheckConsistencyPResponse.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CheckConsistencyPResponse |
CheckConsistencyPResponse.Builder.build() |
CheckConsistencyPResponse |
CheckConsistencyPResponse.Builder.buildPartial() |
CheckConsistencyPResponse |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceBlockingStub.checkConsistency(CheckConsistencyPRequest request)
Checks the consistency of the files and directores with the path as the root of the subtree
|
static CheckConsistencyPResponse |
CheckConsistencyPResponse.getDefaultInstance() |
CheckConsistencyPResponse |
CheckConsistencyPResponse.getDefaultInstanceForType() |
CheckConsistencyPResponse |
CheckConsistencyPResponse.Builder.getDefaultInstanceForType() |
static CheckConsistencyPResponse |
CheckConsistencyPResponse.parseDelimitedFrom(InputStream input) |
static CheckConsistencyPResponse |
CheckConsistencyPResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CheckConsistencyPResponse |
CheckConsistencyPResponse.parseFrom(byte[] data) |
static CheckConsistencyPResponse |
CheckConsistencyPResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CheckConsistencyPResponse |
CheckConsistencyPResponse.parseFrom(ByteBuffer data) |
static CheckConsistencyPResponse |
CheckConsistencyPResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CheckConsistencyPResponse |
CheckConsistencyPResponse.parseFrom(com.google.protobuf.ByteString data) |
static CheckConsistencyPResponse |
CheckConsistencyPResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CheckConsistencyPResponse |
CheckConsistencyPResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static CheckConsistencyPResponse |
CheckConsistencyPResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CheckConsistencyPResponse |
CheckConsistencyPResponse.parseFrom(InputStream input) |
static CheckConsistencyPResponse |
CheckConsistencyPResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<CheckConsistencyPResponse> |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceFutureStub.checkConsistency(CheckConsistencyPRequest request)
Checks the consistency of the files and directores with the path as the root of the subtree
|
static io.grpc.MethodDescriptor<CheckConsistencyPRequest,CheckConsistencyPResponse> |
FileSystemMasterClientServiceGrpc.getCheckConsistencyMethod() |
com.google.protobuf.Parser<CheckConsistencyPResponse> |
CheckConsistencyPResponse.getParserForType() |
static com.google.protobuf.Parser<CheckConsistencyPResponse> |
CheckConsistencyPResponse.parser() |
Modifier and Type | Method and Description |
---|---|
CheckConsistencyPResponse.Builder |
CheckConsistencyPResponse.Builder.mergeFrom(CheckConsistencyPResponse other) |
static CheckConsistencyPResponse.Builder |
CheckConsistencyPResponse.newBuilder(CheckConsistencyPResponse prototype) |
Modifier and Type | Method and Description |
---|---|
void |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceImplBase.checkConsistency(CheckConsistencyPRequest request,
io.grpc.stub.StreamObserver<CheckConsistencyPResponse> responseObserver)
Checks the consistency of the files and directores with the path as the root of the subtree
|
void |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceStub.checkConsistency(CheckConsistencyPRequest request,
io.grpc.stub.StreamObserver<CheckConsistencyPResponse> responseObserver)
Checks the consistency of the files and directores with the path as the root of the subtree
|
Modifier and Type | Method and Description |
---|---|
void |
FileSystemMasterClientServiceHandler.checkConsistency(CheckConsistencyPRequest request,
io.grpc.stub.StreamObserver<CheckConsistencyPResponse> responseObserver) |
Copyright © 2023. All Rights Reserved.