Class AtomixDistributedSetBuilder<E>
- java.lang.Object
-
- org.onosproject.store.primitives.DistributedPrimitiveOptions<O>
-
- org.onosproject.store.service.DistributedSetOptions<org.onosproject.store.service.DistributedSetBuilder<E>,E>
-
- org.onosproject.store.service.DistributedSetBuilder<E>
-
- org.onosproject.store.atomix.primitives.impl.AtomixDistributedSetBuilder<E>
-
- Type Parameters:
E- type for set value
- All Implemented Interfaces:
org.onosproject.store.primitives.DistributedPrimitiveBuilder<org.onosproject.store.service.AsyncDistributedSet<E>>
public class AtomixDistributedSetBuilder<E> extends org.onosproject.store.service.DistributedSetBuilder<E>DefaultAsyncDistributedSetbuilder.
-
-
Constructor Summary
Constructors Constructor Description AtomixDistributedSetBuilder(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.AsyncDistributedSet<E>build()-
Methods inherited from class org.onosproject.store.service.DistributedSetOptions
purgeOnUninstall, withPurgeOnUninstall
-
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.AsyncDistributedSet<E> build()
-
-