| Package | Description |
|---|---|
| io.atomix.core |
Core APIs for managing Atomix clusters and operating on distributed primitives.
|
| io.atomix.core.map |
Atomic map primitive.
|
| io.atomix.core.multimap |
Atomic multimap primitive.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> DistributedMap<K,V> |
Atomix.getMap(String name) |
<K,V> DistributedMap<K,V> |
PrimitivesService.getMap(String name)
Creates a new DistributedMap.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DistributedNavigableMap<K extends Comparable<K>,V>
Distributed navigable map.
|
interface |
DistributedSortedMap<K extends Comparable<K>,V>
Distributed sorted map.
|
| Modifier and Type | Method and Description |
|---|---|
default DistributedMap<K,V> |
AsyncDistributedMap.sync() |
DistributedMap<K,V> |
AsyncDistributedMap.sync(Duration operationTimeout) |
| Modifier and Type | Method and Description |
|---|---|
DistributedMap<K,Versioned<Collection<V>>> |
AtomicMultimap.asMap()
Returns the multimap as a distributed map.
|
DistributedMap<K,Collection<V>> |
DistributedMultimap.asMap() |
Copyright © 2013–2018. All rights reserved.