Uses of Class
weka.knowledgeflow.ExecutionResult
Packages that use ExecutionResult
-
Uses of ExecutionResult in weka.knowledgeflow
Methods in weka.knowledgeflow that return ExecutionResultModifier and TypeMethodDescriptionStepTask.call()
Executor service calls this method to do the workMethods in weka.knowledgeflow that return types with arguments of type ExecutionResultModifier 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.Methods in weka.knowledgeflow with parameters of type ExecutionResultModifier 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