Class EntryMemTable.EntrySkipList

java.lang.Object
java.util.AbstractMap<K,V>
java.util.concurrent.ConcurrentSkipListMap<EntryKey,EntryKeyValue>
org.apache.bookkeeper.bookie.EntryMemTable.EntrySkipList
All Implemented Interfaces:
Serializable, Cloneable, ConcurrentMap<EntryKey,EntryKeyValue>, ConcurrentNavigableMap<EntryKey,EntryKeyValue>, Map<EntryKey,EntryKeyValue>, NavigableMap<EntryKey,EntryKeyValue>, SortedMap<EntryKey,EntryKeyValue>
Enclosing class:
EntryMemTable

static class EntryMemTable.EntrySkipList extends ConcurrentSkipListMap<EntryKey,EntryKeyValue>
Entry skip list.