| Package | Description |
|---|---|
| io.atomix.core |
Core APIs for managing Atomix clusters and operating on distributed primitives.
|
| io.atomix.core.queue |
Distributed queue primitive.
|
| Modifier and Type | Method and Description |
|---|---|
<E> DistributedQueue<E> |
Atomix.getQueue(String name) |
<E> DistributedQueue<E> |
PrimitivesService.getQueue(String name)
Creates a new DistributedQueue.
|
| Modifier and Type | Method and Description |
|---|---|
default DistributedQueue<E> |
AsyncDistributedQueue.sync() |
DistributedQueue<E> |
AsyncDistributedQueue.sync(Duration operationTimeout) |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveResource |
DistributedQueueType.newResource(DistributedQueue<E> primitive) |
Copyright © 2013–2018. All rights reserved.