Package | Description |
---|---|
alluxio.grpc.table | |
alluxio.master.table |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<AttachDatabasePResponse> |
AttachDatabasePResponse.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AttachDatabasePResponse |
TableMasterClientServiceGrpc.TableMasterClientServiceBlockingStub.attachDatabase(AttachDatabasePRequest request)
Attach an existing database into the catalog as a new database name
|
AttachDatabasePResponse |
AttachDatabasePResponse.Builder.build() |
AttachDatabasePResponse |
AttachDatabasePResponse.Builder.buildPartial() |
static AttachDatabasePResponse |
AttachDatabasePResponse.getDefaultInstance() |
AttachDatabasePResponse |
AttachDatabasePResponse.getDefaultInstanceForType() |
AttachDatabasePResponse |
AttachDatabasePResponse.Builder.getDefaultInstanceForType() |
static AttachDatabasePResponse |
AttachDatabasePResponse.parseDelimitedFrom(InputStream input) |
static AttachDatabasePResponse |
AttachDatabasePResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AttachDatabasePResponse |
AttachDatabasePResponse.parseFrom(byte[] data) |
static AttachDatabasePResponse |
AttachDatabasePResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AttachDatabasePResponse |
AttachDatabasePResponse.parseFrom(ByteBuffer data) |
static AttachDatabasePResponse |
AttachDatabasePResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AttachDatabasePResponse |
AttachDatabasePResponse.parseFrom(com.google.protobuf.ByteString data) |
static AttachDatabasePResponse |
AttachDatabasePResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AttachDatabasePResponse |
AttachDatabasePResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static AttachDatabasePResponse |
AttachDatabasePResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AttachDatabasePResponse |
AttachDatabasePResponse.parseFrom(InputStream input) |
static AttachDatabasePResponse |
AttachDatabasePResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<AttachDatabasePResponse> |
TableMasterClientServiceGrpc.TableMasterClientServiceFutureStub.attachDatabase(AttachDatabasePRequest request)
Attach an existing database into the catalog as a new database name
|
static io.grpc.MethodDescriptor<AttachDatabasePRequest,AttachDatabasePResponse> |
TableMasterClientServiceGrpc.getAttachDatabaseMethod() |
com.google.protobuf.Parser<AttachDatabasePResponse> |
AttachDatabasePResponse.getParserForType() |
static com.google.protobuf.Parser<AttachDatabasePResponse> |
AttachDatabasePResponse.parser() |
Modifier and Type | Method and Description |
---|---|
AttachDatabasePResponse.Builder |
AttachDatabasePResponse.Builder.mergeFrom(AttachDatabasePResponse other) |
static AttachDatabasePResponse.Builder |
AttachDatabasePResponse.newBuilder(AttachDatabasePResponse prototype) |
Modifier and Type | Method and Description |
---|---|
void |
TableMasterClientServiceGrpc.TableMasterClientServiceImplBase.attachDatabase(AttachDatabasePRequest request,
io.grpc.stub.StreamObserver<AttachDatabasePResponse> responseObserver)
Attach an existing database into the catalog as a new database name
|
void |
TableMasterClientServiceGrpc.TableMasterClientServiceStub.attachDatabase(AttachDatabasePRequest request,
io.grpc.stub.StreamObserver<AttachDatabasePResponse> responseObserver)
Attach an existing database into the catalog as a new database name
|
Modifier and Type | Method and Description |
---|---|
void |
TableMasterClientServiceHandler.attachDatabase(AttachDatabasePRequest request,
io.grpc.stub.StreamObserver<AttachDatabasePResponse> responseObserver) |
Copyright © 2023. All Rights Reserved.