-
Class that encapsulates the Steps involved in a Knowledge Flow process.
Interface to something that can execute a Knowledge Flow process
Concrete implementation of the StepManager interface.
-
Base class for execution environments
Interface to something that can notify a Step that a Task submitted by
ExecutionEnvironment.submitTask() has finished.
Class for encapsulating data to be transferred between Knowledge Flow steps
over a particular connection type.
Callback interface for receiving notification of a flow finishing
execution
Stores the result generated by a StepTask.
Class that encapsulates the Steps involved in a Knowledge Flow process.
Interface to something that can execute a Knowledge Flow process
Interface to something that can load a Knowledge Flow
A FlowExecutor that can launch start points in a flow in parallel or
sequentially.
Enum for different logging levels
Client public interface for the StepManager.
Concrete implementation of the StepManager interface.
Inteface to something that listens to the output from a Step
A task that can be executed by the ExecutionEnvironment's submitTask()
service.
Callback that Steps can use when executing StepTasks via
EnvironmentManager.submitTask().
-
Class for encapsulating data to be transferred between Knowledge Flow steps
over a particular connection type.
Enum for different logging levels
Client public interface for the StepManager.