Uses of Class
org.apache.hadoop.hbase.master.handler.TableEventHandler

Packages that use TableEventHandler
org.apache.hadoop.hbase.master.handler   
org.apache.hadoop.hbase.master.snapshot   
 

Uses of TableEventHandler in org.apache.hadoop.hbase.master.handler
 

Subclasses of TableEventHandler in org.apache.hadoop.hbase.master.handler
 class DeleteTableHandler
           
 class ModifyTableHandler
           
 class TableAddFamilyHandler
          Handles adding a new family to an existing table.
 class TableDeleteFamilyHandler
          Handles adding a new family to an existing table.
 class TableModifyFamilyHandler
          Handles adding a new family to an existing table.
 class TruncateTableHandler
          Truncate the table by removing META and the HDFS files and recreating it.
 

Methods in org.apache.hadoop.hbase.master.handler that return TableEventHandler
 TableEventHandler TableEventHandler.prepare()
           
 

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

Subclasses of TableEventHandler in org.apache.hadoop.hbase.master.snapshot
 class RestoreSnapshotHandler
          Handler to Restore a snapshot.
 



Copyright © 2015 The Apache Software Foundation. All rights reserved.