Package | Description |
---|---|
alluxio.client.block.stream | |
alluxio.grpc | |
alluxio.master.file | |
alluxio.worker.grpc |
Modifier and Type | Method and Description |
---|---|
ExistsPResponse |
DefaultBlockWorkerClient.exists(ExistsPRequest request) |
ExistsPResponse |
BlockWorkerClient.exists(ExistsPRequest request)
Check if a file or dir exists.
|
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> |
BlockWorkerGrpc.getExistsMethod() |
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 |
BlockWorkerGrpc.BlockWorkerBlockingStub.exists(ExistsPRequest request)
Checks the existence of a file or directory.
|
com.google.common.util.concurrent.ListenableFuture<ExistsPResponse> |
BlockWorkerGrpc.BlockWorkerFutureStub.exists(ExistsPRequest request)
Checks the existence of a file or directory.
|
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.
|
default void |
BlockWorkerGrpc.AsyncService.exists(ExistsPRequest request,
io.grpc.stub.StreamObserver<ExistsPResponse> responseObserver)
Checks the existence of a file or directory.
|
void |
BlockWorkerGrpc.BlockWorkerStub.exists(ExistsPRequest request,
io.grpc.stub.StreamObserver<ExistsPResponse> responseObserver)
Checks the existence of a file or directory.
|
default void |
FileSystemMasterClientServiceGrpc.AsyncService.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) |
Modifier and Type | Method and Description |
---|---|
void |
DoraWorkerClientServiceHandler.exists(ExistsPRequest request,
io.grpc.stub.StreamObserver<ExistsPResponse> responseObserver) |
Copyright © 2023. All Rights Reserved.