Class Bucket<IN,BucketID>
java.lang.Object
org.apache.flink.streaming.api.functions.sink.filesystem.Bucket<IN,BucketID>
A bucket is the directory organization of the output of the
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.
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.core.fs.Pathlong
-
Method Details
-
getBucketId
-
getBucketPath
public org.apache.flink.core.fs.Path getBucketPath() -
getPartCounter
public long getPartCounter()
-