Uses of Class
weka.knowledgeflow.StepTask
Packages that use StepTask
-
Uses of StepTask in weka.knowledgeflow
Methods in weka.knowledgeflow with parameters of type StepTaskModifier and TypeMethodDescriptionvoidCallbackNotifierDelegate.notifyCallback(StepTaskCallback callback, StepTask taskExecuted, ExecutionResult result) Notify the supplied callbackvoidDefaultCallbackNotifierDelegate.notifyCallback(StepTaskCallback callback, StepTask taskExecuted, ExecutionResult result) Notifies the callback immediatelyvoidDelayedCallbackNotifierDelegate.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.voidStepTaskCallback.taskFailed(StepTask<T> failedTask, ExecutionResult<T> failedResult) Gets called if theStepTaskfails for some reason