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 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.voidStepTaskCallback.taskFailed(StepTask<T> failedTask, ExecutionResult<T> failedResult) Gets called if theStepTaskfails for some reasonvoidStepTaskCallback.taskFinished(ExecutionResult<T> result) Gets called when theStepTaskfinishes processing