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.AtomicValueOptions
compatibilityFunction
-
-
Constructor Summary
Constructors Constructor Description AtomicValueBuilder()
-
Method Summary
-
Methods inherited from class org.onosproject.store.service.AtomicValueOptions
withCompatibilityFunction
-
Methods inherited from class org.onosproject.store.primitives.DistributedPrimitiveOptions
applicationId, meteringEnabled, name, partitionsDisabled, readOnly, relaxedReadConsistency, revisionType, serializer, type, version, withApplicationId, withName, withRelaxedReadConsistency, withRevisionType, withSerializer, withUpdatesDisabled, withVersion
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.onosproject.store.primitives.DistributedPrimitiveBuilder
build
-
-