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