| Package | Description |
|---|---|
| io.atomix.core |
Core APIs for managing Atomix clusters and operating on distributed primitives.
|
| io.atomix.core.tree |
Distributed tree primitive interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
<V> AtomicDocumentTree<V> |
Atomix.getAtomicDocumentTree(String name) |
<V> AtomicDocumentTree<V> |
PrimitivesService.getAtomicDocumentTree(String name)
Creates a new AtomicMap.
|
| Modifier and Type | Method and Description |
|---|---|
default AtomicDocumentTree<V> |
AsyncAtomicDocumentTree.sync() |
AtomicDocumentTree<V> |
AsyncAtomicDocumentTree.sync(Duration operationTimeout) |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveResource |
AtomicDocumentTreeType.newResource(AtomicDocumentTree<V> primitive) |
Copyright © 2013–2018. All rights reserved.