Package org.apache.flink.runtime.state.heap
-
Interface Summary Interface Description LevelIndexHeader Head level index for skip list. -
Class Summary Class Description CopyOnWriteSkipListStateMap<K,N,S> Implementation of state map which is based on skip list with copy-on-write support.CopyOnWriteSkipListStateMapSnapshot<K,N,S> This class represents the snapshot of aCopyOnWriteSkipListStateMap.OnHeapLevelIndexHeader Implementation ofLevelIndexHeaderwhich stores index on heap.SkipListUtils Utilities for skip list. -
Enum Summary Enum Description NodeStatus Status of the node.