Class TreeOrderedSetCache

java.lang.Object
org.apache.flink.state.forst.sync.TreeOrderedSetCache
All Implemented Interfaces:
ForStDBCachingPriorityQueueSet.OrderedByteArraySetCache

public class TreeOrderedSetCache extends Object implements ForStDBCachingPriorityQueueSet.OrderedByteArraySetCache
Implementation of a lexicographically ordered set of byte-arrays, based on a TreeSet.