| Package | Description |
|---|---|
| io.atomix.core |
Core APIs for managing Atomix clusters and operating on distributed primitives.
|
| io.atomix.core.counter |
Atomic counter primitive.
|
| Modifier and Type | Method and Description |
|---|---|
AtomicCounter |
Atomix.getAtomicCounter(String name) |
AtomicCounter |
PrimitivesService.getAtomicCounter(String name)
Creates a new AtomicCounterBuilder.
|
| Modifier and Type | Method and Description |
|---|---|
default AtomicCounter |
AsyncAtomicCounter.sync() |
AtomicCounter |
AsyncAtomicCounter.sync(Duration operationTimeout) |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveResource |
AtomicCounterType.newResource(AtomicCounter primitive) |
Copyright © 2013–2018. All rights reserved.