Uses of Class
org.apache.hadoop.hbase.master.cleaner.BaseHFileCleanerDelegate
Packages that use BaseHFileCleanerDelegate
Package
Description
-
Uses of BaseHFileCleanerDelegate in org.apache.hadoop.hbase.backup
Subclasses of BaseHFileCleanerDelegate in org.apache.hadoop.hbase.backupModifier 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 BaseHFileCleanerDelegate in org.apache.hadoop.hbase.backup.example
Subclasses of BaseHFileCleanerDelegate in org.apache.hadoop.hbase.backup.exampleModifier and TypeClassDescriptionclass
BaseHFileCleanerDelegate
that only cleans HFiles that don't belong to a table that is currently being archived. -
Uses of BaseHFileCleanerDelegate in org.apache.hadoop.hbase.master.cleaner
Subclasses of BaseHFileCleanerDelegate in org.apache.hadoop.hbase.master.cleanerModifier and TypeClassDescriptionclass
HFileLink cleaner that determines if a hfile should be deleted.Methods in org.apache.hadoop.hbase.master.cleaner that return types with arguments of type BaseHFileCleanerDelegate -
Uses of BaseHFileCleanerDelegate in org.apache.hadoop.hbase.master.snapshot
Subclasses of BaseHFileCleanerDelegate in org.apache.hadoop.hbase.master.snapshotModifier and TypeClassDescriptionclass
Implementation of a file cleaner that checks if a hfile is still used by snapshots of HBase tables. -
Uses of BaseHFileCleanerDelegate in org.apache.hadoop.hbase.mob
Subclasses of BaseHFileCleanerDelegate in org.apache.hadoop.hbase.mobModifier 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 BaseHFileCleanerDelegate in org.apache.hadoop.hbase.replication.master
Subclasses of BaseHFileCleanerDelegate in org.apache.hadoop.hbase.replication.masterModifier and TypeClassDescriptionclass
Implementation of a file cleaner that checks if a hfile is still scheduled for replication before deleting it from hfile archive directory. -
Uses of BaseHFileCleanerDelegate in org.apache.hadoop.hbase.security.access
Subclasses of BaseHFileCleanerDelegate in org.apache.hadoop.hbase.security.accessModifier 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