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