@Internal public class DefaultBucketFactoryImpl<IN,BucketID> extends Object implements BucketFactory<IN,BucketID>
buckets.| Constructor and Description |
|---|
DefaultBucketFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
Bucket<IN,BucketID> |
getNewBucket(int subtaskIndex,
BucketID bucketId,
org.apache.flink.core.fs.Path bucketPath,
long initialPartCounter,
org.apache.flink.streaming.api.functions.sink.filesystem.BucketWriter<IN,BucketID> bucketWriter,
org.apache.flink.streaming.api.functions.sink.filesystem.RollingPolicy<IN,BucketID> rollingPolicy,
FileLifeCycleListener<BucketID> fileListener,
org.apache.flink.streaming.api.functions.sink.filesystem.OutputFileConfig outputFileConfig) |
Bucket<IN,BucketID> |
restoreBucket(int subtaskIndex,
long initialPartCounter,
org.apache.flink.streaming.api.functions.sink.filesystem.BucketWriter<IN,BucketID> bucketWriter,
org.apache.flink.streaming.api.functions.sink.filesystem.RollingPolicy<IN,BucketID> rollingPolicy,
org.apache.flink.streaming.api.functions.sink.filesystem.BucketState<BucketID> bucketState,
FileLifeCycleListener<BucketID> fileListener,
org.apache.flink.streaming.api.functions.sink.filesystem.OutputFileConfig outputFileConfig) |
public Bucket<IN,BucketID> getNewBucket(int subtaskIndex, BucketID bucketId, org.apache.flink.core.fs.Path bucketPath, long initialPartCounter, org.apache.flink.streaming.api.functions.sink.filesystem.BucketWriter<IN,BucketID> bucketWriter, org.apache.flink.streaming.api.functions.sink.filesystem.RollingPolicy<IN,BucketID> rollingPolicy, @Nullable FileLifeCycleListener<BucketID> fileListener, org.apache.flink.streaming.api.functions.sink.filesystem.OutputFileConfig outputFileConfig)
getNewBucket in interface BucketFactory<IN,BucketID>public Bucket<IN,BucketID> restoreBucket(int subtaskIndex, long initialPartCounter, org.apache.flink.streaming.api.functions.sink.filesystem.BucketWriter<IN,BucketID> bucketWriter, org.apache.flink.streaming.api.functions.sink.filesystem.RollingPolicy<IN,BucketID> rollingPolicy, org.apache.flink.streaming.api.functions.sink.filesystem.BucketState<BucketID> bucketState, @Nullable FileLifeCycleListener<BucketID> fileListener, org.apache.flink.streaming.api.functions.sink.filesystem.OutputFileConfig outputFileConfig) throws IOException
restoreBucket in interface BucketFactory<IN,BucketID>IOExceptionCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.