Uses of Class
org.apache.flink.runtime.state.heap.HeapPriorityQueue
-
Packages that use HeapPriorityQueue Package Description 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. -
-
Uses of HeapPriorityQueue in org.apache.flink.runtime.state.heap
Subclasses of HeapPriorityQueue in org.apache.flink.runtime.state.heap Modifier and Type Class Description classHeapPriorityQueueSet<T extends HeapPriorityQueueElement>A heap-based priority queue with set semantics, based onHeapPriorityQueue.
-