| Package | Description |
|---|---|
| org.onosproject.store.primitives.impl |
Implementation of partitioned and distributed store facility capable of
providing consistent update semantics.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncCachingConsistentMap<K,V>
Extension of
DefaultAsyncConsistentMap that provides a weaker read consistency
guarantee in return for better read performance. |
| Modifier and Type | Method and Description |
|---|---|
protected <K,V> DefaultAsyncConsistentMap<K,V> |
DatabaseManager.registerMap(DefaultAsyncConsistentMap<K,V> map) |
| Modifier and Type | Method and Description |
|---|---|
protected <K,V> DefaultAsyncConsistentMap<K,V> |
DatabaseManager.registerMap(DefaultAsyncConsistentMap<K,V> map) |
protected <K,V> void |
DatabaseManager.unregisterMap(DefaultAsyncConsistentMap<K,V> map) |
Copyright © 2016. All rights reserved.