Uses of Class
org.apache.hadoop.hbase.BaseConfigurable
Packages that use BaseConfigurable
Package
Description
- 
Uses of BaseConfigurable in org.apache.hadoop.hbase.backupSubclasses of BaseConfigurable in org.apache.hadoop.hbase.backupModifier and TypeClassDescriptionclassFile cleaner that prevents deletion of HFiles that are still required by future incremental backups.
- 
Uses of BaseConfigurable in org.apache.hadoop.hbase.backup.exampleSubclasses of BaseConfigurable in org.apache.hadoop.hbase.backup.exampleModifier and TypeClassDescriptionclassBaseHFileCleanerDelegatethat only cleans HFiles that don't belong to a table that is currently being archived.
- 
Uses of BaseConfigurable in org.apache.hadoop.hbase.backup.masterSubclasses of BaseConfigurable in org.apache.hadoop.hbase.backup.masterModifier and TypeClassDescriptionclassImplementation of a log cleaner that checks if a log is still scheduled for incremental backup before deleting it when its TTL is over.
- 
Uses of BaseConfigurable in org.apache.hadoop.hbase.master.cleanerSubclasses of BaseConfigurable in org.apache.hadoop.hbase.master.cleanerModifier and TypeClassDescriptionclassBase class for file cleaners which allows subclasses to implement a simple isFileDeletable method (which used to be the FileCleanerDelegate contract).classBase class for the hfile cleaning function inside the master.classBase class for the log cleaning function inside the master.classBase class for time to live file cleaner.classHFileLink cleaner that determines if a hfile should be deleted.classHFile cleaner that uses the timestamp of the hfile to determine if it should be deleted.classLog cleaner that uses the timestamp of the wal to determine if it should be deleted.classMaster local storage HFile cleaner that uses the timestamp of the HFile to determine if it should be deleted.classMaster local storage WAL cleaner that uses the timestamp of the WAL file to determine if it should be deleted.classDeprecated.Since 2.3.0, will be removed in 4.0.0.
- 
Uses of BaseConfigurable in org.apache.hadoop.hbase.master.snapshotSubclasses of BaseConfigurable in org.apache.hadoop.hbase.master.snapshotModifier and TypeClassDescriptionclassImplementation of a file cleaner that checks if a hfile is still used by snapshots of HBase tables.
- 
Uses of BaseConfigurable in org.apache.hadoop.hbase.mobSubclasses of BaseConfigurable in org.apache.hadoop.hbase.mobModifier and TypeClassDescriptionclassBaseHFileCleanerDelegatethat 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.
- 
Uses of BaseConfigurable in org.apache.hadoop.hbase.replication.masterSubclasses of BaseConfigurable in org.apache.hadoop.hbase.replication.masterModifier and TypeClassDescriptionclassImplementation of a file cleaner that checks if a hfile is still scheduled for replication before deleting it from hfile archive directory.classImplementation of a log cleaner that checks if a log is still scheduled for replication before deleting it when its TTL is over.
- 
Uses of BaseConfigurable in org.apache.hadoop.hbase.securitySubclasses of BaseConfigurable in org.apache.hadoop.hbase.security
- 
Uses of BaseConfigurable in org.apache.hadoop.hbase.security.accessSubclasses of BaseConfigurable in org.apache.hadoop.hbase.security.accessModifier and TypeClassDescriptionclassImplementation of a file cleaner that checks if a empty directory with no subdirs and subfiles is deletable when user scan snapshot feature is enabled