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