Class AtomixWorkQueueBuilder<E>
- java.lang.Object
-
- org.onosproject.store.primitives.DistributedPrimitiveOptions<O>
-
- org.onosproject.store.service.WorkQueueOptions<org.onosproject.store.service.WorkQueueBuilder<E>,E>
-
- org.onosproject.store.service.WorkQueueBuilder<E>
-
- org.onosproject.store.atomix.primitives.impl.AtomixWorkQueueBuilder<E>
-
- Type Parameters:
E- type for set value
- All Implemented Interfaces:
org.onosproject.store.primitives.DistributedPrimitiveBuilder<org.onosproject.store.service.WorkQueue<E>>
public class AtomixWorkQueueBuilder<E> extends org.onosproject.store.service.WorkQueueBuilder<E>DefaultWorkQueuebuilder.
-
-
Constructor Summary
Constructors Constructor Description AtomixWorkQueueBuilder(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.WorkQueue<E>build()-
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.WorkQueue<E> build()
-
-