| Package | Description |
|---|---|
| io.atomix.core |
Core APIs for managing Atomix clusters and operating on distributed primitives.
|
| io.atomix.core.map |
Atomic map primitive.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> AtomicMap<K,V> |
Atomix.getAtomicMap(String name) |
<K,V> AtomicMap<K,V> |
PrimitivesService.getAtomicMap(String name)
Creates a new AtomicMap.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AtomicNavigableMap<K extends Comparable<K>,V>
Atomic navigable map.
|
interface |
AtomicSortedMap<K extends Comparable<K>,V>
Atomic sorted map.
|
| Modifier and Type | Method and Description |
|---|---|
default AtomicMap<K,V> |
AsyncAtomicMap.sync() |
AtomicMap<K,V> |
AsyncAtomicMap.sync(Duration operationTimeout) |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveResource |
AtomicMapType.newResource(AtomicMap<K,V> primitive) |
Copyright © 2013–2018. All rights reserved.