| 程序包 | 说明 |
|---|---|
| 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.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
HeapPriorityQueue<T extends HeapPriorityQueueElement>
Basic heap-based priority queue for
HeapPriorityQueueElement objects. |
class |
HeapPriorityQueueSet<T extends HeapPriorityQueueElement>
A heap-based priority queue with set semantics, based on
HeapPriorityQueue. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.