| Package | Description |
|---|---|
| org.onosproject.store.service |
Distributed core state management services.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> ConsistentMapBuilder<K,V> |
StorageService.consistentMapBuilder()
Creates a new ConsistentMapBuilder.
|
ConsistentMapBuilder<K,V> |
ConsistentMapBuilder.withName(String name)
Sets the name of the map.
|
ConsistentMapBuilder<K,V> |
ConsistentMapBuilder.withPartitionsDisabled()
Disables distribution of map entries across multiple database partitions.
|
ConsistentMapBuilder<K,V> |
ConsistentMapBuilder.withSerializer(Serializer serializer)
Sets a serializer that can be used to serialize
both the keys and values inserted into the map.
|
ConsistentMapBuilder<K,V> |
ConsistentMapBuilder.withUpdatesDisabled()
Disables map updates.
|
Copyright © 2015. All rights reserved.