| Package | Description |
|---|---|
| org.onosproject.store.service |
Distributed core state management services.
|
| Modifier and Type | Method and Description |
|---|---|
<V> AtomicValueBuilder<V> |
StorageService.atomicValueBuilder()
Creates a new AtomicValueBuilder.
|
AtomicValueBuilder<V> |
AtomicValueBuilder.withMeteringDisabled()
Instantiates Metering service to gather usage and performance metrics.
|
AtomicValueBuilder<V> |
AtomicValueBuilder.withName(String name)
Sets the name for the atomic value.
|
AtomicValueBuilder<V> |
AtomicValueBuilder.withPartitionsDisabled()
Creates this atomic value on the partition that spans the entire cluster.
|
AtomicValueBuilder<V> |
AtomicValueBuilder.withSerializer(Serializer serializer)
Sets a serializer that can be used to serialize the value.
|
Copyright © 2015. All rights reserved.