| 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> AtomicCounterMap<K> |
Atomix.getAtomicCounterMap(String name) |
<K> AtomicCounterMap<K> |
PrimitivesService.getAtomicCounterMap(String name)
Creates a new
AtomicCounterMap. |
| Modifier and Type | Method and Description |
|---|---|
default AtomicCounterMap<K> |
AsyncAtomicCounterMap.sync() |
AtomicCounterMap<K> |
AsyncAtomicCounterMap.sync(Duration operationTimeout) |
Copyright © 2013–2018. All rights reserved.