Package org.onosproject.store.service
Class WorkQueueBuilder<E>
- java.lang.Object
 - 
- org.onosproject.store.primitives.DistributedPrimitiveOptions<O>
 - 
- org.onosproject.store.service.WorkQueueOptions<WorkQueueBuilder<E>,E>
 - 
- org.onosproject.store.service.WorkQueueBuilder<E>
 
 
 
 
- 
- All Implemented Interfaces:
 DistributedPrimitiveBuilder<WorkQueue<E>>
public abstract class WorkQueueBuilder<E> extends WorkQueueOptions<WorkQueueBuilder<E>,E> implements DistributedPrimitiveBuilder<WorkQueue<E>>
Builder for WorkQueue. 
- 
- 
Constructor Summary
Constructors Constructor Description WorkQueueBuilder() 
- 
Method Summary
- 
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 
 - 
 
 -