Package | Description |
---|---|
alluxio.grpc | |
alluxio.master.file |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<GetMountTablePRequest> |
GetMountTablePRequest.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
GetMountTablePRequest |
GetMountTablePRequest.Builder.build() |
GetMountTablePRequest |
GetMountTablePRequest.Builder.buildPartial() |
static GetMountTablePRequest |
GetMountTablePRequest.getDefaultInstance() |
GetMountTablePRequest |
GetMountTablePRequest.getDefaultInstanceForType() |
GetMountTablePRequest |
GetMountTablePRequest.Builder.getDefaultInstanceForType() |
static GetMountTablePRequest |
GetMountTablePRequest.parseDelimitedFrom(InputStream input) |
static GetMountTablePRequest |
GetMountTablePRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetMountTablePRequest |
GetMountTablePRequest.parseFrom(byte[] data) |
static GetMountTablePRequest |
GetMountTablePRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetMountTablePRequest |
GetMountTablePRequest.parseFrom(ByteBuffer data) |
static GetMountTablePRequest |
GetMountTablePRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetMountTablePRequest |
GetMountTablePRequest.parseFrom(com.google.protobuf.ByteString data) |
static GetMountTablePRequest |
GetMountTablePRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetMountTablePRequest |
GetMountTablePRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static GetMountTablePRequest |
GetMountTablePRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetMountTablePRequest |
GetMountTablePRequest.parseFrom(InputStream input) |
static GetMountTablePRequest |
GetMountTablePRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<GetMountTablePRequest,GetMountTablePResponse> |
FileSystemMasterClientServiceGrpc.getGetMountTableMethod() |
com.google.protobuf.Parser<GetMountTablePRequest> |
GetMountTablePRequest.getParserForType() |
static com.google.protobuf.Parser<GetMountTablePRequest> |
GetMountTablePRequest.parser() |
Modifier and Type | Method and Description |
---|---|
GetMountTablePResponse |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceBlockingStub.getMountTable(GetMountTablePRequest request)
Returns a map from each Alluxio path to information of corresponding mount point
|
com.google.common.util.concurrent.ListenableFuture<GetMountTablePResponse> |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceFutureStub.getMountTable(GetMountTablePRequest request)
Returns a map from each Alluxio path to information of corresponding mount point
|
void |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceImplBase.getMountTable(GetMountTablePRequest request,
io.grpc.stub.StreamObserver<GetMountTablePResponse> responseObserver)
Returns a map from each Alluxio path to information of corresponding mount point
|
void |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceStub.getMountTable(GetMountTablePRequest request,
io.grpc.stub.StreamObserver<GetMountTablePResponse> responseObserver)
Returns a map from each Alluxio path to information of corresponding mount point
|
GetMountTablePRequest.Builder |
GetMountTablePRequest.Builder.mergeFrom(GetMountTablePRequest other) |
static GetMountTablePRequest.Builder |
GetMountTablePRequest.newBuilder(GetMountTablePRequest prototype) |
Modifier and Type | Method and Description |
---|---|
void |
FileSystemMasterClientServiceHandler.getMountTable(GetMountTablePRequest request,
io.grpc.stub.StreamObserver<GetMountTablePResponse> responseObserver) |
Copyright © 2023. All Rights Reserved.