| Package | Description |
|---|---|
| org.apache.hadoop.hbase.client |
Provides HBase Client
|
| org.apache.hadoop.hbase.protobuf.generated | |
| org.apache.hadoop.hbase.snapshot |
| Modifier and Type | Method and Description |
|---|---|
void |
HBaseAdmin.snapshot(byte[] snapshotName,
byte[] tableName,
HBaseProtos.SnapshotDescription.Type flushType)
Create snapshot for the given table of given flush type.
|
void |
HBaseAdmin.snapshot(String snapshotName,
byte[] tableName,
HBaseProtos.SnapshotDescription.Type type) |
void |
HBaseAdmin.snapshot(String snapshotName,
String tableName,
HBaseProtos.SnapshotDescription.Type type) |
void |
HBaseAdmin.snapshot(String snapshotName,
TableName tableName,
HBaseProtos.SnapshotDescription.Type type)
Create typed snapshot of the table.
|
void |
Admin.snapshot(String snapshotName,
TableName tableName,
HBaseProtos.SnapshotDescription.Type type)
Create typed snapshot of the table.
|
| Modifier and Type | Method and Description |
|---|---|
HBaseProtos.SnapshotDescription.Type |
HBaseProtos.SnapshotDescriptionOrBuilder.getType()
optional .SnapshotDescription.Type type = 4 [default = FLUSH]; |
HBaseProtos.SnapshotDescription.Type |
HBaseProtos.SnapshotDescription.getType()
optional .SnapshotDescription.Type type = 4 [default = FLUSH]; |
HBaseProtos.SnapshotDescription.Type |
HBaseProtos.SnapshotDescription.Builder.getType()
optional .SnapshotDescription.Type type = 4 [default = FLUSH]; |
static HBaseProtos.SnapshotDescription.Type |
HBaseProtos.SnapshotDescription.Type.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static HBaseProtos.SnapshotDescription.Type |
HBaseProtos.SnapshotDescription.Type.valueOf(int value) |
static HBaseProtos.SnapshotDescription.Type |
HBaseProtos.SnapshotDescription.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HBaseProtos.SnapshotDescription.Type[] |
HBaseProtos.SnapshotDescription.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<HBaseProtos.SnapshotDescription.Type> |
HBaseProtos.SnapshotDescription.Type.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
HBaseProtos.SnapshotDescription.Builder |
HBaseProtos.SnapshotDescription.Builder.setType(HBaseProtos.SnapshotDescription.Type value)
optional .SnapshotDescription.Type type = 4 [default = FLUSH]; |
| Modifier and Type | Method and Description |
|---|---|
static long |
SnapshotDescriptionUtils.getMaxMasterTimeout(org.apache.hadoop.conf.Configuration conf,
HBaseProtos.SnapshotDescription.Type type,
long defaultMaxWaitTime) |
Copyright © 2007–2016 Cloudera. All rights reserved.