| Package | Description |
|---|---|
| io.atomix.core.semaphore |
Distributed semaphore primitive.
|
| Modifier and Type | Method and Description |
|---|---|
AtomicSemaphoreConfig |
AtomicSemaphoreType.newConfig() |
AtomicSemaphoreConfig |
AtomicSemaphoreConfig.setInitialCapacity(int permits)
Initialize this semaphore with the given permit count.
|
| Modifier and Type | Method and Description |
|---|---|
AtomicSemaphoreBuilder |
AtomicSemaphoreType.newBuilder(String name,
AtomicSemaphoreConfig config,
PrimitiveManagementService managementService) |
Copyright © 2013–2018. All rights reserved.