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