| Package | Description |
|---|---|
| net.kuujo.copycat.collections | |
| net.kuujo.copycat.collections.internal.map |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> AsyncMap<K,V> |
AsyncMap.create(String name)
Creates a new asynchronous map with the default cluster configuration.
|
static <K,V> AsyncMap<K,V> |
AsyncMap.create(String name,
net.kuujo.copycat.cluster.ClusterConfig cluster)
Creates a new asynchronous map.
|
static <K,V> AsyncMap<K,V> |
AsyncMap.create(String name,
net.kuujo.copycat.cluster.ClusterConfig cluster,
AsyncMapConfig config)
Creates a new asynchronous map.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAsyncMap<K,V>
Default asynchronous map.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<AsyncMap<K,V>> |
DefaultAsyncMap.open() |
Copyright © 2013-2015. All Rights Reserved.