| Interface | Description |
|---|---|
| BufferedConnector | |
| Connector<S,T> |
Connect to a Data source; use the
RealTimeLineReader to parse the data and
finally sink into RealTimeWriter. |
| Class | Description |
|---|---|
| ResourceHandle |
sinkProperties as
Map< String, String > (Handle to the Sink and its properties) |
| SimpleBufferedConnector<S,T> |
Simple program that reads from a Source Tuple by Tuple and Writes it to the Sink real time with a in memory Buffer.
|
Copyright © 2018. All rights reserved.