| Package | Description |
|---|---|
| io.atomix.core |
Core APIs for managing Atomix clusters and operating on distributed primitives.
|
| io.atomix.core.workqueue |
Distributed work processing primitives.
|
| Modifier and Type | Method and Description |
|---|---|
<E> WorkQueue<E> |
Atomix.getWorkQueue(String name) |
<E> WorkQueue<E> |
PrimitivesService.getWorkQueue(String name)
Creates a new WorkQueueBuilder.
|
| Modifier and Type | Method and Description |
|---|---|
default WorkQueue<E> |
AsyncWorkQueue.sync() |
WorkQueue<E> |
AsyncWorkQueue.sync(Duration operationTimeout) |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveResource |
WorkQueueType.newResource(WorkQueue<E> primitive) |
Copyright © 2013–2018. All rights reserved.