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