E - queue entry typepublic class DefaultDistributedQueueBuilder<E> extends Object implements org.onosproject.store.service.DistributedQueueBuilder<E>
DistributedQueueBuilder.| Constructor and Description |
|---|
DefaultDistributedQueueBuilder(DatabaseManager databaseManager) |
| Modifier and Type | Method and Description |
|---|---|
org.onosproject.store.service.DistributedQueue<E> |
build() |
org.onosproject.store.service.DistributedQueueBuilder<E> |
withMeteringDisabled() |
org.onosproject.store.service.DistributedQueueBuilder<E> |
withName(String name) |
org.onosproject.store.service.DistributedQueueBuilder<E> |
withPersistenceDisabled() |
org.onosproject.store.service.DistributedQueueBuilder<E> |
withSerializer(org.onosproject.store.service.Serializer serializer) |
public DefaultDistributedQueueBuilder(DatabaseManager databaseManager)
public org.onosproject.store.service.DistributedQueueBuilder<E> withName(String name)
withName in interface org.onosproject.store.service.DistributedQueueBuilder<E>public org.onosproject.store.service.DistributedQueueBuilder<E> withSerializer(org.onosproject.store.service.Serializer serializer)
withSerializer in interface org.onosproject.store.service.DistributedQueueBuilder<E>public org.onosproject.store.service.DistributedQueueBuilder<E> withMeteringDisabled()
withMeteringDisabled in interface org.onosproject.store.service.DistributedQueueBuilder<E>public org.onosproject.store.service.DistributedQueueBuilder<E> withPersistenceDisabled()
withPersistenceDisabled in interface org.onosproject.store.service.DistributedQueueBuilder<E>Copyright © 2015. All rights reserved.