| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.connectors.fs |
| 限定符和类型 | 类和说明 |
|---|---|
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. |
| 构造器和说明 |
|---|
StreamWriterBase(StreamWriterBase<T> other) |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.