Uses of Interface
org.apache.hadoop.hbase.util.HbckErrorReporter
Packages that use HbckErrorReporter
-
Uses of HbckErrorReporter in org.apache.hadoop.hbase.util
Classes in org.apache.hadoop.hbase.util that implement HbckErrorReporterModifier and TypeClassDescription(package private) static classDeprecated.Fields in org.apache.hadoop.hbase.util declared as HbckErrorReporterModifier and TypeFieldDescriptionprivate final HbckErrorReporterHBaseFsck.errorsDeprecated.Stateprivate HbckErrorReporterHBaseFsck.WorkItemHdfsDir.errorsprivate HbckErrorReporterHBaseFsck.WorkItemHdfsRegionInfo.errorsprivate final HbckErrorReporterHBaseFsck.WorkItemRegion.errors(package private) HbckErrorReporterHbckTableInfo.IntegrityFixSuggester.errorsMethods in org.apache.hadoop.hbase.util that return HbckErrorReporterModifier and TypeMethodDescription(package private) static HbckErrorReporterHBaseFsck.getErrorReporter(org.apache.hadoop.conf.Configuration conf) Deprecated.HBaseFsck.getErrors()Deprecated.Methods in org.apache.hadoop.hbase.util with parameters of type HbckErrorReporterModifier and TypeMethodDescriptionstatic voidHBaseFsck.debugLsr(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.Path p, HbckErrorReporter errors) Deprecated.ls -r for debugging purposesFSUtils.getTableStoreFilePathMap(Map<String, org.apache.hadoop.fs.Path> resultMap, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path hbaseRootDir, TableName tableName, org.apache.hadoop.fs.PathFilter sfFilter, ExecutorService executor, HbckErrorReporter progressReporter) Deprecated.Since 2.3.0.FSUtils.getTableStoreFilePathMap(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path hbaseRootDir, org.apache.hadoop.fs.PathFilter sfFilter, ExecutorService executor, HbckErrorReporter progressReporter) Deprecated.Since 2.3.0.Constructors in org.apache.hadoop.hbase.util with parameters of type HbckErrorReporterModifierConstructorDescription(package private)HDFSIntegrityFixer(HbckTableInfo ti, HbckErrorReporter errors, org.apache.hadoop.conf.Configuration conf, boolean fixHoles, boolean fixOverlaps) (package private)IntegrityFixSuggester(HbckTableInfo ti, HbckErrorReporter errors) (package private)WorkItemHdfsDir(org.apache.hadoop.fs.FileSystem fs, HbckErrorReporter errors, org.apache.hadoop.fs.FileStatus status) (package private)WorkItemHdfsRegionInfo(HbckRegionInfo hbi, HBaseFsck hbck, HbckErrorReporter errors) (package private)WorkItemRegion(HBaseFsck hbck, ServerName info, HbckErrorReporter errors, ClusterConnection connection) -
Uses of HbckErrorReporter in org.apache.hadoop.hbase.util.hbck
Fields in org.apache.hadoop.hbase.util.hbck declared as HbckErrorReporterModifier and TypeFieldDescriptionprivate final HbckErrorReporterReplicationChecker.errorReporterMethods in org.apache.hadoop.hbase.util.hbck with parameters of type HbckErrorReporterModifier and TypeMethodDescriptionvoidHFileCorruptionChecker.report(HbckErrorReporter out) Print a human readable summary of hfile quarantining operations.Constructors in org.apache.hadoop.hbase.util.hbck with parameters of type HbckErrorReporterModifierConstructorDescriptionReplicationChecker(org.apache.hadoop.conf.Configuration conf, ZKWatcher zkw, HbckErrorReporter errorReporter)