org.apache.hadoop.hbase.master
Class UnAssignCallable
java.lang.Object
org.apache.hadoop.hbase.master.UnAssignCallable
- All Implemented Interfaces:
- Callable<Object>
public class UnAssignCallable
- extends Object
- implements Callable<Object>
A callable object that invokes the corresponding action that needs to be
taken for unassignment 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 |
UnAssignCallable
public UnAssignCallable(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.