Uses of Class
org.apache.hadoop.hbase.snapshot.SnapshotCreationException
Package
Description
Provides HBase Client
-
Uses of SnapshotCreationException in org.apache.hadoop.hbase.client
Modifier and TypeMethodDescriptiondefault void
Take a snapshot for the given table.default void
Create typed snapshot of the table.default 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.void
Admin.snapshot
(SnapshotDescription snapshot) Take a snapshot and wait for the server to complete that snapshot (blocking).void
AdminOverAsyncAdmin.snapshot
(SnapshotDescription snapshot) Admin.snapshotAsync
(SnapshotDescription snapshot) Take a snapshot without waiting for the server to complete that snapshot (asynchronous).AdminOverAsyncAdmin.snapshotAsync
(SnapshotDescription snapshot) -
Uses of SnapshotCreationException in org.apache.hadoop.hbase.snapshot
Modifier and TypeMethodDescriptionstatic void
SnapshotDescriptionUtils.completeSnapshot
(org.apache.hadoop.fs.Path snapshotDir, org.apache.hadoop.fs.Path workingDir, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.FileSystem workingDirFs, org.apache.hadoop.conf.Configuration conf) Commits the snapshot process by moving the working snapshot to the finalized filepath