Uses of Class
org.apache.hadoop.hbase.Chore

Packages that use Chore
org.apache.hadoop.hbase.master   
 

Uses of Chore in org.apache.hadoop.hbase.master
 

Subclasses of Chore in org.apache.hadoop.hbase.master
 class OldLogsCleaner
          This Chore, everytime it runs, will clear the logs in the old logs folder that are older than hbase.master.logcleaner.ttl and, in order to limit the number of deletes it sends, will only delete maximum 20 in a single run.
 



Copyright © 2010 Apache Software Foundation. All Rights Reserved.