| Package | Description |
|---|---|
| org.apache.hadoop.hbase.client |
Provides HBase Client
|
| org.apache.hadoop.hbase.protobuf |
Holds classes generated from protobuf
src/main/protobuf definition files. |
| org.apache.hadoop.hbase.shaded.protobuf |
| Modifier and Type | Method and Description |
|---|---|
SnapshotType |
SnapshotDescription.getType() |
static SnapshotType |
SnapshotType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnapshotType[] |
SnapshotType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<Void> |
AsyncAdmin.snapshot(String snapshotName,
org.apache.hadoop.hbase.TableName tableName,
SnapshotType type)
Create typed snapshot of the table.
|
void |
HBaseAdmin.snapshot(String snapshotName,
org.apache.hadoop.hbase.TableName tableName,
SnapshotType type) |
void |
Admin.snapshot(String snapshotName,
org.apache.hadoop.hbase.TableName tableName,
SnapshotType type)
Create typed snapshot of the table.
|
| Constructor and Description |
|---|
SnapshotDescription(String name,
String table,
SnapshotType type)
Deprecated.
Use the version with the TableName instance instead
|
SnapshotDescription(String name,
String table,
SnapshotType type,
String owner)
Deprecated.
Use the version with the TableName instance instead
|
SnapshotDescription(String name,
String table,
SnapshotType type,
String owner,
long creationTime,
int version)
Deprecated.
Use the version with the TableName instance instead
|
SnapshotDescription(String name,
org.apache.hadoop.hbase.TableName table,
SnapshotType type) |
SnapshotDescription(String name,
org.apache.hadoop.hbase.TableName table,
SnapshotType type,
String owner) |
SnapshotDescription(String name,
org.apache.hadoop.hbase.TableName table,
SnapshotType type,
String owner,
long creationTime,
int version) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription.Type |
ProtobufUtil.createProtosSnapShotDescType(SnapshotType type)
Creates
HBaseProtos.SnapshotDescription.Type
from SnapshotType |
| Modifier and Type | Method and Description |
|---|---|
static SnapshotType |
ProtobufUtil.createSnapshotType(org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotDescription.Type type)
Creates
SnapshotType from the type of
HBaseProtos.SnapshotDescription |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotDescription.Type |
ProtobufUtil.createProtosSnapShotDescType(SnapshotType type)
Creates
HBaseProtos.SnapshotDescription.Type
from SnapshotType |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.