Class AtomixAtomicValueBuilder<V>
- java.lang.Object
-
- org.onosproject.store.primitives.DistributedPrimitiveOptions<O>
-
- org.onosproject.store.service.AtomicValueOptions<org.onosproject.store.service.AtomicValueBuilder<V>,V>
-
- org.onosproject.store.service.AtomicValueBuilder<V>
-
- org.onosproject.store.atomix.primitives.impl.AtomixAtomicValueBuilder<V>
-
- Type Parameters:
V- type for set value
- All Implemented Interfaces:
org.onosproject.store.primitives.DistributedPrimitiveBuilder<org.onosproject.store.service.AsyncAtomicValue<V>>
public class AtomixAtomicValueBuilder<V> extends org.onosproject.store.service.AtomicValueBuilder<V>DefaultAsyncAtomicValuebuilder.
-
-
Constructor Summary
Constructors Constructor Description AtomixAtomicValueBuilder(io.atomix.core.Atomix atomix, java.lang.String group)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.onosproject.store.service.AsyncAtomicValue<V>build()-
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
-
-
-
-
Method Detail
-
build
public org.onosproject.store.service.AsyncAtomicValue<V> build()
-
-