org.apache.accumulo.server.master.recovery
Class RecoveryManager

java.lang.Object
  extended by org.apache.accumulo.server.master.recovery.RecoveryManager

public class RecoveryManager
extends Object


Constructor Summary
RecoveryManager(Master master)
           
 
Method Summary
 boolean recoverLogs(KeyExtent extent, Collection<Collection<String>> walogs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecoveryManager

public RecoveryManager(Master master)
Method Detail

recoverLogs

public boolean recoverLogs(KeyExtent extent,
                           Collection<Collection<String>> walogs)
                    throws IOException
Throws:
IOException


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.