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