K
- keyV
- valuepublic class RedissonMapCacheReactive<K,V> extends Object
Constructor and Description |
---|
RedissonMapCacheReactive(RMapCache<K,V> mapCache) |
Modifier and Type | Method and Description |
---|---|
org.reactivestreams.Publisher<Map.Entry<K,V>> |
entryIterator() |
org.reactivestreams.Publisher<Map.Entry<K,V>> |
entryIterator(int count) |
org.reactivestreams.Publisher<Map.Entry<K,V>> |
entryIterator(String pattern) |
org.reactivestreams.Publisher<Map.Entry<K,V>> |
entryIterator(String pattern,
int count) |
org.reactivestreams.Publisher<K> |
keyIterator() |
org.reactivestreams.Publisher<K> |
keyIterator(int count) |
org.reactivestreams.Publisher<K> |
keyIterator(String pattern) |
org.reactivestreams.Publisher<K> |
keyIterator(String pattern,
int count) |
org.reactivestreams.Publisher<V> |
valueIterator() |
org.reactivestreams.Publisher<V> |
valueIterator(int count) |
org.reactivestreams.Publisher<V> |
valueIterator(String pattern) |
org.reactivestreams.Publisher<V> |
valueIterator(String pattern,
int count) |
public org.reactivestreams.Publisher<Map.Entry<K,V>> entryIterator(String pattern, int count)
public org.reactivestreams.Publisher<V> valueIterator()
public org.reactivestreams.Publisher<V> valueIterator(int count)
public org.reactivestreams.Publisher<K> keyIterator()
public org.reactivestreams.Publisher<K> keyIterator(int count)
Copyright © 2014–2019 The Redisson Project. All rights reserved.