| Package | Description |
|---|---|
| io.atomix.core.collection |
Distributed collection primitives.
|
| io.atomix.core.list |
Distributed list primitive.
|
| io.atomix.core.multiset |
Distributed multiset primitive.
|
| io.atomix.core.queue |
Distributed queue primitive.
|
| io.atomix.core.set |
Distributed set primitive.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsyncDistributedCollection<E>
Asynchronous distributed collection.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsyncDistributedList<E>
Asynchronous distributed list.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsyncDistributedMultiset<E>
Asynchronous distributed multiset.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsyncDistributedQueue<E>
Asynchronous distributed queue.
|
| 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.