| 限定符和类型 | 类和说明 |
|---|---|
class |
LongTermArchivingHFileCleaner
BaseHFileCleanerDelegate that only cleans HFiles that don't belong to a table that is
currently being archived. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
HFileLinkCleaner
HFileLink cleaner that determines if a hfile should be deleted.
|
class |
TimeToLiveHFileCleaner
HFile cleaner that uses the timestamp of the hfile to determine if it should be deleted.
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<BaseHFileCleanerDelegate> |
HFileCleaner.getDelegatesForTesting()
Exposed for TESTING!
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
SnapshotHFileCleaner
Implementation of a file cleaner that checks if a hfile is still used by snapshots of HBase
tables.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ManualMobMaintHFileCleaner
BaseHFileCleanerDelegate that prevents cleaning HFiles from a mob region
keeps a map of table name strings to mob region name strings over the life of
a JVM instance. if there's churn of unique table names we'll eat memory until
Master restart. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ReplicationHFileCleaner
Implementation of a file cleaner that checks if a hfile is still scheduled for replication before
deleting it from hfile archive directory.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.