| Package | Description |
|---|---|
| io.atomix.core |
Core APIs for managing Atomix clusters and operating on distributed primitives.
|
| io.atomix.core.list |
Distributed list primitive.
|
| Modifier and Type | Method and Description |
|---|---|
default <E> DistributedListBuilder<E> |
PrimitivesService.listBuilder(String name)
Creates a new DistributedListBuilder.
|
| Modifier and Type | Method and Description |
|---|---|
DistributedListBuilder<E> |
DistributedListType.newBuilder(String name,
DistributedListConfig config,
PrimitiveManagementService managementService) |
DistributedListBuilder<E> |
DistributedListBuilder.withProtocol(ProxyProtocol protocol) |
Copyright © 2013–2018. All rights reserved.