Uses of Interface
org.apache.flink.datastream.api.function.ApplyPartitionFunction
Packages that use ApplyPartitionFunction
-
Uses of ApplyPartitionFunction in org.apache.flink.datastream.api.context
Methods in org.apache.flink.datastream.api.context with parameters of type ApplyPartitionFunctionModifier and TypeMethodDescriptionvoidNonPartitionedContext.applyToAllPartitions(ApplyPartitionFunction<OUT> applyPartitionFunction) Apply a function to all partitions.