E - type for set elementspublic class DefaultDistributedSetBuilder<E>
extends org.onosproject.store.service.DistributedSetBuilder<E>
| Constructor and Description |
|---|
DefaultDistributedSetBuilder(Supplier<org.onosproject.store.service.ConsistentMapBuilder<E,Boolean>> mapBuilderSupplier) |
| Modifier and Type | Method and Description |
|---|---|
org.onosproject.store.service.AsyncDistributedSet<E> |
build() |
org.onosproject.store.service.DistributedSetBuilder<E> |
withApplicationId(org.onosproject.core.ApplicationId id) |
org.onosproject.store.service.DistributedSetBuilder<E> |
withMeteringDisabled() |
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> |
withRelaxedReadConsistency() |
org.onosproject.store.service.DistributedSetBuilder<E> |
withSerializer(org.onosproject.store.service.Serializer serializer) |
org.onosproject.store.service.DistributedSetBuilder<E> |
withUpdatesDisabled() |
public org.onosproject.store.service.DistributedSetBuilder<E> withApplicationId(org.onosproject.core.ApplicationId id)
public org.onosproject.store.service.DistributedSetBuilder<E> withPurgeOnUninstall()
withPurgeOnUninstall in class org.onosproject.store.service.DistributedSetBuilder<E>public org.onosproject.store.service.DistributedSetBuilder<E> withSerializer(org.onosproject.store.service.Serializer serializer)
public org.onosproject.store.service.DistributedSetBuilder<E> withUpdatesDisabled()
public org.onosproject.store.service.DistributedSetBuilder<E> withRelaxedReadConsistency()
public org.onosproject.store.service.DistributedSetBuilder<E> withPartitionsDisabled()
public org.onosproject.store.service.DistributedSetBuilder<E> withMeteringDisabled()
Copyright © 2016. All rights reserved.