Uses of Class
org.apache.flink.runtime.state.heap.HeapPriorityQueue
Packages that use HeapPriorityQueue
Package
Description
This package contains the classes for key/value state backends that store the state on the JVM
heap as objects.
-
Uses of HeapPriorityQueue in org.apache.flink.runtime.state.heap
Subclasses of HeapPriorityQueue in org.apache.flink.runtime.state.heapModifier and TypeClassDescriptionclassHeapPriorityQueueSet<T extends HeapPriorityQueueElement>A heap-based priority queue with set semantics, based onHeapPriorityQueue.