org.apache.accumulo.server.master
Class CoordinateRecoveryTask

java.lang.Object
  extended by org.apache.accumulo.server.master.CoordinateRecoveryTask
All Implemented Interfaces:
Runnable

public class CoordinateRecoveryTask
extends Object
implements Runnable


Constructor Summary
CoordinateRecoveryTask(org.apache.hadoop.fs.FileSystem fs)
           
 
Method Summary
 boolean recover(AuthInfo credentials, KeyExtent extent, Collection<Collection<String>> entries, org.apache.accumulo.server.master.CoordinateRecoveryTask.JobComplete notify)
           
 void run()
           
 List<RecoveryStatus> status()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoordinateRecoveryTask

public CoordinateRecoveryTask(org.apache.hadoop.fs.FileSystem fs)
Method Detail

recover

public boolean recover(AuthInfo credentials,
                       KeyExtent extent,
                       Collection<Collection<String>> entries,
                       org.apache.accumulo.server.master.CoordinateRecoveryTask.JobComplete notify)

run

public void run()
Specified by:
run in interface Runnable

status

public List<RecoveryStatus> status()

stop

public void stop()


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.