|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseHFileCleanerDelegate | |
---|---|
org.apache.hadoop.hbase.backup.example | |
org.apache.hadoop.hbase.master.cleaner | |
org.apache.hadoop.hbase.master.snapshot |
Uses of BaseHFileCleanerDelegate in org.apache.hadoop.hbase.backup.example |
---|
Subclasses of BaseHFileCleanerDelegate in org.apache.hadoop.hbase.backup.example | |
---|---|
class |
LongTermArchivingHFileCleaner
BaseHFileCleanerDelegate that only cleans HFiles that don't belong to a table that is
currently being archived. |
Uses of BaseHFileCleanerDelegate in org.apache.hadoop.hbase.master.cleaner |
---|
Subclasses of BaseHFileCleanerDelegate in org.apache.hadoop.hbase.master.cleaner | |
---|---|
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. |
Methods in org.apache.hadoop.hbase.master.cleaner that return types with arguments of type BaseHFileCleanerDelegate | |
---|---|
List<BaseHFileCleanerDelegate> |
HFileCleaner.getDelegatesForTesting()
Exposed for TESTING! |
Uses of BaseHFileCleanerDelegate in org.apache.hadoop.hbase.master.snapshot |
---|
Subclasses of BaseHFileCleanerDelegate in org.apache.hadoop.hbase.master.snapshot | |
---|---|
class |
SnapshotHFileCleaner
Implementation of a file cleaner that checks if a hfile is still used by snapshots of HBase tables. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |