Uses of Class
org.apache.hadoop.hbase.snapshot.SnapshotCreationException

Packages that use SnapshotCreationException
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.master.snapshot   
org.apache.hadoop.hbase.snapshot   
 

Uses of SnapshotCreationException in org.apache.hadoop.hbase.client
 

Methods in org.apache.hadoop.hbase.client that throw SnapshotCreationException
 void HBaseAdmin.snapshot(byte[] snapshotName, byte[] tableName)
          Take a snapshot for the given table.
 void HBaseAdmin.snapshot(HBaseProtos.SnapshotDescription snapshot)
          Take a snapshot and wait for the server to complete that snapshot (blocking).
 void HBaseAdmin.snapshot(String snapshotName, String tableName)
          Create a timestamp consistent snapshot for the given table.
 void HBaseAdmin.snapshot(String snapshotName, String tableName, HBaseProtos.SnapshotDescription.Type type)
          Create typed snapshot of the table.
 long HBaseAdmin.takeSnapshotAsync(HBaseProtos.SnapshotDescription snapshot)
          Take a snapshot without waiting for the server to complete that snapshot (asynchronous)
 

Uses of SnapshotCreationException in org.apache.hadoop.hbase.master.snapshot
 

Methods in org.apache.hadoop.hbase.master.snapshot that throw SnapshotCreationException
 void TakeSnapshotHandler.completeSnapshot(org.apache.hadoop.fs.Path snapshotDir, org.apache.hadoop.fs.Path workingDir, org.apache.hadoop.fs.FileSystem fs)
          Reset the manager to allow another snapshot to proceed
 

Uses of SnapshotCreationException in org.apache.hadoop.hbase.snapshot
 

Methods in org.apache.hadoop.hbase.snapshot that throw SnapshotCreationException
static void SnapshotDescriptionUtils.completeSnapshot(HBaseProtos.SnapshotDescription snapshot, org.apache.hadoop.fs.Path rootdir, org.apache.hadoop.fs.Path workingDir, org.apache.hadoop.fs.FileSystem fs)
          Move the finished snapshot to its final, publicly visible directory - this marks the snapshot as 'complete'.
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.