| Package | Description |
|---|---|
| org.apache.flink.streaming.api.functions.sink |
| Modifier and Type | Class and Description |
|---|---|
class |
FileSinkFunction<IN>
Simple implementation of the SinkFunction writing tuples in the specified
OutputFormat format.
|
class |
FileSinkFunctionByMillis<IN>
Implementation of FileSinkFunction.
|
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–2015 The Apache Software Foundation. All rights reserved.