public static class DistributedMultiMap.Config
extends io.atomix.resource.Resource.Config
| Constructor and Description |
|---|
Config() |
Config(Properties defaults) |
| Modifier and Type | Method and Description |
|---|---|
DistributedMultiMap.Order |
getValueOrder()
Returns the map value order.
|
DistributedMultiMap.Config |
withValueOrder(DistributedMultiMap.Order order)
Sets the map value order.
|
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNamesclear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, toString, valuespublic Config()
public Config(Properties defaults)
public DistributedMultiMap.Config withValueOrder(DistributedMultiMap.Order order)
order - The map value order.public DistributedMultiMap.Order getValueOrder()
Copyright © 2013–2017. All rights reserved.