Package org.onosproject.store.service
Class DistributedSetBuilder<E>
- java.lang.Object
- 
- org.onosproject.store.primitives.DistributedPrimitiveOptions<O>
- 
- org.onosproject.store.service.DistributedSetOptions<DistributedSetBuilder<E>,E>
- 
- org.onosproject.store.service.DistributedSetBuilder<E>
 
 
 
- 
- Type Parameters:
- E- type set elements.
 - All Implemented Interfaces:
- DistributedPrimitiveBuilder<AsyncDistributedSet<E>>
 
 public abstract class DistributedSetBuilder<E> extends DistributedSetOptions<DistributedSetBuilder<E>,E> implements DistributedPrimitiveBuilder<AsyncDistributedSet<E>> Builder for distributed set.
- 
- 
Constructor SummaryConstructors Constructor Description DistributedSetBuilder()
 - 
Method Summary- 
Methods inherited from class org.onosproject.store.service.DistributedSetOptionspurgeOnUninstall, withPurgeOnUninstall
 - 
Methods inherited from class org.onosproject.store.primitives.DistributedPrimitiveOptionsapplicationId, meteringEnabled, name, partitionsDisabled, readOnly, relaxedReadConsistency, revisionType, serializer, type, version, withApplicationId, withName, withRelaxedReadConsistency, withRevisionType, withSerializer, withUpdatesDisabled, withVersion
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.onosproject.store.primitives.DistributedPrimitiveBuilderbuild
 
- 
 
-