|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.accumulo.server.tabletserver.log.SortedLogRecovery
public class SortedLogRecovery
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,
java.util.List<java.lang.String> recoveryLogs,
java.util.Set<java.lang.String> tabletFiles,
MutationReceiver mr)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SortedLogRecovery()
Method Detail |
---|
public void recover(KeyExtent extent, java.util.List<java.lang.String> recoveryLogs, java.util.Set<java.lang.String> tabletFiles, MutationReceiver mr) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |