| Package | Description |
|---|---|
| org.apache.flink.streaming.api.functions.sink |
| Modifier and Type | Class and Description |
|---|---|
class |
OutputFormatSinkFunction<IN>
Simple implementation of the SinkFunction writing tuples in the specified
OutputFormat format.
|
class |
PrintSinkFunction<IN>
Implementation of the SinkFunction writing every tuple to the standard
output or standard error stream.
|
class |
SocketClientSink<IN>
Socket client that acts as a streaming sink.
|
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.