| Package | Description |
|---|---|
| io.atomix.core |
Core APIs for managing Atomix clusters and operating on distributed primitives.
|
| io.atomix.core.lock |
Distributed lock primitive.
|
| Modifier and Type | Method and Description |
|---|---|
default DistributedLockBuilder |
PrimitivesService.lockBuilder(String name)
Creates a new DistributedLockBuilder.
|
| Modifier and Type | Method and Description |
|---|---|
DistributedLockBuilder |
DistributedLockType.newBuilder(String name,
DistributedLockConfig config,
PrimitiveManagementService managementService) |
DistributedLockBuilder |
DistributedLockBuilder.withProtocol(ProxyProtocol protocol) |
Copyright © 2013–2018. All rights reserved.