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