Uses of Class
org.apache.hadoop.hbase.snapshot.SnapshotCreationException
Packages that use org.apache.hadoop.hbase.snapshot.SnapshotCreationException
Package
Description
Provides HBase Client
-
Uses of org.apache.hadoop.hbase.snapshot.SnapshotCreationException in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client that throw org.apache.hadoop.hbase.snapshot.SnapshotCreationException in inModifier and TypeMethodDescriptiondefault void
Admin.snapshot
(String snapshotName, org.apache.hadoop.hbase.TableName tableName) Take a snapshot for the given table.default void
Admin.snapshot
(String snapshotName, org.apache.hadoop.hbase.TableName tableName, Map<String, Object> snapshotProps) 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) 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.void
Admin.snapshot
(org.apache.hadoop.hbase.client.SnapshotDescription snapshot) Take a snapshot and wait for the server to complete that snapshot (blocking).Admin.snapshotAsync
(org.apache.hadoop.hbase.client.SnapshotDescription snapshot) Take a snapshot without waiting for the server to complete that snapshot (asynchronous). -
Uses of org.apache.hadoop.hbase.snapshot.SnapshotCreationException in org.apache.hadoop.hbase.snapshot
Methods in org.apache.hadoop.hbase.snapshot that throw org.apache.hadoop.hbase.snapshot.SnapshotCreationException in inModifier 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