| Package | Description |
|---|---|
| io.atomix.core.map |
Atomic map primitive.
|
| io.atomix.core.set |
Distributed set primitive.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsyncAtomicMap<K,V>
A distributed, strongly consistent map whose methods are all executed asynchronously.
|
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 | Interface and Description |
|---|---|
interface |
AsyncDistributedNavigableSet<E extends Comparable<E>>
Asynchronous distributed navigable set.
|
interface |
AsyncDistributedSet<E>
A distributed collection designed for holding unique elements.
|
interface |
AsyncDistributedSortedSet<E extends Comparable<E>>
Asynchronous distributed sorted set.
|
Copyright © 2013–2018. All rights reserved.