| 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 |
|---|---|
default DistributedSemaphoreBuilder |
PrimitivesService.semaphoreBuilder(String name)
Creates a new DistributedSemaphoreBuilder.
|
| Modifier and Type | Method and Description |
|---|---|
DistributedSemaphoreBuilder |
DistributedSemaphoreType.newBuilder(String name,
DistributedSemaphoreConfig config,
PrimitiveManagementService managementService) |
DistributedSemaphoreBuilder |
DistributedSemaphoreBuilder.withInitialCapacity(int permits)
Sets the semaphore's initial capacity.
|
DistributedSemaphoreBuilder |
DistributedSemaphoreBuilder.withProtocol(ProxyProtocol protocol) |
Copyright © 2013–2018. All rights reserved.