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