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