| Package | Description |
|---|---|
| io.atomix.core.map |
Atomic map primitive.
|
| Modifier and Type | Method and Description |
|---|---|
DistributedSortedMapConfig |
DistributedSortedMapType.newConfig() |
DistributedSortedMapConfig |
DistributedSortedMapConfig.setNullValues()
Enables null values in the map.
|
DistributedSortedMapConfig |
DistributedSortedMapConfig.setNullValues(boolean nullValues)
Enables null values in the map.
|
| Modifier and Type | Method and Description |
|---|---|
DistributedSortedMapBuilder<K,V> |
DistributedSortedMapType.newBuilder(String name,
DistributedSortedMapConfig config,
PrimitiveManagementService managementService) |
| Constructor and Description |
|---|
DistributedSortedMapBuilder(String name,
DistributedSortedMapConfig config,
PrimitiveManagementService managementService) |
Copyright © 2013–2018. All rights reserved.