Package | Description |
---|---|
alluxio.grpc.table | |
alluxio.master.table |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<GetTablePRequest> |
GetTablePRequest.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
GetTablePRequest |
GetTablePRequest.Builder.build() |
GetTablePRequest |
GetTablePRequest.Builder.buildPartial() |
static GetTablePRequest |
GetTablePRequest.getDefaultInstance() |
GetTablePRequest |
GetTablePRequest.getDefaultInstanceForType() |
GetTablePRequest |
GetTablePRequest.Builder.getDefaultInstanceForType() |
static GetTablePRequest |
GetTablePRequest.parseDelimitedFrom(InputStream input) |
static GetTablePRequest |
GetTablePRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetTablePRequest |
GetTablePRequest.parseFrom(byte[] data) |
static GetTablePRequest |
GetTablePRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetTablePRequest |
GetTablePRequest.parseFrom(ByteBuffer data) |
static GetTablePRequest |
GetTablePRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetTablePRequest |
GetTablePRequest.parseFrom(com.google.protobuf.ByteString data) |
static GetTablePRequest |
GetTablePRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetTablePRequest |
GetTablePRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static GetTablePRequest |
GetTablePRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetTablePRequest |
GetTablePRequest.parseFrom(InputStream input) |
static GetTablePRequest |
GetTablePRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<GetTablePRequest,GetTablePResponse> |
TableMasterClientServiceGrpc.getGetTableMethod() |
com.google.protobuf.Parser<GetTablePRequest> |
GetTablePRequest.getParserForType() |
static com.google.protobuf.Parser<GetTablePRequest> |
GetTablePRequest.parser() |
Modifier and Type | Method and Description |
---|---|
GetTablePResponse |
TableMasterClientServiceGrpc.TableMasterClientServiceBlockingStub.getTable(GetTablePRequest request)
Returns a specific table info
|
com.google.common.util.concurrent.ListenableFuture<GetTablePResponse> |
TableMasterClientServiceGrpc.TableMasterClientServiceFutureStub.getTable(GetTablePRequest request)
Returns a specific table info
|
void |
TableMasterClientServiceGrpc.TableMasterClientServiceImplBase.getTable(GetTablePRequest request,
io.grpc.stub.StreamObserver<GetTablePResponse> responseObserver)
Returns a specific table info
|
void |
TableMasterClientServiceGrpc.TableMasterClientServiceStub.getTable(GetTablePRequest request,
io.grpc.stub.StreamObserver<GetTablePResponse> responseObserver)
Returns a specific table info
|
GetTablePRequest.Builder |
GetTablePRequest.Builder.mergeFrom(GetTablePRequest other) |
static GetTablePRequest.Builder |
GetTablePRequest.newBuilder(GetTablePRequest prototype) |
Modifier and Type | Method and Description |
---|---|
void |
TableMasterClientServiceHandler.getTable(GetTablePRequest request,
io.grpc.stub.StreamObserver<GetTablePResponse> responseObserver) |
Copyright © 2023. All Rights Reserved.