public abstract class BasicComputation.ComputeTask extends BaseCompute
Constructor and Description |
---|
ComputeTask() |
Modifier and Type | Method and Description |
---|---|
abstract void |
calculation(java.util.Iterator iterator) |
boolean |
execute(IMessage content)
Execute with an incoming message
|
void |
prepare(Config cfg,
TaskContext ctx)
Prepare the task to be executed
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endExecute
public abstract void calculation(java.util.Iterator iterator)
public boolean execute(IMessage content)
ICompute
public void prepare(Config cfg, TaskContext ctx)
INode