|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HBaseProtos.SnapshotDescription.Type | |
---|---|
org.apache.hadoop.hbase.client | Provides HBase Client |
org.apache.hadoop.hbase.protobuf.generated | |
org.apache.hadoop.hbase.snapshot |
Uses of HBaseProtos.SnapshotDescription.Type in org.apache.hadoop.hbase.client |
---|
Methods in org.apache.hadoop.hbase.client with parameters of type HBaseProtos.SnapshotDescription.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. |
Uses of HBaseProtos.SnapshotDescription.Type in org.apache.hadoop.hbase.protobuf.generated |
---|
Methods in org.apache.hadoop.hbase.protobuf.generated that return HBaseProtos.SnapshotDescription.Type | |
---|---|
HBaseProtos.SnapshotDescription.Type |
HBaseProtos.SnapshotDescriptionOrBuilder.getType()
|
HBaseProtos.SnapshotDescription.Type |
HBaseProtos.SnapshotDescription.getType()
|
HBaseProtos.SnapshotDescription.Type |
HBaseProtos.SnapshotDescription.Builder.getType()
|
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. |
Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type HBaseProtos.SnapshotDescription.Type | |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<HBaseProtos.SnapshotDescription.Type> |
HBaseProtos.SnapshotDescription.Type.internalGetValueMap()
|
Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type HBaseProtos.SnapshotDescription.Type | |
---|---|
HBaseProtos.SnapshotDescription.Builder |
HBaseProtos.SnapshotDescription.Builder.setType(HBaseProtos.SnapshotDescription.Type value)
|
Uses of HBaseProtos.SnapshotDescription.Type in org.apache.hadoop.hbase.snapshot |
---|
Methods in org.apache.hadoop.hbase.snapshot with parameters of type HBaseProtos.SnapshotDescription.Type | |
---|---|
static long |
SnapshotDescriptionUtils.getMaxMasterTimeout(org.apache.hadoop.conf.Configuration conf,
HBaseProtos.SnapshotDescription.Type type,
long defaultMaxWaitTime)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |