@Internal public abstract static class StreamingFileSink.BucketsBuilder<IN,BucketID,T extends StreamingFileSink.BucketsBuilder<IN,BucketID,T>> extends Object implements Serializable
StreamingFileSink.RowFormatBuilder and StreamingFileSink.BulkFormatBuilder.| Modifier and Type | Field and Description |
|---|---|
static long |
DEFAULT_BUCKET_CHECK_INTERVAL |
| Constructor and Description |
|---|
BucketsBuilder() |
| Modifier and Type | Method and Description |
|---|---|
abstract Buckets<IN,BucketID> |
createBuckets(int subtaskIndex) |
abstract org.apache.flink.streaming.api.functions.sink.filesystem.BucketWriter<IN,BucketID> |
createBucketWriter() |
protected T |
self() |
public static final long DEFAULT_BUCKET_CHECK_INTERVAL
protected T self()
@Internal public abstract org.apache.flink.streaming.api.functions.sink.filesystem.BucketWriter<IN,BucketID> createBucketWriter() throws IOException
IOException@Internal public abstract Buckets<IN,BucketID> createBuckets(int subtaskIndex) throws IOException
IOExceptionCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.