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

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

public class SortedLogRecovery
extends Object

Extract Mutations for a tablet from a set of logs that have been sorted by operation and tablet.


Constructor Summary
SortedLogRecovery()
           
 
Method Summary
 void recover(KeyExtent extent, List<String> recoveryLogs, Set<String> tabletFiles, MutationReceiver mr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortedLogRecovery

public SortedLogRecovery()
Method Detail

recover

public void recover(KeyExtent extent,
                    List<String> recoveryLogs,
                    Set<String> tabletFiles,
                    MutationReceiver mr)
             throws IOException
Throws:
IOException


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.