E - type for set elementspublic class DefaultDistributedSetBuilder<E> extends Object implements org.onosproject.store.service.DistributedSetBuilder<E>
| Constructor and Description |
|---|
DefaultDistributedSetBuilder(DatabaseManager manager) |
| Modifier and Type | Method and Description |
|---|---|
org.onosproject.store.service.DistributedSet<E> |
build() |
org.onosproject.store.service.DistributedSetBuilder<E> |
withApplicationId(org.onosproject.core.ApplicationId id) |
org.onosproject.store.service.DistributedSetBuilder<E> |
withName(String name) |
org.onosproject.store.service.DistributedSetBuilder<E> |
withPartitionsDisabled() |
org.onosproject.store.service.DistributedSetBuilder<E> |
withPurgeOnUninstall() |
org.onosproject.store.service.DistributedSetBuilder<E> |
withSerializer(org.onosproject.store.service.Serializer serializer) |
org.onosproject.store.service.DistributedSetBuilder<E> |
withUpdatesDisabled() |
public DefaultDistributedSetBuilder(DatabaseManager manager)
public org.onosproject.store.service.DistributedSetBuilder<E> withName(String name)
withName in interface org.onosproject.store.service.DistributedSetBuilder<E>public org.onosproject.store.service.DistributedSetBuilder<E> withApplicationId(org.onosproject.core.ApplicationId id)
withApplicationId in interface org.onosproject.store.service.DistributedSetBuilder<E>public org.onosproject.store.service.DistributedSetBuilder<E> withPurgeOnUninstall()
withPurgeOnUninstall in interface org.onosproject.store.service.DistributedSetBuilder<E>public org.onosproject.store.service.DistributedSetBuilder<E> withSerializer(org.onosproject.store.service.Serializer serializer)
withSerializer in interface org.onosproject.store.service.DistributedSetBuilder<E>public org.onosproject.store.service.DistributedSetBuilder<E> withUpdatesDisabled()
withUpdatesDisabled in interface org.onosproject.store.service.DistributedSetBuilder<E>public org.onosproject.store.service.DistributedSetBuilder<E> withPartitionsDisabled()
withPartitionsDisabled in interface org.onosproject.store.service.DistributedSetBuilder<E>Copyright © 2015. All rights reserved.