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

Packages that use BaseHFileCleanerDelegate
org.apache.hadoop.hbase.master.cleaner   
org.apache.hadoop.hbase.master.snapshot   
 

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

Subclasses of BaseHFileCleanerDelegate in org.apache.hadoop.hbase.master.cleaner
 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.
 

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

Subclasses of BaseHFileCleanerDelegate 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.
 



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.