Uses of Interface
org.apache.hadoop.hbase.master.cleaner.FileCleanerDelegate
Packages that use FileCleanerDelegate
Package
Description
-
Uses of FileCleanerDelegate in org.apache.hadoop.hbase.backup
Classes in org.apache.hadoop.hbase.backup that implement FileCleanerDelegateModifier and TypeClassDescriptionclass
Implementation of a file cleaner that checks if an hfile is still referenced by backup before deleting it from hfile archive directory. -
Uses of FileCleanerDelegate in org.apache.hadoop.hbase.backup.example
Classes in org.apache.hadoop.hbase.backup.example that implement FileCleanerDelegateModifier and TypeClassDescriptionclass
BaseHFileCleanerDelegate
that only cleans HFiles that don't belong to a table that is currently being archived. -
Uses of FileCleanerDelegate in org.apache.hadoop.hbase.backup.master
Classes in org.apache.hadoop.hbase.backup.master that implement FileCleanerDelegateModifier 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 FileCleanerDelegate in org.apache.hadoop.hbase.master.cleaner
Classes in org.apache.hadoop.hbase.master.cleaner with type parameters of type FileCleanerDelegateModifier and TypeClassDescriptionclass
CleanerChore<T extends FileCleanerDelegate>
Abstract Cleaner that uses a chain of delegates to clean a directory of filesClasses in org.apache.hadoop.hbase.master.cleaner that implement FileCleanerDelegateModifier and TypeClassDescriptionclass
Base class for file cleaners which allows subclasses to implement a simple isFileDeletable method (which used to be the FileCleanerDelegate contract).class
Base class for the hfile cleaning function inside the master.class
Base class for the log cleaning function inside the master.class
Base class for time to live file cleaner.class
HFileLink cleaner that determines if a hfile should be deleted.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 FileCleanerDelegate in org.apache.hadoop.hbase.master.snapshot
Classes in org.apache.hadoop.hbase.master.snapshot that implement FileCleanerDelegateModifier and TypeClassDescriptionclass
Implementation of a file cleaner that checks if a hfile is still used by snapshots of HBase tables. -
Uses of FileCleanerDelegate in org.apache.hadoop.hbase.mob
Classes in org.apache.hadoop.hbase.mob that implement FileCleanerDelegateModifier and TypeClassDescriptionclass
BaseHFileCleanerDelegate
that 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 FileCleanerDelegate in org.apache.hadoop.hbase.replication.master
Classes in org.apache.hadoop.hbase.replication.master that implement FileCleanerDelegateModifier and TypeClassDescriptionclass
Implementation of a file cleaner that checks if a hfile is still scheduled for replication before deleting it from hfile archive directory.class
Implementation of a log cleaner that checks if a log is still scheduled for replication before deleting it when its TTL is over. -
Uses of FileCleanerDelegate in org.apache.hadoop.hbase.security.access
Classes in org.apache.hadoop.hbase.security.access that implement FileCleanerDelegateModifier and TypeClassDescriptionclass
Implementation of a file cleaner that checks if a empty directory with no subdirs and subfiles is deletable when user scan snapshot feature is enabled