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

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

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

Subclasses of Chore in org.apache.hadoop.hbase.regionserver
 class LogFlusher
          LogFlusher is a Chore that wakes every threadWakeInterval and calls the HLog to do an optional sync if there are unflushed entries, and the optionalFlushInterval has passed since the last flush.
 



Copyright © 2010 The Apache Software Foundation