| Package | Description |
|---|---|
| org.apache.hadoop.hbase.client |
Provides HBase Client
|
| org.apache.hadoop.hbase.master | |
| org.apache.hadoop.hbase.shaded.protobuf.generated |
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.SnapshotResponse |
ShortCircuitMasterConnection.snapshot(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.SnapshotRequest request) |
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.SnapshotResponse |
MasterRpcServices.snapshot(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.SnapshotRequest request)
Triggers an asynchronous attempt to take a snapshot.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<MasterProtos.SnapshotResponse> |
MasterProtos.SnapshotResponse.PARSER
Deprecated.
|
| 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,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.SnapshotResponse |
MasterProtos.SnapshotResponse.parseFrom(byte[] data) |
static MasterProtos.SnapshotResponse |
MasterProtos.SnapshotResponse.parseFrom(byte[] data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.SnapshotResponse |
MasterProtos.SnapshotResponse.parseFrom(ByteBuffer data) |
static MasterProtos.SnapshotResponse |
MasterProtos.SnapshotResponse.parseFrom(ByteBuffer data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.SnapshotResponse |
MasterProtos.SnapshotResponse.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) |
static MasterProtos.SnapshotResponse |
MasterProtos.SnapshotResponse.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.SnapshotResponse |
MasterProtos.SnapshotResponse.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) |
static MasterProtos.SnapshotResponse |
MasterProtos.SnapshotResponse.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.SnapshotResponse |
MasterProtos.SnapshotResponse.parseFrom(InputStream input) |
static MasterProtos.SnapshotResponse |
MasterProtos.SnapshotResponse.parseFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MasterProtos.SnapshotResponse |
MasterProtos.MasterService.BlockingInterface.snapshot(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.SnapshotRequest request) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hbase.thirdparty.com.google.protobuf.Parser<MasterProtos.SnapshotResponse> |
MasterProtos.SnapshotResponse.getParserForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<MasterProtos.SnapshotResponse> |
MasterProtos.SnapshotResponse.parser() |
| 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(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.SnapshotRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.SnapshotResponse> done)
Create a snapshot for the given table.
|
void |
MasterProtos.MasterService.Interface.snapshot(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.SnapshotRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.SnapshotResponse> done)
Create a snapshot for the given table.
|
void |
MasterProtos.MasterService.Stub.snapshot(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.SnapshotRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.SnapshotResponse> done) |
Copyright © 2007–2019 Cloudera. All rights reserved.