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