Uses of Interface
org.apache.hadoop.hbase.util.HbckErrorReporter
-
Uses of HbckErrorReporter in org.apache.hadoop.hbase.util
Modifier and TypeClassDescription(package private) static class
Deprecated.Modifier 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
Modifier and TypeMethodDescription(package private) static HbckErrorReporter
HBaseFsck.getErrorReporter
(org.apache.hadoop.conf.Configuration conf) Deprecated.HBaseFsck.getErrors()
Deprecated.Modifier 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.ModifierConstructorDescription(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
Modifier and TypeFieldDescriptionprivate final HbckErrorReporter
ReplicationChecker.errorReporter
Modifier and TypeMethodDescriptionvoid
HFileCorruptionChecker.report
(HbckErrorReporter out) Print a human readable summary of hfile quarantining operations.ModifierConstructorDescriptionReplicationChecker
(org.apache.hadoop.conf.Configuration conf, ZKWatcher zkw, Connection conn, HbckErrorReporter errorReporter)