Package | Description |
---|---|
org.apache.hadoop.hbase.backup.example | |
org.apache.hadoop.hbase.master.cleaner | |
org.apache.hadoop.hbase.master.snapshot |
Modifier and Type | Class and Description |
---|---|
class |
LongTermArchivingHFileCleaner
BaseHFileCleanerDelegate that only cleans HFiles that don't belong to a table that is
currently being archived. |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<BaseHFileCleanerDelegate> |
HFileCleaner.getDelegatesForTesting()
Exposed for TESTING!
|
Modifier and Type | Class and Description |
---|---|
class |
SnapshotHFileCleaner
Implementation of a file cleaner that checks if a hfile is still used by snapshots of HBase
tables.
|
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.