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