Class HeapPriorityQueueStateSnapshot<T>

java.lang.Object
org.apache.flink.runtime.state.heap.HeapPriorityQueueStateSnapshot<T>
Type Parameters:
T - type of the state elements.
All Implemented Interfaces:
StateSnapshot

public class HeapPriorityQueueStateSnapshot<T> extends Object implements StateSnapshot
This class represents the snapshot of an HeapPriorityQueueSet.