| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.functions.sink.filesystem |
| 类和说明 |
|---|
| Bucket
A bucket is the directory organization of the output of the
StreamingFileSink. |
| BucketFactory
A factory able to create
buckets for the StreamingFileSink. |
| BucketLifeCycleListener
Listener about the status of
Bucket. |
| Buckets
The manager of the different active buckets in the
StreamingFileSink. |
| FileLifeCycleListener
Listener about the status of file.
|
| StreamingFileSink
已过时。
Use
org.apache.flink.connector.file.sink.FileSink instead. |
| StreamingFileSink.BucketsBuilder
已过时。
The base abstract class for the
StreamingFileSink.RowFormatBuilder and StreamingFileSink.BulkFormatBuilder. |
| StreamingFileSink.BulkFormatBuilder
已过时。
A builder for configuring the sink for bulk-encoding formats, e.g.
|
| StreamingFileSink.DefaultBulkFormatBuilder
已过时。
Builder for the vanilla
StreamingFileSink using a bulk format. |
| StreamingFileSink.DefaultRowFormatBuilder
已过时。
Builder for the vanilla
StreamingFileSink using a row format. |
| StreamingFileSink.RowFormatBuilder
已过时。
A builder for configuring the sink for row-wise encoding formats.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.