| Package | Description |
|---|---|
| org.onosproject.store.service |
Distributed core state management services.
|
| Modifier and Type | Method and Description |
|---|---|
<E> SetBuilder<E> |
StorageService.setBuilder()
Creates a new distributed set builder.
|
SetBuilder<E> |
SetBuilder.withName(String name)
Sets the name of the set.
|
SetBuilder<E> |
SetBuilder.withSerializer(Serializer serializer)
Sets a serializer that can be used to serialize
the elements add to the set.
|
SetBuilder<E> |
SetBuilder.withUpdatesDisabled()
Disables set updates.
|
Copyright © 2015. All rights reserved.