Uses of Interface
org.apache.flink.streaming.api.functions.sink.filesystem.BucketAssigner.Context
Packages that use BucketAssigner.Context
Package
Description
-
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.ContextModifier and TypeMethodDescriptionBucketAssigner.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.ContextModifier and TypeMethodDescriptionBasePathBucketAssigner.getBucketId(T element, BucketAssigner.Context context) DateTimeBucketAssigner.getBucketId(IN element, BucketAssigner.Context context)