Uses of Enum Class
org.apache.hadoop.hbase.client.SnapshotType
Packages that use SnapshotType
Package
Description
Provides HBase Client
-
Uses of SnapshotType in org.apache.hadoop.hbase.client
Fields in org.apache.hadoop.hbase.client declared as SnapshotTypeMethods in org.apache.hadoop.hbase.client that return SnapshotTypeModifier and TypeMethodDescriptionSnapshotDescription.getType()
static SnapshotType
Returns the enum constant of this class with the specified name.static SnapshotType[]
SnapshotType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.hbase.client with parameters of type SnapshotTypeModifier and TypeMethodDescriptiondefault void
Admin.snapshot
(String snapshotName, TableName tableName, SnapshotType type) Create typed snapshot of the table.default void
Admin.snapshot
(String snapshotName, TableName tableName, SnapshotType type, Map<String, Object> snapshotProps) Create typed snapshot of the table.default CompletableFuture<Void>
AsyncAdmin.snapshot
(String snapshotName, TableName tableName, SnapshotType type) Create typed snapshot of the table.Constructors in org.apache.hadoop.hbase.client with parameters of type SnapshotTypeModifierConstructorDescriptionSnapshotDescription
(String name, TableName table, SnapshotType type) SnapshotDescription
(String name, TableName table, SnapshotType type, String owner) SnapshotDescription
(String name, TableName table, SnapshotType type, String owner, long creationTime, int version) Deprecated.since 2.3.0 and will be removed in 4.0.0.SnapshotDescription
(String name, TableName table, SnapshotType type, String owner, long creationTime, int version, Map<String, Object> snapshotProps) SnapshotDescription Parameterized ConstructorSnapshotDescription
(String snapshotName, TableName tableName, SnapshotType type, Map<String, Object> snapshotProps) SnapshotDescription Parameterized Constructor -
Uses of SnapshotType in org.apache.hadoop.hbase.snapshot
Fields in org.apache.hadoop.hbase.snapshot declared as SnapshotType -
Uses of SnapshotType in org.apache.hadoop.hbase.thrift2.client
Methods in org.apache.hadoop.hbase.thrift2.client with parameters of type SnapshotTypeModifier and TypeMethodDescriptionvoid
ThriftAdmin.snapshot
(String snapshotName, TableName tableName, SnapshotType type)