| Package | Description |
|---|---|
| io.atomix.collections |
Provides distributed collections such as
DistributedMap
DistributedMultiMap, DistributedQueue, and
DistributedSet. |
| Modifier and Type | Method and Description |
|---|---|
DistributedMultiMap.Order |
DistributedMultiMap.Config.getValueOrder()
Returns the map value order.
|
static DistributedMultiMap.Order |
DistributedMultiMap.Order.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DistributedMultiMap.Order[] |
DistributedMultiMap.Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DistributedMultiMap.Config |
DistributedMultiMap.Config.withValueOrder(DistributedMultiMap.Order order)
Sets the map value order.
|
Copyright © 2013–2017. All rights reserved.