public abstract class ClusterTask<V>
extends java.lang.Object
implements java.util.concurrent.Callable<V>, java.io.Serializable
| Constructor and Description |
|---|
ClusterTask() |
| Modifier and Type | Method and Description |
|---|---|
V |
call() |
abstract V |
execute() |
ClusterTaskContext |
getContext() |
public final V call() throws java.lang.Exception
call in interface java.util.concurrent.Callable<V>java.lang.Exceptionpublic abstract V execute() throws java.lang.Exception
java.lang.Exceptionpublic ClusterTaskContext getContext()