Package org.redisson.reactive
Class RedissonScoredSortedSetReactive<V>
- java.lang.Object
-
- org.redisson.reactive.RedissonScoredSortedSetReactive<V>
-
- Type Parameters:
V
- value type
public class RedissonScoredSortedSetReactive<V> extends Object
- Author:
- Nikita Koksharov
-
-
Constructor Summary
Constructors Constructor Description RedissonScoredSortedSetReactive(Codec codec, CommandReactiveExecutor commandExecutor, String name)
RedissonScoredSortedSetReactive(CommandReactiveExecutor commandExecutor, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
reactor.core.publisher.Flux<V>
iterator()
reactor.core.publisher.Flux<V>
iterator(int count)
reactor.core.publisher.Flux<V>
iterator(String pattern)
reactor.core.publisher.Flux<V>
iterator(String pattern, int count)
reactor.core.publisher.Flux<V>
takeFirstElements()
reactor.core.publisher.Flux<V>
takeLastElements()
-
-
-
Constructor Detail
-
RedissonScoredSortedSetReactive
public RedissonScoredSortedSetReactive(CommandReactiveExecutor commandExecutor, String name)
-
RedissonScoredSortedSetReactive
public RedissonScoredSortedSetReactive(Codec codec, CommandReactiveExecutor commandExecutor, String name)
-
-
Method Detail
-
takeFirstElements
public reactor.core.publisher.Flux<V> takeFirstElements()
-
takeLastElements
public reactor.core.publisher.Flux<V> takeLastElements()
-
getName
public String getName()
-
iterator
public reactor.core.publisher.Flux<V> iterator()
-
iterator
public reactor.core.publisher.Flux<V> iterator(int count)
-
-