| Package | Description |
|---|---|
| org.apache.flink.streaming.api.functions.sink.filesystem |
| Class and Description |
|---|
| 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
Sink that emits its input elements to
FileSystem files within buckets. |
| 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–2021 The Apache Software Foundation. All rights reserved.