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.clientMethods in org.apache.hadoop.hbase.client that throw SnapshotCreationExceptionModifier and TypeMethodDescriptiondefault 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.voidAdmin.snapshot(SnapshotDescription snapshot) Take a snapshot and wait for the server to complete that snapshot (blocking).voidAdminOverAsyncAdmin.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.snapshotMethods 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