Uses of Class
weka.knowledgeflow.ExecutionResult
-
Uses of ExecutionResult in weka.knowledgeflow
Modifier and TypeMethodDescriptionStepTask.call()
Executor service calls this method to do the workModifier and TypeMethodDescription<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.Modifier and TypeMethodDescriptionvoid
CallbackNotifierDelegate.notifyCallback
(StepTaskCallback callback, StepTask taskExecuted, ExecutionResult result) Notify the supplied callbackvoid
DefaultCallbackNotifierDelegate.notifyCallback
(StepTaskCallback callback, StepTask taskExecuted, ExecutionResult result) Notifies the callback immediatelyvoid
DelayedCallbackNotifierDelegate.notifyCallback
(StepTaskCallback callback, StepTask taskExecuted, ExecutionResult result) Notify the callback.void
StepTaskCallback.taskFailed
(StepTask<T> failedTask, ExecutionResult<T> failedResult) Gets called if theStepTask
fails for some reasonvoid
StepTaskCallback.taskFinished
(ExecutionResult<T> result) Gets called when theStepTask
finishes processing