Interface | Description |
---|---|
ICompute<T> |
Base interface for tasks
|
INode |
This is the base interface of all nodes in the dataflow graph.
|
ISink |
The interface that all Sinks need to implement.
|
ISource |
The interface that all data input sources (Batch, Streaming, etc)
|
Class | Description |
---|---|
BaseCompute<T> | |
BaseNode | |
BaseSource |