Uses of Interface
org.apache.flink.runtime.state.PriorityComparator
Packages that use PriorityComparator
Package
Description
This package contains the classes for key/value state backends that store the state on the JVM
heap as objects.
-
Uses of PriorityComparator in org.apache.flink.runtime.state
Fields in org.apache.flink.runtime.state declared as PriorityComparatorModifier and TypeFieldDescriptionstatic final PriorityComparator<? extends PriorityComparable<Object>>PriorityComparator.FOR_PRIORITY_COMPARABLE_OBJECTSMethods in org.apache.flink.runtime.state that return PriorityComparatorModifier and TypeMethodDescriptionstatic <T extends PriorityComparable<?>>
PriorityComparator<T>PriorityComparator.forPriorityComparableObjects() -
Uses of PriorityComparator in org.apache.flink.runtime.state.heap
Fields in org.apache.flink.runtime.state.heap declared as PriorityComparatorModifier and TypeFieldDescriptionprotected final PriorityComparator<T>HeapPriorityQueue.elementPriorityComparatorComparator for the priority of contained elements.Methods in org.apache.flink.runtime.state.heap with parameters of type PriorityComparatorModifier and TypeMethodDescriptionKeyGroupPartitionedPriorityQueue.PartitionQueueSetFactory.create(int keyGroupId, int numKeyGroups, KeyExtractorFunction<T> keyExtractorFunction, PriorityComparator<T> elementPriorityComparator) Creates a new queue for a given key-group partition.Constructors in org.apache.flink.runtime.state.heap with parameters of type PriorityComparatorModifierConstructorDescriptionHeapPriorityQueue(PriorityComparator<T> elementPriorityComparator, int minimumCapacity) Creates an emptyHeapPriorityQueuewith the requested initial capacity.HeapPriorityQueueSet(PriorityComparator<T> elementPriorityComparator, KeyExtractorFunction<T> keyExtractor, int minimumCapacity, KeyGroupRange keyGroupRange, int totalNumberOfKeyGroups) Creates an emptyHeapPriorityQueueSetwith the requested initial capacity.KeyGroupPartitionedPriorityQueue(KeyExtractorFunction<T> keyExtractor, PriorityComparator<T> elementPriorityComparator, KeyGroupPartitionedPriorityQueue.PartitionQueueSetFactory<T, PQ> orderedCacheFactory, KeyGroupRange keyGroupRange, int totalKeyGroups) -
Uses of PriorityComparator in org.apache.flink.streaming.api.operators
Fields in org.apache.flink.streaming.api.operators declared as PriorityComparatorModifier and TypeFieldDescriptionstatic final PriorityComparator<InternalTimer<?,?>> InternalTimer.TIMER_COMPARATORFunction to compare instances ofInternalTimer.