| Interface | Description |
|---|---|
| LevelIndexHeader |
Head level index for skip list.
|
| 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 a
CopyOnWriteSkipListStateMap. |
| OnHeapLevelIndexHeader |
Implementation of
LevelIndexHeader which stores index on heap. |
| SkipListUtils |
Utilities for skip list.
|
| Enum | Description |
|---|---|
| NodeStatus |
Status of the node.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.