| 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.withApplicationId(ApplicationId id)
Sets the owner applicationId for the map.
|
ConsistentMapBuilder<K,V> |
ConsistentMapBuilder.withMeteringDisabled()
Instantiates Metering service to gather usage and performance metrics.
|
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.withPurgeOnUninstall()
Purges map contents when the application owning the map is uninstalled.
|
ConsistentMapBuilder<K,V> |
ConsistentMapBuilder.withRelaxedReadConsistency()
Provides weak consistency for map gets.
|
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.