| Package | Description |
|---|---|
| org.onosproject.store.service |
Distributed core state management services.
|
| Modifier and Type | Method and Description |
|---|---|
<E> DistributedQueueBuilder<E> |
StorageService.queueBuilder()
Creates a new DistributedQueueBuilder.
|
DistributedQueueBuilder<E> |
DistributedQueueBuilder.withMeteringDisabled() |
DistributedQueueBuilder<E> |
DistributedQueueBuilder.withName(String name)
Sets the name of the queue.
|
DistributedQueueBuilder<E> |
DistributedQueueBuilder.withPersistenceDisabled()
Disables persistence of queues entries.
|
DistributedQueueBuilder<E> |
DistributedQueueBuilder.withSerializer(Serializer serializer)
Sets a serializer that can be used to serialize
the elements pushed into the queue.
|
Copyright © 2015. All rights reserved.