Uses of Interface
org.apache.hadoop.hbase.util.hbck.TableIntegrityErrorHandler

Packages that use TableIntegrityErrorHandler
org.apache.hadoop.hbase.util   
org.apache.hadoop.hbase.util.hbck   
 

Uses of TableIntegrityErrorHandler in org.apache.hadoop.hbase.util
 

Methods in org.apache.hadoop.hbase.util with parameters of type TableIntegrityErrorHandler
 boolean HBaseFsck.TableInfo.checkRegionChain(TableIntegrityErrorHandler handler)
          Check the region chain (from META) of this table.
 

Uses of TableIntegrityErrorHandler in org.apache.hadoop.hbase.util.hbck
 

Classes in org.apache.hadoop.hbase.util.hbck that implement TableIntegrityErrorHandler
 class TableIntegrityErrorHandlerImpl
          Simple implementation of TableIntegrityErrorHandler.
 



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