| Package | Description |
|---|---|
| io.atomix.core |
Core APIs for managing Atomix clusters and operating on distributed primitives.
|
| io.atomix.core.idgenerator |
Atomic ID generator primitive.
|
| Modifier and Type | Method and Description |
|---|---|
AtomicIdGenerator |
Atomix.getAtomicIdGenerator(String name) |
AtomicIdGenerator |
PrimitivesService.getAtomicIdGenerator(String name)
Creates a new AtomicIdGeneratorBuilder.
|
| Modifier and Type | Method and Description |
|---|---|
default AtomicIdGenerator |
AsyncAtomicIdGenerator.sync() |
AtomicIdGenerator |
AsyncAtomicIdGenerator.sync(Duration operationTimeout) |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveResource |
AtomicIdGeneratorType.newResource(AtomicIdGenerator primitive) |
Copyright © 2013–2018. All rights reserved.