org.apache.accumulo.server.master
Class CoordinateRecoveryTask

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

public class CoordinateRecoveryTask
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
CoordinateRecoveryTask(org.apache.hadoop.fs.FileSystem fs)
           
 
Method Summary
 boolean recover(AuthInfo credentials, KeyExtent extent, java.util.Collection<java.util.Collection<java.lang.String>> entries)
           
 void run()
           
 java.util.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,
                       java.util.Collection<java.util.Collection<java.lang.String>> entries)

run

public void run()
Specified by:
run in interface java.lang.Runnable

status

public java.util.List<RecoveryStatus> status()

stop

public void stop()


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