Uses of Interface
org.apache.flink.runtime.state.PriorityComparator
-
Packages that use PriorityComparator Package Description org.apache.flink.runtime.state org.apache.flink.runtime.state.heap This package contains the classes for key/value state backends that store the state on the JVM heap as objects.org.apache.flink.streaming.api.operators -
-
Uses of PriorityComparator in org.apache.flink.runtime.state
Fields in org.apache.flink.runtime.state declared as PriorityComparator Modifier and Type Field Description static PriorityComparator<? extends PriorityComparable<Object>>PriorityComparator. FOR_PRIORITY_COMPARABLE_OBJECTSMethods in org.apache.flink.runtime.state that return PriorityComparator Modifier and Type Method Description static <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 PriorityComparator Modifier and Type Field Description protected PriorityComparator<T>HeapPriorityQueue. elementPriorityComparatorComparator for the priority of contained elements.Methods in org.apache.flink.runtime.state.heap with parameters of type PriorityComparator Modifier and Type Method Description PQSKeyGroupPartitionedPriorityQueue.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 PriorityComparator Constructor Description HeapPriorityQueue(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 PriorityComparator Modifier and Type Field Description static PriorityComparator<InternalTimer<?,?>>InternalTimer. TIMER_COMPARATORFunction to compare instances ofInternalTimer.
-