| Package | Description |
|---|---|
| io.atomix.core |
Core APIs for managing Atomix clusters and operating on distributed primitives.
|
| io.atomix.core.multimap |
Atomic multimap primitive.
|
| io.atomix.core.multiset |
Distributed multiset primitive.
|
| Modifier and Type | Method and Description |
|---|---|
<E> DistributedMultiset<E> |
Atomix.getMultiset(String name) |
<E> DistributedMultiset<E> |
PrimitivesService.getMultiset(String name)
Creates a new DistributedMultiset.
|
| Modifier and Type | Method and Description |
|---|---|
DistributedMultiset<K> |
AtomicMultimap.keys()
Returns a multiset of the keys present in this multimap with one or more
associated values each.
|
DistributedMultiset<K> |
DistributedMultimap.keys()
Returns a multiset of the keys present in this multimap with one or more
associated values each.
|
DistributedMultiset<V> |
AtomicMultimap.values()
Returns a collection of values in the set with duplicates permitted, the
size of this collection will equal the size of the map at the time of
creation.
|
DistributedMultiset<V> |
DistributedMultimap.values()
Returns a collection of values in the set with duplicates permitted, the
size of this collection will equal the size of the map at the time of
creation.
|
| Modifier and Type | Method and Description |
|---|---|
default DistributedMultiset<E> |
AsyncDistributedMultiset.sync() |
DistributedMultiset<E> |
AsyncDistributedMultiset.sync(Duration operationTimeout) |
Copyright © 2013–2018. All rights reserved.