Uses of Class
org.apache.hadoop.hbase.master.cleaner.BaseLogCleanerDelegate
Packages that use BaseLogCleanerDelegate
Package
Description
-
Uses of BaseLogCleanerDelegate in org.apache.hadoop.hbase.backup.master
Subclasses of BaseLogCleanerDelegate 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 BaseLogCleanerDelegate in org.apache.hadoop.hbase.master.cleaner
Subclasses of BaseLogCleanerDelegate in org.apache.hadoop.hbase.master.cleanerModifier and TypeClassDescriptionclassBase class for time to live file cleaner.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 BaseLogCleanerDelegate in org.apache.hadoop.hbase.replication.master
Subclasses of BaseLogCleanerDelegate in org.apache.hadoop.hbase.replication.masterModifier and TypeClassDescriptionclassImplementation of a log cleaner that checks if a log is still scheduled for replication before deleting it when its TTL is over.