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 in
    Modifier and Type
    Method
    Description
    default void
    Admin.snapshot(byte[] snapshotName, org.apache.hadoop.hbase.TableName tableName)
    Deprecated.
    since 2.3.0, will be removed in 3.0.0.
    default 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.
    default 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) Only a single snapshot should be taken at a time, or results may be undefined.
    HBaseAdmin.snapshotAsync(org.apache.hadoop.hbase.client.SnapshotDescription snapshotDesc)
     
    default void
    Admin.takeSnapshotAsync(org.apache.hadoop.hbase.client.SnapshotDescription snapshot)
    Deprecated.
    Since 2.0.0.
  • 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 in
    Modifier and Type
    Method
    Description
    static 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