Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.protobuf.generated |
Modifier and Type | Method and Description |
---|---|
MasterProtos.SnapshotResponse |
HBaseAdmin.takeSnapshotAsync(HBaseProtos.SnapshotDescription snapshot)
Take a snapshot without waiting for the server to complete that snapshot (asynchronous)
|
MasterProtos.SnapshotResponse |
Admin.takeSnapshotAsync(HBaseProtos.SnapshotDescription snapshot)
Take a snapshot without waiting for the server to complete that snapshot (asynchronous) Only a
single snapshot should be taken at a time, or results may be undefined.
|
Modifier and Type | Method and Description |
---|---|
MasterProtos.SnapshotResponse |
MasterRpcServices.snapshot(com.google.protobuf.RpcController controller,
MasterProtos.SnapshotRequest request)
Triggers an asynchronous attempt to take a snapshot.
|
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<MasterProtos.SnapshotResponse> |
MasterProtos.SnapshotResponse.PARSER |
Modifier and Type | Method and Description |
---|---|
MasterProtos.SnapshotResponse |
MasterProtos.SnapshotResponse.Builder.build() |
MasterProtos.SnapshotResponse |
MasterProtos.SnapshotResponse.Builder.buildPartial() |
static MasterProtos.SnapshotResponse |
MasterProtos.SnapshotResponse.getDefaultInstance() |
MasterProtos.SnapshotResponse |
MasterProtos.SnapshotResponse.getDefaultInstanceForType() |
MasterProtos.SnapshotResponse |
MasterProtos.SnapshotResponse.Builder.getDefaultInstanceForType() |
static MasterProtos.SnapshotResponse |
MasterProtos.SnapshotResponse.parseDelimitedFrom(InputStream input) |
static MasterProtos.SnapshotResponse |
MasterProtos.SnapshotResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.SnapshotResponse |
MasterProtos.SnapshotResponse.parseFrom(byte[] data) |
static MasterProtos.SnapshotResponse |
MasterProtos.SnapshotResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.SnapshotResponse |
MasterProtos.SnapshotResponse.parseFrom(com.google.protobuf.ByteString data) |
static MasterProtos.SnapshotResponse |
MasterProtos.SnapshotResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.SnapshotResponse |
MasterProtos.SnapshotResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static MasterProtos.SnapshotResponse |
MasterProtos.SnapshotResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.SnapshotResponse |
MasterProtos.SnapshotResponse.parseFrom(InputStream input) |
static MasterProtos.SnapshotResponse |
MasterProtos.SnapshotResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MasterProtos.SnapshotResponse |
MasterProtos.MasterService.BlockingInterface.snapshot(com.google.protobuf.RpcController controller,
MasterProtos.SnapshotRequest request) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<MasterProtos.SnapshotResponse> |
MasterProtos.SnapshotResponse.getParserForType() |
Modifier and Type | Method and Description |
---|---|
MasterProtos.SnapshotResponse.Builder |
MasterProtos.SnapshotResponse.Builder.mergeFrom(MasterProtos.SnapshotResponse other) |
static MasterProtos.SnapshotResponse.Builder |
MasterProtos.SnapshotResponse.newBuilder(MasterProtos.SnapshotResponse prototype) |
Modifier and Type | Method and Description |
---|---|
abstract void |
MasterProtos.MasterService.snapshot(com.google.protobuf.RpcController controller,
MasterProtos.SnapshotRequest request,
com.google.protobuf.RpcCallback<MasterProtos.SnapshotResponse> done)
rpc Snapshot(.SnapshotRequest) returns (.SnapshotResponse); |
void |
MasterProtos.MasterService.Interface.snapshot(com.google.protobuf.RpcController controller,
MasterProtos.SnapshotRequest request,
com.google.protobuf.RpcCallback<MasterProtos.SnapshotResponse> done)
rpc Snapshot(.SnapshotRequest) returns (.SnapshotResponse); |
void |
MasterProtos.MasterService.Stub.snapshot(com.google.protobuf.RpcController controller,
MasterProtos.SnapshotRequest request,
com.google.protobuf.RpcCallback<MasterProtos.SnapshotResponse> done) |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.