| 接口 | 说明 |
|---|---|
| LevelIndexHeader |
Head level index for skip list.
|
| 类 | 说明 |
|---|---|
| CopyOnWriteSkipListStateMap<K,N,S> |
Implementation of state map which is based on skip list with copy-on-write support. states will
be serialized to bytes and stored in the space allocated with the given allocator.
|
| 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.
|
| 枚举 | 说明 |
|---|---|
| NodeStatus |
Status of the node.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.