Uses of Class
org.apache.hadoop.hbase.master.cleaner.BaseFileCleanerDelegate

Packages that use BaseFileCleanerDelegate
org.apache.hadoop.hbase.backup.example   
org.apache.hadoop.hbase.master.cleaner   
org.apache.hadoop.hbase.master.snapshot   
org.apache.hadoop.hbase.replication.master   
 

Uses of BaseFileCleanerDelegate in org.apache.hadoop.hbase.backup.example
 

Subclasses of BaseFileCleanerDelegate in org.apache.hadoop.hbase.backup.example
 class LongTermArchivingHFileCleaner
          BaseHFileCleanerDelegate that only cleans HFiles that don't belong to a table that is currently being archived.
 

Uses of BaseFileCleanerDelegate in org.apache.hadoop.hbase.master.cleaner
 

Subclasses of BaseFileCleanerDelegate in org.apache.hadoop.hbase.master.cleaner
 class BaseHFileCleanerDelegate
          Base class for the hfile cleaning function inside the master.
 class BaseLogCleanerDelegate
          Base class for the log cleaning function inside the master.
 class HFileLinkCleaner
          HFileLink cleaner that determines if a hfile should be deleted.
 class TimeToLiveHFileCleaner
          HFile cleaner that uses the timestamp of the hfile to determine if it should be deleted.
 class TimeToLiveLogCleaner
          Log cleaner that uses the timestamp of the hlog to determine if it should be deleted.
 

Uses of BaseFileCleanerDelegate in org.apache.hadoop.hbase.master.snapshot
 

Subclasses of BaseFileCleanerDelegate in org.apache.hadoop.hbase.master.snapshot
 class SnapshotHFileCleaner
          Implementation of a file cleaner that checks if a hfile is still used by snapshots of HBase tables.
 class SnapshotLogCleaner
          Implementation of a log cleaner that checks if a log is still used by snapshots of HBase tables.
 

Uses of BaseFileCleanerDelegate in org.apache.hadoop.hbase.replication.master
 

Subclasses of BaseFileCleanerDelegate in org.apache.hadoop.hbase.replication.master
 class ReplicationLogCleaner
          Implementation of a log cleaner that checks if a log is still scheduled for replication before deleting it when its TTL is over.
 



Copyright © 2015 The Apache Software Foundation. All rights reserved.