| Package | Description |
|---|---|
| weka.knowledgeflow |
| Modifier and Type | Method and Description |
|---|---|
void |
CallbackNotifierDelegate.notifyCallback(StepTaskCallback callback,
StepTask taskExecuted,
ExecutionResult result)
Notify the supplied callback
|
void |
DelayedCallbackNotifierDelegate.notifyCallback(StepTaskCallback callback,
StepTask taskExecuted,
ExecutionResult result)
Notify the callback.
|
void |
DefaultCallbackNotifierDelegate.notifyCallback(StepTaskCallback callback,
StepTask taskExecuted,
ExecutionResult result)
Notifies the callback immediately
|
<T> Future<ExecutionResult<T>> |
BaseExecutionEnvironment.submitTask(StepTask<T> stepTask)
Submit a task to be run by the execution environment.
|
<T> Future<ExecutionResult<T>> |
ExecutionEnvironment.submitTask(StepTask<T> callable)
Submit a task to be run by the execution environment.
|
void |
StepTaskCallback.taskFailed(StepTask<T> failedTask,
ExecutionResult<T> failedResult)
Gets called if the
StepTask fails for some reason |
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.