K - key typeV - value typepublic class AsyncCachingConsistentMap<K,V> extends DefaultAsyncConsistentMap<K,V>
| Constructor and Description |
|---|
AsyncCachingConsistentMap(String name,
org.onosproject.core.ApplicationId applicationId,
Database database,
org.onosproject.store.service.Serializer serializer,
boolean readOnly,
boolean purgeOnUninstall,
boolean meteringEnabled) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<org.onosproject.store.service.Versioned<V>> |
get(K key) |
addListener, applicationId, clear, compute, computeIf, computeIfAbsent, computeIfPresent, containsKey, containsValue, dK, entrySet, isEmpty, keySet, name, notifyListeners, purgeOnUninstall, put, putAndGet, putIfAbsent, remove, remove, remove, removeListener, replace, replace, serializer, size, valuespublic CompletableFuture<org.onosproject.store.service.Versioned<V>> get(K key)
Copyright © 2015. All rights reserved.