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