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