Uses of Class
weka.knowledgeflow.StepTask
-
Uses of StepTask in weka.knowledgeflow
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.<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 theStepTask
fails for some reason