Uses of Interface
org.apache.hadoop.hbase.master.cleaner.FileCleanerDelegate

Packages that use FileCleanerDelegate
org.apache.hadoop.hbase.master.cleaner   
org.apache.hadoop.hbase.master.snapshot   
org.apache.hadoop.hbase.replication.master   
 

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

Classes in org.apache.hadoop.hbase.master.cleaner with type parameters of type FileCleanerDelegate
 class CleanerChore<T extends FileCleanerDelegate>
          Abstract Cleaner that uses a chain of delegates to clean a directory of files
 

Classes in org.apache.hadoop.hbase.master.cleaner that implement FileCleanerDelegate
 class BaseFileCleanerDelegate
          Base class for file cleaners which allows subclasses to implement a simple isFileDeletable method (which used to be the FileCleanerDelegate contract).
 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 FileCleanerDelegate in org.apache.hadoop.hbase.master.snapshot
 

Classes in org.apache.hadoop.hbase.master.snapshot that implement FileCleanerDelegate
 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 FileCleanerDelegate in org.apache.hadoop.hbase.replication.master
 

Classes in org.apache.hadoop.hbase.replication.master that implement FileCleanerDelegate
 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 © 2014 The Apache Software Foundation. All Rights Reserved.