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