Uses of Interface
org.apache.hadoop.hbase.util.hbck.TableIntegrityErrorHandler
Packages that use org.apache.hadoop.hbase.util.hbck.TableIntegrityErrorHandler
-
Uses of org.apache.hadoop.hbase.util.hbck.TableIntegrityErrorHandler in org.apache.hadoop.hbase.util
Methods in org.apache.hadoop.hbase.util with parameters of type org.apache.hadoop.hbase.util.hbck.TableIntegrityErrorHandler in inModifier and TypeMethodDescriptionboolean
HbckTableInfo.checkRegionChain
(org.apache.hadoop.hbase.util.hbck.TableIntegrityErrorHandler handler) Check the region chain (from META) of this table. -
Uses of org.apache.hadoop.hbase.util.hbck.TableIntegrityErrorHandler in org.apache.hadoop.hbase.util.hbck
Classes in org.apache.hadoop.hbase.util.hbck that implement org.apache.hadoop.hbase.util.hbck.TableIntegrityErrorHandler in inModifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.util.hbck.TableIntegrityErrorHandlerImpl
Simple implementation of TableIntegrityErrorHandler.