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