| Package | Description |
|---|---|
| io.atomix.core.multimap |
Atomic multimap primitive.
|
| io.atomix.core.multiset |
Distributed multiset primitive.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncDistributedMultiset<K> |
AsyncDistributedMultimap.keys()
Returns a multiset of the keys present in this multimap with one or more
associated values each.
|
AsyncDistributedMultiset<K> |
AsyncAtomicMultimap.keys()
Returns a multiset of the keys present in this multimap with one or more
associated values each.
|
AsyncDistributedMultiset<V> |
AsyncDistributedMultimap.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.
|
AsyncDistributedMultiset<V> |
AsyncAtomicMultimap.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 |
|---|---|
AsyncDistributedMultiset<E> |
DistributedMultiset.async() |
Copyright © 2013–2018. All rights reserved.