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