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