@Internal public class Bucket<IN,BucketID> extends Object
StreamingFileSink.
For each incoming element in the StreamingFileSink, the user-specified BucketAssigner is queried to see in which bucket this element should be written to.
| Modifier and Type | Method and Description |
|---|---|
BucketID |
getBucketId() |
org.apache.flink.core.fs.Path |
getBucketPath() |
long |
getPartCounter() |
public BucketID getBucketId()
public org.apache.flink.core.fs.Path getBucketPath()
public long getPartCounter()
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.