Uses of Interface
org.apache.hadoop.hbase.master.SnapshotSentinel

Packages that use SnapshotSentinel
org.apache.hadoop.hbase.master.snapshot   
 

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

Classes in org.apache.hadoop.hbase.master.snapshot that implement SnapshotSentinel
 class CloneSnapshotHandler
          Handler to Clone a snapshot.
 class DisabledTableSnapshotHandler
          Take a snapshot of a disabled table.
 class EnabledTableSnapshotHandler
          Handle the master side of taking a snapshot of an online table, regardless of snapshot type.
 class RestoreSnapshotHandler
          Handler to Restore a snapshot.
 class TakeSnapshotHandler
          A handler for taking snapshots from the master.
 

Methods in org.apache.hadoop.hbase.master.snapshot with parameters of type SnapshotSentinel
 void SnapshotManager.setSnapshotHandlerForTesting(String tableName, SnapshotSentinel handler)
          Set the handler for the current snapshot
 



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