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 class
Deprecated.Fields in org.apache.hadoop.hbase.util declared as HbckErrorReporterModifier and TypeFieldDescriptionprivate final HbckErrorReporter
HBaseFsck.errors
Deprecated.Stateprivate HbckErrorReporter
HBaseFsck.WorkItemHdfsDir.errors
private HbckErrorReporter
HBaseFsck.WorkItemHdfsRegionInfo.errors
private final HbckErrorReporter
HBaseFsck.WorkItemRegion.errors
(package private) HbckErrorReporter
HbckTableInfo.IntegrityFixSuggester.errors
Methods in org.apache.hadoop.hbase.util that return HbckErrorReporterModifier and TypeMethodDescription(package private) static HbckErrorReporter
HBaseFsck.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 void
HBaseFsck.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, Connection 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 HbckErrorReporter
ReplicationChecker.errorReporter
Methods in org.apache.hadoop.hbase.util.hbck with parameters of type HbckErrorReporterModifier and TypeMethodDescriptionvoid
HFileCorruptionChecker.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, Connection conn, HbckErrorReporter errorReporter)