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