| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.functions.sink.filesystem |
| 限定符和类型 | 类和说明 |
|---|---|
static class |
StreamingFileSink.BucketsBuilder<IN,BucketID,T extends StreamingFileSink.BucketsBuilder<IN,BucketID,T>>
The base abstract class for the
StreamingFileSink.RowFormatBuilder and StreamingFileSink.BulkFormatBuilder. |
| 限定符和类型 | 类和说明 |
|---|---|
static class |
StreamingFileSink.BulkFormatBuilder<IN,BucketID,T extends StreamingFileSink.BulkFormatBuilder<IN,BucketID,T>>
A builder for configuring the sink for bulk-encoding formats, e.g.
|
static class |
StreamingFileSink.DefaultBulkFormatBuilder<IN>
Builder for the vanilla
StreamingFileSink using a bulk format. |
static class |
StreamingFileSink.DefaultRowFormatBuilder<IN>
Builder for the vanilla
StreamingFileSink using a row format. |
static class |
StreamingFileSink.RowFormatBuilder<IN,BucketID,T extends StreamingFileSink.RowFormatBuilder<IN,BucketID,T>>
A builder for configuring the sink for row-wise encoding formats.
|
| 构造器和说明 |
|---|
StreamingFileSink(StreamingFileSink.BucketsBuilder<IN,?,? extends StreamingFileSink.BucketsBuilder<IN,?,?>> bucketsBuilder,
long bucketCheckInterval)
Creates a new
StreamingFileSink that writes files to the given base directory with
the give buckets properties. |
| 构造器和说明 |
|---|
StreamingFileSink(StreamingFileSink.BucketsBuilder<IN,?,? extends StreamingFileSink.BucketsBuilder<IN,?,?>> bucketsBuilder,
long bucketCheckInterval)
Creates a new
StreamingFileSink that writes files to the given base directory with
the give buckets properties. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.