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