| Package | Description |
|---|---|
| io.atomix.core.map |
Atomic map primitive.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsyncAtomicNavigableMap<K extends Comparable<K>,V>
Asynchronous atomic navigable map.
|
interface |
AsyncAtomicSortedMap<K extends Comparable<K>,V>
Asynchronous atomic sorted map.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncAtomicMap<K,V> |
AtomicMap.async() |
Copyright © 2013–2018. All rights reserved.