@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 BucketWriter<IN,BucketID> |
createBucketWriter() |
protected T |
self() |
public static final long DEFAULT_BUCKET_CHECK_INTERVAL
protected T self()
@Internal public abstract BucketWriter<IN,BucketID> createBucketWriter() throws IOException
IOException
@Internal public abstract Buckets<IN,BucketID> createBuckets(int subtaskIndex) throws IOException
IOException
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.