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

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

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)
           
 void HBaseAdmin.snapshot(byte[] snapshotName, byte[] tableName, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription.Type flushType)
          Create snapshot for the given table of given flush type.
 void HBaseAdmin.snapshot(byte[] snapshotName, TableName tableName)
          public void snapshot(final String snapshotName, Create a timestamp consistent snapshot for the given table.
 void HBaseAdmin.snapshot(org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshot)
          Take a snapshot and wait for the server to complete that snapshot (blocking).
 void HBaseAdmin.snapshot(String snapshotName, byte[] tableName, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription.Type type)
           
 void HBaseAdmin.snapshot(String snapshotName, String tableName)
           
 void HBaseAdmin.snapshot(String snapshotName, String tableName, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription.Type type)
           
 void HBaseAdmin.snapshot(String snapshotName, TableName tableName)
          Take a snapshot for the given table.
 void HBaseAdmin.snapshot(String snapshotName, TableName tableName, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription.Type type)
          Create typed snapshot of the table.
 org.apache.hadoop.hbase.protobuf.generated.MasterProtos.SnapshotResponse HBaseAdmin.takeSnapshotAsync(org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshot)
          Take a snapshot without waiting for the server to complete that snapshot (asynchronous)
 



Copyright © 2007-2015 The Apache Software Foundation. All Rights Reserved.