| 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 |
|---|---|
DistributedSemaphore |
Atomix.getSemaphore(String name) |
DistributedSemaphore |
PrimitivesService.getSemaphore(String name)
Creates a new DistributedSemaphore.
|
| Modifier and Type | Method and Description |
|---|---|
default DistributedSemaphore |
AsyncDistributedSemaphore.sync() |
DistributedSemaphore |
AsyncDistributedSemaphore.sync(Duration operationTimeout) |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveResource |
DistributedSemaphoreType.newResource(DistributedSemaphore primitive) |
Copyright © 2013–2018. All rights reserved.