Package | Description |
---|---|
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.protobuf.generated |
Modifier and Type | Method and Description |
---|---|
MasterProtos.IsSnapshotDoneResponse |
MasterRpcServices.isSnapshotDone(com.google.protobuf.RpcController controller,
MasterProtos.IsSnapshotDoneRequest request)
Checks if the specified snapshot is done.
|
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<MasterProtos.IsSnapshotDoneResponse> |
MasterProtos.IsSnapshotDoneResponse.PARSER |
Modifier and Type | Method and Description |
---|---|
MasterProtos.IsSnapshotDoneResponse |
MasterProtos.IsSnapshotDoneResponse.Builder.build() |
MasterProtos.IsSnapshotDoneResponse |
MasterProtos.IsSnapshotDoneResponse.Builder.buildPartial() |
static MasterProtos.IsSnapshotDoneResponse |
MasterProtos.IsSnapshotDoneResponse.getDefaultInstance() |
MasterProtos.IsSnapshotDoneResponse |
MasterProtos.IsSnapshotDoneResponse.getDefaultInstanceForType() |
MasterProtos.IsSnapshotDoneResponse |
MasterProtos.IsSnapshotDoneResponse.Builder.getDefaultInstanceForType() |
MasterProtos.IsSnapshotDoneResponse |
MasterProtos.MasterService.BlockingInterface.isSnapshotDone(com.google.protobuf.RpcController controller,
MasterProtos.IsSnapshotDoneRequest request) |
static MasterProtos.IsSnapshotDoneResponse |
MasterProtos.IsSnapshotDoneResponse.parseDelimitedFrom(InputStream input) |
static MasterProtos.IsSnapshotDoneResponse |
MasterProtos.IsSnapshotDoneResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.IsSnapshotDoneResponse |
MasterProtos.IsSnapshotDoneResponse.parseFrom(byte[] data) |
static MasterProtos.IsSnapshotDoneResponse |
MasterProtos.IsSnapshotDoneResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.IsSnapshotDoneResponse |
MasterProtos.IsSnapshotDoneResponse.parseFrom(com.google.protobuf.ByteString data) |
static MasterProtos.IsSnapshotDoneResponse |
MasterProtos.IsSnapshotDoneResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.IsSnapshotDoneResponse |
MasterProtos.IsSnapshotDoneResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static MasterProtos.IsSnapshotDoneResponse |
MasterProtos.IsSnapshotDoneResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.IsSnapshotDoneResponse |
MasterProtos.IsSnapshotDoneResponse.parseFrom(InputStream input) |
static MasterProtos.IsSnapshotDoneResponse |
MasterProtos.IsSnapshotDoneResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<MasterProtos.IsSnapshotDoneResponse> |
MasterProtos.IsSnapshotDoneResponse.getParserForType() |
Modifier and Type | Method and Description |
---|---|
MasterProtos.IsSnapshotDoneResponse.Builder |
MasterProtos.IsSnapshotDoneResponse.Builder.mergeFrom(MasterProtos.IsSnapshotDoneResponse other) |
static MasterProtos.IsSnapshotDoneResponse.Builder |
MasterProtos.IsSnapshotDoneResponse.newBuilder(MasterProtos.IsSnapshotDoneResponse prototype) |
Modifier and Type | Method and Description |
---|---|
abstract void |
MasterProtos.MasterService.isSnapshotDone(com.google.protobuf.RpcController controller,
MasterProtos.IsSnapshotDoneRequest request,
com.google.protobuf.RpcCallback<MasterProtos.IsSnapshotDoneResponse> done)
rpc IsSnapshotDone(.IsSnapshotDoneRequest) returns (.IsSnapshotDoneResponse); |
void |
MasterProtos.MasterService.Interface.isSnapshotDone(com.google.protobuf.RpcController controller,
MasterProtos.IsSnapshotDoneRequest request,
com.google.protobuf.RpcCallback<MasterProtos.IsSnapshotDoneResponse> done)
rpc IsSnapshotDone(.IsSnapshotDoneRequest) returns (.IsSnapshotDoneResponse); |
void |
MasterProtos.MasterService.Stub.isSnapshotDone(com.google.protobuf.RpcController controller,
MasterProtos.IsSnapshotDoneRequest request,
com.google.protobuf.RpcCallback<MasterProtos.IsSnapshotDoneResponse> done) |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.