| Package | Description |
|---|---|
| org.onosproject.store.service |
Distributed core state management services.
|
| Modifier and Type | Method and Description |
|---|---|
static Serializer |
Serializer.using(org.onlab.util.KryoNamespace kryo)
Creates a new Serializer instance from a KryoNamespace.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> TransactionalMap<K,V> |
TransactionContext.getTransactionalMap(String mapName,
Serializer serializer)
Returns a transactional map data structure with the specified name.
|
SetBuilder<E> |
SetBuilder.withSerializer(Serializer serializer)
Sets a serializer that can be used to serialize
the elements add to the set.
|
ConsistentMapBuilder<K,V> |
ConsistentMapBuilder.withSerializer(Serializer serializer)
Sets a serializer that can be used to serialize
both the keys and values inserted into the map.
|
Copyright © 2015. All rights reserved.