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