Uses of Interface
org.apache.hadoop.hbase.util.hbck.TableIntegrityErrorHandler
Packages that use TableIntegrityErrorHandler
-
Uses of TableIntegrityErrorHandler in org.apache.hadoop.hbase.util
Classes in org.apache.hadoop.hbase.util that implement TableIntegrityErrorHandlerModifier and TypeClassDescription(package private) class
This handler fixes integrity errors from hdfs information.(package private) class
Fields in org.apache.hadoop.hbase.util declared as TableIntegrityErrorHandlerModifier and TypeFieldDescriptionprivate TableIntegrityErrorHandler
HBaseFsck.WorkItemOverlapMerge.handler
Methods in org.apache.hadoop.hbase.util with parameters of type TableIntegrityErrorHandlerModifier and TypeMethodDescriptionboolean
HbckTableInfo.checkRegionChain
(TableIntegrityErrorHandler handler) Check the region chain (from META) of this table.private boolean
HbckTableInfo.handleOverlapsParallel
(TableIntegrityErrorHandler handler, byte[] prevKey) Constructors in org.apache.hadoop.hbase.util with parameters of type TableIntegrityErrorHandlerModifierConstructorDescription(package private)
WorkItemOverlapMerge
(Collection<HbckRegionInfo> overlapgroup, TableIntegrityErrorHandler handler) -
Uses of TableIntegrityErrorHandler in org.apache.hadoop.hbase.util.hbck
Classes in org.apache.hadoop.hbase.util.hbck that implement TableIntegrityErrorHandlerModifier and TypeClassDescriptionclass
Simple implementation of TableIntegrityErrorHandler.