| Package | Description |
|---|---|
| net.kuujo.copycat.collections | |
| net.kuujo.copycat.collections.internal.collection |
| Modifier and Type | Method and Description |
|---|---|
static <T> AsyncSet<T> |
AsyncSet.create(String name)
Creates a new asynchronous set with the default cluster configuration.
|
static <T> AsyncSet<T> |
AsyncSet.create(String name,
net.kuujo.copycat.cluster.ClusterConfig cluster)
Creates a new asynchronous set.
|
static <T> AsyncSet<T> |
AsyncSet.create(String name,
net.kuujo.copycat.cluster.ClusterConfig cluster,
AsyncSetConfig config)
Creates a new asynchronous set.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAsyncSet<T>
Default asynchronous set.
|
Copyright © 2013-2015. All Rights Reserved.