| Package | Description |
|---|---|
| io.atomix.core |
Core APIs for managing Atomix clusters and operating on distributed primitives.
|
| io.atomix.core.semaphore |
Distributed semaphore primitive.
|
| Modifier and Type | Method and Description |
|---|---|
AtomicSemaphore |
Atomix.getAtomicSemaphore(String name) |
AtomicSemaphore |
PrimitivesService.getAtomicSemaphore(String name)
Creates a new DistributedSemaphore.
|
| Modifier and Type | Method and Description |
|---|---|
default AtomicSemaphore |
AsyncAtomicSemaphore.sync() |
AtomicSemaphore |
AsyncAtomicSemaphore.sync(Duration operationTimeout) |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveResource |
AtomicSemaphoreType.newResource(AtomicSemaphore primitive) |
Copyright © 2013–2018. All rights reserved.