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