| 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 |
|---|---|
AtomicLock |
Atomix.getAtomicLock(String name) |
AtomicLock |
PrimitivesService.getAtomicLock(String name)
Creates a new AtomicLockBuilder.
|
| Modifier and Type | Method and Description |
|---|---|
default AtomicLock |
AsyncAtomicLock.sync() |
AtomicLock |
AsyncAtomicLock.sync(Duration operationTimeout) |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveResource |
AtomicLockType.newResource(AtomicLock primitive) |
Copyright © 2013–2018. All rights reserved.