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