Uses of Class
org.apache.hadoop.hbase.master.cleaner.BaseLogCleanerDelegate
Package
Description
-
Uses of BaseLogCleanerDelegate in org.apache.hadoop.hbase.backup.master
Modifier and TypeClassDescriptionclass
Implementation 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
Modifier and TypeClassDescriptionclass
Base class for time to live file cleaner.class
HFile cleaner that uses the timestamp of the hfile to determine if it should be deleted.class
Log cleaner that uses the timestamp of the wal to determine if it should be deleted.class
Master local storage HFile cleaner that uses the timestamp of the HFile to determine if it should be deleted.class
Master local storage WAL cleaner that uses the timestamp of the WAL file to determine if it should be deleted.class
Deprecated.Since 2.3.0, will be removed in 4.0.0. -
Uses of BaseLogCleanerDelegate in org.apache.hadoop.hbase.replication.master
Modifier and TypeClassDescriptionclass
Implementation of a log cleaner that checks if a log is still scheduled for replication before deleting it when its TTL is over.