Uses of Interface
org.apache.flink.runtime.state.KeyGroupPartitioner.ElementWriterFunction
Packages that use KeyGroupPartitioner.ElementWriterFunction
-
Uses of KeyGroupPartitioner.ElementWriterFunction in org.apache.flink.runtime.state
Constructors in org.apache.flink.runtime.state with parameters of type KeyGroupPartitioner.ElementWriterFunctionModifierConstructorDescriptionKeyGroupPartitioner(T[] partitioningSource, int numberOfElements, T[] partitioningDestination, KeyGroupRange keyGroupRange, int totalKeyGroups, KeyExtractorFunction<T> keyExtractorFunction, KeyGroupPartitioner.ElementWriterFunction<T> elementWriterFunction) Creates a newKeyGroupPartitioner.