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