Class RedissonReactiveZSetCommands
java.lang.Object
org.redisson.spring.data.connection.RedissonReactiveZSetCommands
- All Implemented Interfaces:
org.springframework.data.redis.connection.ReactiveZSetCommands
- Direct Known Subclasses:
RedissonReactiveClusterZSetCommands
public class RedissonReactiveZSetCommands
extends Object
implements org.springframework.data.redis.connection.ReactiveZSetCommands
- Author:
- Nikita Koksharov
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.data.redis.connection.ReactiveZSetCommands
org.springframework.data.redis.connection.ReactiveZSetCommands.ZAddCommand, org.springframework.data.redis.connection.ReactiveZSetCommands.ZCountCommand, org.springframework.data.redis.connection.ReactiveZSetCommands.ZIncrByCommand, org.springframework.data.redis.connection.ReactiveZSetCommands.ZInterStoreCommand, org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByLexCommand, org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByScoreCommand, org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeCommand, org.springframework.data.redis.connection.ReactiveZSetCommands.ZRankCommand, org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemCommand, org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemRangeByRankCommand, org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemRangeByScoreCommand, org.springframework.data.redis.connection.ReactiveZSetCommands.ZScoreCommand, org.springframework.data.redis.connection.ReactiveZSetCommands.ZUnionStoreCommand -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]toByteArray(ByteBuffer buffer) reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZAddCommand, Number>> zAdd(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZAddCommand> commands) reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand, Long>> zCard(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand> commands) reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZCountCommand, Long>> zCount(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZCountCommand> commands) reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZIncrByCommand, Double>> zIncrBy(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZIncrByCommand> commands) reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZInterStoreCommand, Long>> zInterStore(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZInterStoreCommand> commands) reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeCommand, reactor.core.publisher.Flux<org.springframework.data.redis.connection.RedisZSetCommands.Tuple>>> zRange(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeCommand> commands) reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByLexCommand, reactor.core.publisher.Flux<ByteBuffer>>> zRangeByLex(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByLexCommand> commands) reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByScoreCommand, reactor.core.publisher.Flux<org.springframework.data.redis.connection.RedisZSetCommands.Tuple>>> zRangeByScore(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByScoreCommand> commands) reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRankCommand, Long>> zRank(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRankCommand> commands) reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemCommand, Long>> zRem(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemCommand> commands) reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemRangeByRankCommand, Long>> zRemRangeByRank(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemRangeByRankCommand> commands) reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemRangeByScoreCommand, Long>> zRemRangeByScore(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemRangeByScoreCommand> commands) reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand, reactor.core.publisher.Flux<org.springframework.data.redis.connection.RedisZSetCommands.Tuple>>> zScan(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyScanCommand> commands) reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZScoreCommand, Double>> zScore(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZScoreCommand> commands) reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZUnionStoreCommand, Long>> zUnionStore(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZUnionStoreCommand> commands) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.data.redis.connection.ReactiveZSetCommands
zAdd, zAdd, zCard, zCount, zIncrBy, zInterStore, zInterStore, zInterStore, zInterStore, zInterStore, zRange, zRangeByLex, zRangeByLex, zRangeByScore, zRangeByScore, zRangeByScoreWithScores, zRangeByScoreWithScores, zRangeWithScores, zRank, zRem, zRem, zRemRangeByRank, zRemRangeByScore, zRevRange, zRevRangeByLex, zRevRangeByLex, zRevRangeByScore, zRevRangeByScore, zRevRangeByScoreWithScores, zRevRangeByScoreWithScores, zRevRangeWithScores, zRevRank, zScan, zScan, zScore, zUnionStore, zUnionStore, zUnionStore, zUnionStore, zUnionStore
-
Method Details
-
zAdd
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZAddCommand,Number>> zAdd(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZAddCommand> commands) - Specified by:
zAddin interfaceorg.springframework.data.redis.connection.ReactiveZSetCommands
-
zRem
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemCommand,Long>> zRem(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemCommand> commands) - Specified by:
zRemin interfaceorg.springframework.data.redis.connection.ReactiveZSetCommands
-
zIncrBy
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZIncrByCommand,Double>> zIncrBy(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZIncrByCommand> commands) - Specified by:
zIncrByin interfaceorg.springframework.data.redis.connection.ReactiveZSetCommands
-
zRank
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRankCommand,Long>> zRank(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRankCommand> commands) - Specified by:
zRankin interfaceorg.springframework.data.redis.connection.ReactiveZSetCommands
-
zRange
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeCommand,reactor.core.publisher.Flux<org.springframework.data.redis.connection.RedisZSetCommands.Tuple>>> zRange(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeCommand> commands) - Specified by:
zRangein interfaceorg.springframework.data.redis.connection.ReactiveZSetCommands
-
zRangeByScore
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByScoreCommand,reactor.core.publisher.Flux<org.springframework.data.redis.connection.RedisZSetCommands.Tuple>>> zRangeByScore(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByScoreCommand> commands) - Specified by:
zRangeByScorein interfaceorg.springframework.data.redis.connection.ReactiveZSetCommands
-
zScan
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand,reactor.core.publisher.Flux<org.springframework.data.redis.connection.RedisZSetCommands.Tuple>>> zScan(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyScanCommand> commands) - Specified by:
zScanin interfaceorg.springframework.data.redis.connection.ReactiveZSetCommands
-
zCount
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZCountCommand,Long>> zCount(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZCountCommand> commands) - Specified by:
zCountin interfaceorg.springframework.data.redis.connection.ReactiveZSetCommands
-
zCard
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand,Long>> zCard(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand> commands) - Specified by:
zCardin interfaceorg.springframework.data.redis.connection.ReactiveZSetCommands
-
zScore
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZScoreCommand,Double>> zScore(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZScoreCommand> commands) - Specified by:
zScorein interfaceorg.springframework.data.redis.connection.ReactiveZSetCommands
-
zRemRangeByRank
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemRangeByRankCommand,Long>> zRemRangeByRank(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemRangeByRankCommand> commands) - Specified by:
zRemRangeByRankin interfaceorg.springframework.data.redis.connection.ReactiveZSetCommands
-
zRemRangeByScore
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemRangeByScoreCommand,Long>> zRemRangeByScore(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemRangeByScoreCommand> commands) - Specified by:
zRemRangeByScorein interfaceorg.springframework.data.redis.connection.ReactiveZSetCommands
-
zUnionStore
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZUnionStoreCommand,Long>> zUnionStore(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZUnionStoreCommand> commands) - Specified by:
zUnionStorein interfaceorg.springframework.data.redis.connection.ReactiveZSetCommands
-
zInterStore
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZInterStoreCommand,Long>> zInterStore(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZInterStoreCommand> commands) - Specified by:
zInterStorein interfaceorg.springframework.data.redis.connection.ReactiveZSetCommands
-
zRangeByLex
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByLexCommand,reactor.core.publisher.Flux<ByteBuffer>>> zRangeByLex(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByLexCommand> commands) - Specified by:
zRangeByLexin interfaceorg.springframework.data.redis.connection.ReactiveZSetCommands
-
toByteArray
-