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