Class | Description |
---|---|
InputStage |
Abstract class representing a processing
Stage on the input side. |
JunctionStreamInputStage |
Class to be extended by clients who want processing to be done on an input before it is
passed on to the driver.
|
JunctionStreamOutputStage |
Class to be extended by clients who want processing to be done on an output
before it is written out.
|
OutputStage |
Abstract class representing a processing
Stage on the output side. |
Stage |
The base definition of a pipeline stage.
|
TerminalStreamInputStage |
This is the class that needs to be implemented by clients for reading in driver data
from a custom protocol/format.
|
TerminalStreamOutputStage |
This is the class that needs to be implemented by clients for writing out driver data
to a custom protocol/format.
|