K - type for map keyV - type for map valuepublic class DefaultConsistentMapBuilder<K,V> extends Object implements org.onosproject.store.service.ConsistentMapBuilder<K,V>
| Constructor and Description |
|---|
DefaultConsistentMapBuilder(Database inMemoryDatabase,
Database partitionedDatabase) |
| Modifier and Type | Method and Description |
|---|---|
org.onosproject.store.service.ConsistentMap<K,V> |
build() |
org.onosproject.store.service.AsyncConsistentMap<K,V> |
buildAsyncMap() |
org.onosproject.store.service.ConsistentMapBuilder<K,V> |
withName(String name) |
org.onosproject.store.service.ConsistentMapBuilder<K,V> |
withPartitionsDisabled() |
org.onosproject.store.service.ConsistentMapBuilder<K,V> |
withSerializer(org.onosproject.store.service.Serializer serializer) |
org.onosproject.store.service.ConsistentMapBuilder<K,V> |
withUpdatesDisabled() |
public org.onosproject.store.service.ConsistentMapBuilder<K,V> withSerializer(org.onosproject.store.service.Serializer serializer)
public org.onosproject.store.service.ConsistentMapBuilder<K,V> withPartitionsDisabled()
public org.onosproject.store.service.ConsistentMapBuilder<K,V> withUpdatesDisabled()
Copyright © 2015. All rights reserved.