| 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 |
DistributedCollection<E>
Distributed collection.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DistributedList<E>
Distributed list.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DistributedMultiset<E>
Distributed multiset.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DistributedQueue<E>
Distributed queue.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DistributedNavigableSet<E extends Comparable<E>>
Distributed navigable set.
|
interface |
DistributedSet<E>
A distributed collection designed for holding unique elements.
|
interface |
DistributedSortedSet<E extends Comparable<E>>
Distributed sorted set.
|
Copyright © 2013–2018. All rights reserved.