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