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