| Package | Description |
|---|---|
| net.kuujo.copycat.collections | |
| net.kuujo.copycat.collections.internal.lock |
| Modifier and Type | Method and Description |
|---|---|
static AsyncLock |
AsyncLock.create(String name)
Creates a new asynchronous lock with the default cluster configuration.
|
static AsyncLock |
AsyncLock.create(String name,
ClusterConfig cluster)
Creates a new asynchronous lock.
|
static AsyncLock |
AsyncLock.create(String name,
ClusterConfig cluster,
AsyncLockConfig config)
Creates a new asynchronous lock.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAsyncLock
Default asynchronous lock implementation.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<AsyncLock> |
DefaultAsyncLock.open() |
Copyright © 2013-2015. All Rights Reserved.