org.apache.accumulo.server.tabletserver.log
Class LogSorter

java.lang.Object
  extended by org.apache.accumulo.server.tabletserver.log.LogSorter

public class LogSorter
extends Object


Constructor Summary
LogSorter(Instance instance, org.apache.hadoop.fs.FileSystem fs, AccumuloConfiguration conf)
           
 
Method Summary
 List<RecoveryStatus> getLogSorts()
           
 void startWatchingForRecoveryLogs(ThreadPoolExecutor distWorkQThreadPool)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogSorter

public LogSorter(Instance instance,
                 org.apache.hadoop.fs.FileSystem fs,
                 AccumuloConfiguration conf)
Method Detail

startWatchingForRecoveryLogs

public void startWatchingForRecoveryLogs(ThreadPoolExecutor distWorkQThreadPool)
                                  throws org.apache.zookeeper.KeeperException,
                                         InterruptedException
Throws:
org.apache.zookeeper.KeeperException
InterruptedException

getLogSorts

public List<RecoveryStatus> getLogSorts()


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.