| Package | Description |
|---|---|
| io.atomix.core |
Core APIs for managing Atomix clusters and operating on distributed primitives.
|
| io.atomix.core.value |
Atomic value primitive.
|
| Modifier and Type | Method and Description |
|---|---|
<V> AtomicValue<V> |
Atomix.getAtomicValue(String name) |
<V> AtomicValue<V> |
PrimitivesService.getAtomicValue(String name)
Creates a new AtomicValueBuilder.
|
| Modifier and Type | Method and Description |
|---|---|
default AtomicValue<V> |
AsyncAtomicValue.sync() |
AtomicValue<V> |
AsyncAtomicValue.sync(Duration operationTimeout) |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveResource |
AtomicValueType.newResource(AtomicValue<V> primitive) |
Copyright © 2013–2018. All rights reserved.