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) classThis handler fixes integrity errors from hdfs information.(package private) classFields in org.apache.hadoop.hbase.util declared as TableIntegrityErrorHandlerModifier and TypeFieldDescriptionprivate TableIntegrityErrorHandlerHBaseFsck.WorkItemOverlapMerge.handlerMethods in org.apache.hadoop.hbase.util with parameters of type TableIntegrityErrorHandlerModifier and TypeMethodDescriptionbooleanHbckTableInfo.checkRegionChain(TableIntegrityErrorHandler handler) Check the region chain (from META) of this table.private booleanHbckTableInfo.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 TypeClassDescriptionclassSimple implementation of TableIntegrityErrorHandler.