Package | Description |
---|---|
org.apache.hadoop.hbase.util | |
org.apache.hadoop.hbase.util.hbck |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
HBaseFsck.PrintingErrorReporter
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
private HbckErrorReporter |
HBaseFsck.errors
Deprecated.
State
|
private HbckErrorReporter |
HBaseFsck.WorkItemRegion.errors |
private HbckErrorReporter |
HBaseFsck.WorkItemHdfsDir.errors |
private HbckErrorReporter |
HBaseFsck.WorkItemHdfsRegionInfo.errors |
(package private) HbckErrorReporter |
HbckTableInfo.IntegrityFixSuggester.errors |
Modifier and Type | Method and Description |
---|---|
(package private) static HbckErrorReporter |
HBaseFsck.getErrorReporter(org.apache.hadoop.conf.Configuration conf)
Deprecated.
|
HbckErrorReporter |
HBaseFsck.getErrors()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
HBaseFsck.debugLsr(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.Path p,
HbckErrorReporter errors)
Deprecated.
ls -r for debugging purposes
|
static Map<String,org.apache.hadoop.fs.Path> |
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. Will be removed in hbase4. Used
FSUtils.getTableStoreFilePathMap(FileSystem, Path, PathFilter, ExecutorService, ProgressReporter) |
static Map<String,org.apache.hadoop.fs.Path> |
FSUtils.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. For removal in hbase4. Use ProgressReporter override instead.
|
Constructor and Description |
---|
HDFSIntegrityFixer(HbckTableInfo ti,
HbckErrorReporter errors,
org.apache.hadoop.conf.Configuration conf,
boolean fixHoles,
boolean fixOverlaps) |
IntegrityFixSuggester(HbckTableInfo ti,
HbckErrorReporter errors) |
WorkItemHdfsDir(org.apache.hadoop.fs.FileSystem fs,
HbckErrorReporter errors,
org.apache.hadoop.fs.FileStatus status) |
WorkItemHdfsRegionInfo(HbckRegionInfo hbi,
HBaseFsck hbck,
HbckErrorReporter errors) |
WorkItemRegion(HBaseFsck hbck,
ServerName info,
HbckErrorReporter errors,
ClusterConnection connection) |
Modifier and Type | Field and Description |
---|---|
private HbckErrorReporter |
ReplicationChecker.errorReporter |
Modifier and Type | Method and Description |
---|---|
void |
HFileCorruptionChecker.report(HbckErrorReporter out)
Print a human readable summary of hfile quarantining operations.
|
Constructor and Description |
---|
ReplicationChecker(org.apache.hadoop.conf.Configuration conf,
ZKWatcher zkw,
HbckErrorReporter errorReporter) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.