| 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 |
|---|---|
default <V> AtomicValueBuilder<V> |
PrimitivesService.atomicValueBuilder(String name)
Creates a new AtomicValueBuilder.
|
| Modifier and Type | Method and Description |
|---|---|
AtomicValueBuilder<V> |
AtomicValueType.newBuilder(String name,
AtomicValueConfig config,
PrimitiveManagementService managementService) |
AtomicValueBuilder<V> |
AtomicValueBuilder.withProtocol(ProxyProtocol protocol) |
Copyright © 2013–2018. All rights reserved.