org.apache.accumulo.server.tabletserver.log
Class SortedLogRecovery
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SortedLogRecovery
public SortedLogRecovery()
recover
public void recover(KeyExtent extent,
List<String> recoveryLogs,
Set<String> tabletFiles,
MutationReceiver mr)
throws IOException
- Throws:
IOException
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.