Uses of Interface
org.apache.flink.streaming.api.functions.sink.filesystem.BucketAssigner.Context
-
Packages that use BucketAssigner.Context Package Description org.apache.flink.streaming.api.functions.sink.filesystem org.apache.flink.streaming.api.functions.sink.filesystem.bucketassigners -
-
Uses of BucketAssigner.Context in org.apache.flink.streaming.api.functions.sink.filesystem
Methods in org.apache.flink.streaming.api.functions.sink.filesystem with parameters of type BucketAssigner.Context Modifier and Type Method Description BucketIDBucketAssigner. getBucketId(IN element, BucketAssigner.Context context)Returns the identifier of the bucket the provided element should be put into. -
Uses of BucketAssigner.Context in org.apache.flink.streaming.api.functions.sink.filesystem.bucketassigners
Methods in org.apache.flink.streaming.api.functions.sink.filesystem.bucketassigners with parameters of type BucketAssigner.Context Modifier and Type Method Description StringBasePathBucketAssigner. getBucketId(T element, BucketAssigner.Context context)StringDateTimeBucketAssigner. getBucketId(IN element, BucketAssigner.Context context)
-