| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.functions.sink.filesystem |
| 限定符和类型 | 类和说明 |
|---|---|
static class |
StreamingFileSink.RowFormatBuilder<IN,BucketID,T extends StreamingFileSink.RowFormatBuilder<IN,BucketID,T>>
A builder for configuring the sink for row-wise encoding formats.
|
| 限定符和类型 | 类和说明 |
|---|---|
static class |
StreamingFileSink.DefaultRowFormatBuilder<IN>
Builder for the vanilla
StreamingFileSink using a row format. |
| 限定符和类型 | 方法和说明 |
|---|---|
<ID> StreamingFileSink.RowFormatBuilder<IN,ID,? extends StreamingFileSink.RowFormatBuilder<IN,ID,?>> |
StreamingFileSink.RowFormatBuilder.withNewBucketAssignerAndPolicy(BucketAssigner<IN,ID> assigner,
RollingPolicy<IN,ID> policy) |
| 限定符和类型 | 方法和说明 |
|---|---|
<ID> StreamingFileSink.RowFormatBuilder<IN,ID,? extends StreamingFileSink.RowFormatBuilder<IN,ID,?>> |
StreamingFileSink.RowFormatBuilder.withNewBucketAssignerAndPolicy(BucketAssigner<IN,ID> assigner,
RollingPolicy<IN,ID> policy) |
| 构造器和说明 |
|---|
StreamingFileSink(StreamingFileSink.RowFormatBuilder<IN,?,? extends org.apache.flink.streaming.api.functions.sink.filesystem.StreamingFileSink.BucketsBuilder<IN,?,?>> bucketsBuilder,
long bucketCheckInterval)
Creates a new
StreamingFileSink that writes files in row-based format to the given base directory. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.