| Package | Description |
|---|---|
| org.onosproject.store.consistent.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) |
| Constructor and Description |
|---|
DefaultConsistentMap(DefaultAsyncConsistentMap<K,V> asyncMap) |
Copyright © 2015. All rights reserved.