Uses of Interface
org.redisson.api.AsyncIterator
Packages that use AsyncIterator
Package
Description
-
Uses of AsyncIterator in org.redisson
Methods in org.redisson that return AsyncIteratorModifier and TypeMethodDescriptionMapCacheNativeWrapper.entrySetAsync()MapCacheNativeWrapper.entrySetAsync(int count) MapCacheNativeWrapper.entrySetAsync(String keyPattern) MapCacheNativeWrapper.entrySetAsync(String keyPattern, int count) RedissonMap.entrySetAsync()RedissonMap.entrySetAsync(int count) RedissonMap.entrySetAsync(String keyPattern) RedissonMap.entrySetAsync(String keyPattern, int count) RedissonKeys.getKeysAsync()RedissonKeys.getKeysAsync(KeysScanOptions options) RedissonSet.iteratorAsync()RedissonSet.iteratorAsync(int count) RedissonSetCache.iteratorAsync()RedissonSetCache.iteratorAsync(int count) RedissonSetMultimapValues.iteratorAsync()RedissonSetMultimapValues.iteratorAsync(int count) MapCacheNativeWrapper.valuesAsync()MapCacheNativeWrapper.valuesAsync(int count) MapCacheNativeWrapper.valuesAsync(String keyPattern) MapCacheNativeWrapper.valuesAsync(String keyPattern, int count) RedissonMap.valuesAsync()RedissonMap.valuesAsync(int count) RedissonMap.valuesAsync(String keyPattern) RedissonMap.valuesAsync(String keyPattern, int count) -
Uses of AsyncIterator in org.redisson.api
Methods in org.redisson.api that return AsyncIteratorModifier and TypeMethodDescriptionRMapAsync.entrySetAsync()Returns map entries using iterable.RMapAsync.entrySetAsync(int count) Returns map entries using iterable.RMapAsync.entrySetAsync(String keyPattern) Returns map entries using iterable.RMapAsync.entrySetAsync(String keyPattern, int count) Returns map entries using iterable.RKeysAsync.getKeysAsync()Get all keys using iterable.RKeysAsync.getKeysAsync(KeysScanOptions options) Get all keys using iterable.RSetAsync.iteratorAsync()Returns elements iterator fetches elements in a batch.RSetAsync.iteratorAsync(int count) Returns elements iterator fetches elements in a batch.RMapAsync.valuesAsync()Returns values of this map using iterable.RMapAsync.valuesAsync(int count) Returns values of this map using iterable.RMapAsync.valuesAsync(String keyPattern) Returns values of this map using iterable.RMapAsync.valuesAsync(String keyPattern, int count) Returns values of this map using iterable. -
Uses of AsyncIterator in org.redisson.api.map
Methods in org.redisson.api.map that return AsyncIterator -
Uses of AsyncIterator in org.redisson.iterator
Classes in org.redisson.iterator that implement AsyncIterator -
Uses of AsyncIterator in org.redisson.misc
Classes in org.redisson.misc that implement AsyncIteratorConstructor parameters in org.redisson.misc with type arguments of type AsyncIteratorModifierConstructorDescriptionCompositeAsyncIterator(List<AsyncIterator<T>> asyncIterators, int limit)