| 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 |
|---|---|
DistributedLock |
Atomix.getLock(String name) |
DistributedLock |
PrimitivesService.getLock(String name)
Creates a new DistributedLockBuilder.
|
| Modifier and Type | Method and Description |
|---|---|
default DistributedLock |
AsyncDistributedLock.sync() |
DistributedLock |
AsyncDistributedLock.sync(Duration operationTimeout) |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveResource |
DistributedLockType.newResource(DistributedLock primitive) |
Copyright © 2013–2018. All rights reserved.