Package | Description |
---|---|
org.apache.flink.streaming.connectors.fs |
Modifier and Type | Class and Description |
---|---|
class |
AvroKeyValueSinkWriter<K,V>
Implementation of AvroKeyValue writer that can be used in Sink.
|
class |
SequenceFileWriter<K extends org.apache.hadoop.io.Writable,V extends org.apache.hadoop.io.Writable>
A
Writer that writes the bucket files as Hadoop SequenceFiles . |
class |
StringWriter<T>
A
Writer that uses toString() on the input elements and writes them to
the output bucket file separated by newline. |
Constructor and Description |
---|
StreamWriterBase(StreamWriterBase<T> other) |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.