org.apache.hadoop.hbase.master
Class AssignCallable
java.lang.Object
org.apache.hadoop.hbase.master.AssignCallable
- All Implemented Interfaces:
- Callable<Object>
public class AssignCallable
- extends Object
- implements Callable<Object>
A callable object that invokes the corresponding action that needs to be
taken for assignment of a region in transition.
Implementing as future callable we are able to act on the timeout
asynchronously.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssignCallable
public AssignCallable(AssignmentManager assignmentManager,
HRegionInfo hri)
call
public Object call()
throws Exception
- Specified by:
call
in interface Callable<Object>
- Throws:
Exception
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.