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 Summary
Constructors Constructor Description DistributedSetBuilder()
-
Method Summary
-
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
-
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
-
-