| Interface | Description |
|---|---|
| SinkFunction<IN> |
Interface for implementing user defined sink functionality.
|
| Class | Description |
|---|---|
| DiscardingSink<T> |
A stream sink that ignores all elements.
|
| OutputFormatSinkFunction<IN> |
Simple implementation of the SinkFunction writing tuples in the specified
OutputFormat format.
|
| PrintSinkFunction<IN> |
Implementation of the SinkFunction writing every tuple to the standard
output or standard error stream.
|
| RichSinkFunction<IN> | |
| SocketClientSink<IN> |
Socket client that acts as a streaming sink.
|
| WriteFormat<IN> |
Abstract class for formatting the output of the writeAsText and writeAsCsv
functions.
|
| WriteFormatAsCsv<IN> |
Writes tuples in csv format.
|
| WriteFormatAsText<IN> |
Writes tuples in text format.
|
| WriteSinkFunction<IN> |
Simple implementation of the SinkFunction writing tuples as simple text to
the file specified by path.
|
| WriteSinkFunctionByMillis<IN> |
Implementation of WriteSinkFunction.
|
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.