Uses of Enum Class
org.apache.hadoop.hbase.client.SnapshotType
Packages that use org.apache.hadoop.hbase.client.SnapshotType
Package
Description
Provides HBase Client
-
Uses of org.apache.hadoop.hbase.client.SnapshotType in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.client.SnapshotType in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.client.SnapshotType
SnapshotDescription.getType()
static org.apache.hadoop.hbase.client.SnapshotType
SnapshotType.valueOf
(String name) static org.apache.hadoop.hbase.client.SnapshotType[]
SnapshotType.values()
Methods in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.SnapshotType in inModifier and TypeMethodDescriptiondefault void
Admin.snapshot
(String snapshotName, org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.client.SnapshotType type) Create typed snapshot of the table.default void
Admin.snapshot
(String snapshotName, org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.client.SnapshotType type, Map<String, Object> snapshotProps) Create typed snapshot of the table.default CompletableFuture<Void>
AsyncAdmin.snapshot
(String snapshotName, org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.client.SnapshotType type) Create typed snapshot of the table.Constructors in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.SnapshotType in inModifierConstructorDescriptionSnapshotDescription
(String name, org.apache.hadoop.hbase.TableName table, org.apache.hadoop.hbase.client.SnapshotType type) SnapshotDescription
(String name, org.apache.hadoop.hbase.TableName table, org.apache.hadoop.hbase.client.SnapshotType type, String owner) SnapshotDescription
(String name, org.apache.hadoop.hbase.TableName table, org.apache.hadoop.hbase.client.SnapshotType type, String owner, long creationTime, int version) Deprecated.since 2.3.0 and will be removed in 4.0.0.SnapshotDescription
(String name, org.apache.hadoop.hbase.TableName table, org.apache.hadoop.hbase.client.SnapshotType type, String owner, long creationTime, int version, Map<String, Object> snapshotProps) SnapshotDescription Parameterized ConstructorSnapshotDescription
(String snapshotName, org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.client.SnapshotType type, Map<String, Object> snapshotProps) SnapshotDescription Parameterized Constructor -
Uses of org.apache.hadoop.hbase.client.SnapshotType in org.apache.hadoop.hbase.shaded.protobuf
Methods in org.apache.hadoop.hbase.shaded.protobuf that return org.apache.hadoop.hbase.client.SnapshotType in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.client.SnapshotType
ProtobufUtil.createSnapshotType
(org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotDescription.Type type) CreatesSnapshotType
from theSnapshotProtos.SnapshotDescription.Type
Methods in org.apache.hadoop.hbase.shaded.protobuf with parameters of type org.apache.hadoop.hbase.client.SnapshotType in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotDescription.Type
ProtobufUtil.createProtosSnapShotDescType
(org.apache.hadoop.hbase.client.SnapshotType type) CreatesSnapshotProtos.SnapshotDescription.Type
fromSnapshotType