Uses of Class
org.apache.flink.runtime.state.heap.HeapPriorityQueueStateSnapshot
-
Packages that use HeapPriorityQueueStateSnapshot 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 HeapPriorityQueueStateSnapshot in org.apache.flink.runtime.state.heap
Methods in org.apache.flink.runtime.state.heap that return HeapPriorityQueueStateSnapshot Modifier and Type Method Description HeapPriorityQueueStateSnapshot<T>HeapPriorityQueueSnapshotRestoreWrapper. stateSnapshot()
-