V - value typepublic class DefaultAtomicValueBuilder<V> extends Object implements org.onosproject.store.service.AtomicValueBuilder<V>
| Constructor and Description |
|---|
DefaultAtomicValueBuilder(DatabaseManager manager) |
| Modifier and Type | Method and Description |
|---|---|
org.onosproject.store.service.AtomicValue<V> |
build() |
org.onosproject.store.service.AtomicValueBuilder<V> |
withMeteringDisabled() |
org.onosproject.store.service.AtomicValueBuilder<V> |
withName(String name) |
org.onosproject.store.service.AtomicValueBuilder<V> |
withPartitionsDisabled() |
org.onosproject.store.service.AtomicValueBuilder<V> |
withSerializer(org.onosproject.store.service.Serializer serializer) |
public DefaultAtomicValueBuilder(DatabaseManager manager)
public org.onosproject.store.service.AtomicValueBuilder<V> withName(String name)
withName in interface org.onosproject.store.service.AtomicValueBuilder<V>public org.onosproject.store.service.AtomicValueBuilder<V> withSerializer(org.onosproject.store.service.Serializer serializer)
withSerializer in interface org.onosproject.store.service.AtomicValueBuilder<V>public org.onosproject.store.service.AtomicValueBuilder<V> withPartitionsDisabled()
withPartitionsDisabled in interface org.onosproject.store.service.AtomicValueBuilder<V>public org.onosproject.store.service.AtomicValueBuilder<V> withMeteringDisabled()
withMeteringDisabled in interface org.onosproject.store.service.AtomicValueBuilder<V>Copyright © 2015. All rights reserved.