| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.connectors.fs | |
| org.apache.flink.streaming.connectors.fs.bucketing |
| 类和说明 |
|---|
| AvroKeyValueSinkWriter
Implementation of AvroKeyValue writer that can be used in Sink.
|
| Bucketer
已过时。
use
Bucketer instead. |
| Clock
A clock that can provide the current time.
|
| RollingSink
已过时。
use
BucketingSink instead. |
| SequenceFileWriter
A
Writer that writes the bucket files as Hadoop SequenceFiles. |
| StreamWriterBase
Base class for
Writers that write to a FSDataOutputStream. |
| StringWriter
A
Writer that uses toString() on the input elements and writes them to
the output bucket file separated by newline. |
| Writer
An implementation of
Writer is used in conjunction with a
BucketingSink to perform the actual
writing to the bucket files. |
| 类和说明 |
|---|
| Clock
A clock that can provide the current time.
|
| Writer
An implementation of
Writer is used in conjunction with a
BucketingSink to perform the actual
writing to the bucket files. |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.