| Package | Description |
|---|---|
| net.kuujo.copycat.collections |
| Modifier and Type | Method and Description |
|---|---|
AsyncMultiMapConfig |
AsyncMultiMapConfig.copy() |
AsyncMultiMapConfig |
AsyncMultiMapConfig.withConsistency(net.kuujo.copycat.protocol.Consistency consistency)
Sets the multimap read consistency, returning the configuration for method chaining.
|
AsyncMultiMapConfig |
AsyncMultiMapConfig.withConsistency(String consistency)
Sets the multimap read consistency, returning the configuration for method chaining.
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V> AsyncMultiMap<K,V> |
AsyncMultiMap.create(String name,
net.kuujo.copycat.cluster.ClusterConfig cluster,
AsyncMultiMapConfig config)
Creates a new asynchronous multimap.
|
| Constructor and Description |
|---|
AsyncMultiMapConfig(AsyncMultiMapConfig config) |
Copyright © 2013-2015. All Rights Reserved.