| Package | Description |
|---|---|
| org.apache.flink.streaming.api.datastream | |
| org.apache.flink.streaming.api.functions.sink | |
| org.apache.flink.streaming.util.serialization |
| Modifier and Type | Method and Description |
|---|---|
DataStreamSink<OUT> |
DataStream.writeToSocket(String hostName,
int port,
SerializationSchema<OUT,byte[]> schema)
Writes the DataStream to a socket as a byte array.
|
| Constructor and Description |
|---|
SocketClientSink(String hostName,
int port,
SerializationSchema<IN,byte[]> schema)
Default constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JavaDefaultStringSchema |
class |
RawSchema |
class |
SimpleStringSchema |
class |
TypeInformationSerializationSchema<T>
A serialization and deserialization schema that uses Flink's serialization stack to
transform typed from and to byte arrays.
|
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.