| Package | Description |
|---|---|
| org.apache.flink.streaming.api.functions.sink.filesystem |
| Modifier and Type | Class and Description |
|---|---|
static class |
StreamingFileSink.BucketsBuilder<IN,BucketID,T extends StreamingFileSink.BucketsBuilder<IN,BucketID,T>>
Deprecated.
The base abstract class for the
StreamingFileSink.RowFormatBuilder and StreamingFileSink.BulkFormatBuilder. |
| Modifier and Type | Class and Description |
|---|---|
static class |
StreamingFileSink.BulkFormatBuilder<IN,BucketID,T extends StreamingFileSink.BulkFormatBuilder<IN,BucketID,T>>
Deprecated.
A builder for configuring the sink for bulk-encoding formats, e.g.
|
static class |
StreamingFileSink.DefaultBulkFormatBuilder<IN>
Deprecated.
Builder for the vanilla
StreamingFileSink using a bulk format. |
static class |
StreamingFileSink.DefaultRowFormatBuilder<IN>
Deprecated.
Builder for the vanilla
StreamingFileSink using a row format. |
static class |
StreamingFileSink.RowFormatBuilder<IN,BucketID,T extends StreamingFileSink.RowFormatBuilder<IN,BucketID,T>>
Deprecated.
A builder for configuring the sink for row-wise encoding formats.
|
| Constructor and Description |
|---|
StreamingFileSink(StreamingFileSink.BucketsBuilder<IN,?,? extends StreamingFileSink.BucketsBuilder<IN,?,?>> bucketsBuilder,
long bucketCheckInterval)
Deprecated.
Creates a new
StreamingFileSink that writes files to the given base directory with
the give buckets properties. |
| Constructor and Description |
|---|
StreamingFileSink(StreamingFileSink.BucketsBuilder<IN,?,? extends StreamingFileSink.BucketsBuilder<IN,?,?>> bucketsBuilder,
long bucketCheckInterval)
Deprecated.
Creates a new
StreamingFileSink that writes files to the given base directory with
the give buckets properties. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.