Uses of Class
org.apache.hadoop.hbase.snapshot.SnapshotCreationException
Packages that use SnapshotCreationException
Package
Description
Provides HBase Client
-
Uses of SnapshotCreationException in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client that throw SnapshotCreationExceptionModifier and TypeMethodDescriptiondefault voidDeprecated.since 2.3.0, will be removed in 3.0.0.default voidTake a snapshot for the given table.default voidCreate typed snapshot of the table.default voidAdmin.snapshot(String snapshotName, TableName tableName, SnapshotType type) Create typed snapshot of the table.default voidAdmin.snapshot(String snapshotName, TableName tableName, SnapshotType type, Map<String, Object> snapshotProps) Create typed snapshot of the table.default voidAdmin.snapshot(SnapshotDescription snapshot) Take a snapshot and wait for the server to complete that snapshot (blocking).Admin.snapshotAsync(SnapshotDescription snapshot) Take a snapshot without waiting for the server to complete that snapshot (asynchronous) Only a single snapshot should be taken at a time, or results may be undefined.HBaseAdmin.snapshotAsync(SnapshotDescription snapshotDesc) default voidAdmin.takeSnapshotAsync(SnapshotDescription snapshot) Deprecated.Since 2.0.0. -
Uses of SnapshotCreationException in org.apache.hadoop.hbase.snapshot
Methods in org.apache.hadoop.hbase.snapshot that throw SnapshotCreationExceptionModifier and TypeMethodDescriptionstatic voidSnapshotDescriptionUtils.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