Package org.onosproject.store.service
Class AtomicValueBuilder<V>
- java.lang.Object
- 
- org.onosproject.store.primitives.DistributedPrimitiveOptions<O>
- 
- org.onosproject.store.service.AtomicValueOptions<AtomicValueBuilder<V>,V>
- 
- org.onosproject.store.service.AtomicValueBuilder<V>
 
 
 
- 
- Type Parameters:
- V- atomic value type
 - All Implemented Interfaces:
- DistributedPrimitiveBuilder<AsyncAtomicValue<V>>
 
 public abstract class AtomicValueBuilder<V> extends AtomicValueOptions<AtomicValueBuilder<V>,V> implements DistributedPrimitiveBuilder<AsyncAtomicValue<V>> Builder for constructing new AtomicValue instances.
- 
- 
Field Summary- 
Fields inherited from class org.onosproject.store.service.AtomicValueOptionscompatibilityFunction
 
- 
 - 
Constructor SummaryConstructors Constructor Description AtomicValueBuilder()
 - 
Method Summary- 
Methods inherited from class org.onosproject.store.service.AtomicValueOptionswithCompatibilityFunction
 - 
Methods inherited from class org.onosproject.store.primitives.DistributedPrimitiveOptionsapplicationId, meteringEnabled, name, partitionsDisabled, readOnly, relaxedReadConsistency, revisionType, serializer, type, version, withApplicationId, withName, withRelaxedReadConsistency, withRevisionType, withSerializer, withUpdatesDisabled, withVersion
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.onosproject.store.primitives.DistributedPrimitiveBuilderbuild
 
- 
 
-