public class AbstractSubscriptionKeyValueStore<K,MV,V> extends AbstractKeyValueStore<K,MV,V> implements SubscriptionKeyValueStore<K,MV,V>
KeyValueStore.Entry<K,V>asset, keyType, kvStore, valueType| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSubscriptionKeyValueStore(RequestContext rc,
Asset asset,
SubscriptionKeyValueStore<K,MV,V> kvStore) |
| Modifier and Type | Method and Description |
|---|---|
KVSSubscription |
subscription(boolean createIfAbsent) |
accept, asset, clear, close, containsKey, containsValue, entriesFor, entrySetIterator, get, getAndPut, getAndRemove, getUsing, isKeyType, isReadOnly, keyedView, keySetIterator, keysFor, keyType, longSize, put, putIfAbsent, remove, removeIfEqual, replace, replaceIfEqual, segmentFor, segments, underlying, valueTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclear, containsKey, containsValue, entriesFor, entrySetIterator, get, getAndPut, getAndRemove, getUsing, isKeyType, isReadOnly, keyedView, keySetIterator, keysFor, longSize, put, putIfAbsent, remove, removeIfEqual, replace, replaceIfEqual, segmentFor, segments, valuesIteratorasset, underlyingaccept, andThenprotected AbstractSubscriptionKeyValueStore(RequestContext rc, Asset asset, @NotNull SubscriptionKeyValueStore<K,MV,V> kvStore)
public KVSSubscription subscription(boolean createIfAbsent)
subscription in interface SubscriptionKeyValueStore<K,MV,V>Copyright © 2015. All rights reserved.