| Package | Description |
|---|---|
| io.atomix.core.map |
Atomic map primitive.
|
| io.atomix.core.multimap |
Atomic multimap primitive.
|
| io.atomix.core.multiset |
Distributed multiset primitive.
|
| io.atomix.core.set |
Distributed set primitive.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncDistributedSet<Map.Entry<K,V>> |
AsyncDistributedMap.entrySet()
Returns a
Set view of the mappings contained in this map. |
AsyncDistributedSet<Map.Entry<K,Versioned<V>>> |
AsyncAtomicMap.entrySet()
Returns the set of entries contained in this map.
|
AsyncDistributedSet<K> |
AsyncDistributedMap.keySet()
Returns a
Set view of the keys contained in this map. |
AsyncDistributedSet<K> |
AsyncAtomicMap.keySet()
Returns a Set view of the keys contained in this map.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncDistributedSet<K> |
AsyncDistributedMultimap.keySet()
Returns a set of the keys contained in this multimap with one or more
associated values.
|
AsyncDistributedSet<K> |
AsyncAtomicMultimap.keySet()
Returns a set of the keys contained in this multimap with one or more
associated values.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncDistributedSet<E> |
AsyncDistributedMultiset.elementSet()
Returns the set of distinct elements contained in this multiset.
|
AsyncDistributedSet<com.google.common.collect.Multiset.Entry<E>> |
AsyncDistributedMultiset.entrySet()
Returns a view of the contents of this multiset, grouped into
Multiset.Entry instances, each providing an element of the multiset and
the count of that element. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsyncDistributedNavigableSet<E extends Comparable<E>>
Asynchronous distributed navigable set.
|
interface |
AsyncDistributedSortedSet<E extends Comparable<E>>
Asynchronous distributed sorted set.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncDistributedSet<E> |
DistributedSet.async() |
Copyright © 2013–2018. All rights reserved.