Class RedissonReactiveListCommands
- java.lang.Object
-
- org.redisson.spring.data.connection.RedissonReactiveListCommands
-
- All Implemented Interfaces:
org.springframework.data.redis.connection.ReactiveListCommands
- Direct Known Subclasses:
RedissonReactiveClusterListCommands
public class RedissonReactiveListCommands extends Object implements org.springframework.data.redis.connection.ReactiveListCommands
- Author:
- Nikita Koksharov
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.springframework.data.redis.connection.ReactiveListCommands
org.springframework.data.redis.connection.ReactiveListCommands.BPopCommand, org.springframework.data.redis.connection.ReactiveListCommands.BRPopLPushCommand, org.springframework.data.redis.connection.ReactiveListCommands.Direction, org.springframework.data.redis.connection.ReactiveListCommands.LIndexCommand, org.springframework.data.redis.connection.ReactiveListCommands.LInsertCommand, org.springframework.data.redis.connection.ReactiveListCommands.LPosCommand, org.springframework.data.redis.connection.ReactiveListCommands.LRemCommand, org.springframework.data.redis.connection.ReactiveListCommands.LSetCommand, org.springframework.data.redis.connection.ReactiveListCommands.PopCommand, org.springframework.data.redis.connection.ReactiveListCommands.PopResponse, org.springframework.data.redis.connection.ReactiveListCommands.PopResult, org.springframework.data.redis.connection.ReactiveListCommands.PushCommand, org.springframework.data.redis.connection.ReactiveListCommands.RPopLPushCommand
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveListCommands.PopResponse>bPop(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveListCommands.BPopCommand> commands)reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.ByteBufferResponse<org.springframework.data.redis.connection.ReactiveListCommands.BRPopLPushCommand>>bRPopLPush(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveListCommands.BRPopLPushCommand> commands)reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.ByteBufferResponse<org.springframework.data.redis.connection.ReactiveListCommands.LIndexCommand>>lIndex(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveListCommands.LIndexCommand> commands)reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveListCommands.LInsertCommand,Long>>lInsert(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveListCommands.LInsertCommand> commands)reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand,Long>>lLen(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.ReactiveListCommands.LPosCommand,Long>>lPos(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveListCommands.LPosCommand> commands)reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.RangeCommand,reactor.core.publisher.Flux<ByteBuffer>>>lRange(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.RangeCommand> commands)reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveListCommands.LRemCommand,Long>>lRem(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveListCommands.LRemCommand> commands)reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse<org.springframework.data.redis.connection.ReactiveListCommands.LSetCommand>>lSet(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveListCommands.LSetCommand> commands)reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.RangeCommand>>lTrim(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.RangeCommand> commands)reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.ByteBufferResponse<org.springframework.data.redis.connection.ReactiveListCommands.PopCommand>>pop(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveListCommands.PopCommand> commands)reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveListCommands.PushCommand,Long>>push(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveListCommands.PushCommand> commands)reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.ByteBufferResponse<org.springframework.data.redis.connection.ReactiveListCommands.RPopLPushCommand>>rPopLPush(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveListCommands.RPopLPushCommand> commands)static byte[]toByteArray(ByteBuffer buffer)
-
-
-
Method Detail
-
push
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveListCommands.PushCommand,Long>> push(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveListCommands.PushCommand> commands)
- Specified by:
pushin interfaceorg.springframework.data.redis.connection.ReactiveListCommands
-
lLen
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand,Long>> lLen(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand> commands)
- Specified by:
lLenin interfaceorg.springframework.data.redis.connection.ReactiveListCommands
-
lRange
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.RangeCommand,reactor.core.publisher.Flux<ByteBuffer>>> lRange(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.RangeCommand> commands)
- Specified by:
lRangein interfaceorg.springframework.data.redis.connection.ReactiveListCommands
-
lTrim
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.RangeCommand>> lTrim(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.RangeCommand> commands)
- Specified by:
lTrimin interfaceorg.springframework.data.redis.connection.ReactiveListCommands
-
lIndex
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.ByteBufferResponse<org.springframework.data.redis.connection.ReactiveListCommands.LIndexCommand>> lIndex(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveListCommands.LIndexCommand> commands)
- Specified by:
lIndexin interfaceorg.springframework.data.redis.connection.ReactiveListCommands
-
lInsert
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveListCommands.LInsertCommand,Long>> lInsert(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveListCommands.LInsertCommand> commands)
- Specified by:
lInsertin interfaceorg.springframework.data.redis.connection.ReactiveListCommands
-
lSet
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse<org.springframework.data.redis.connection.ReactiveListCommands.LSetCommand>> lSet(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveListCommands.LSetCommand> commands)
- Specified by:
lSetin interfaceorg.springframework.data.redis.connection.ReactiveListCommands
-
lRem
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveListCommands.LRemCommand,Long>> lRem(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveListCommands.LRemCommand> commands)
- Specified by:
lRemin interfaceorg.springframework.data.redis.connection.ReactiveListCommands
-
pop
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.ByteBufferResponse<org.springframework.data.redis.connection.ReactiveListCommands.PopCommand>> pop(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveListCommands.PopCommand> commands)
- Specified by:
popin interfaceorg.springframework.data.redis.connection.ReactiveListCommands
-
bPop
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveListCommands.PopResponse> bPop(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveListCommands.BPopCommand> commands)
- Specified by:
bPopin interfaceorg.springframework.data.redis.connection.ReactiveListCommands
-
rPopLPush
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.ByteBufferResponse<org.springframework.data.redis.connection.ReactiveListCommands.RPopLPushCommand>> rPopLPush(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveListCommands.RPopLPushCommand> commands)
- Specified by:
rPopLPushin interfaceorg.springframework.data.redis.connection.ReactiveListCommands
-
bRPopLPush
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.ByteBufferResponse<org.springframework.data.redis.connection.ReactiveListCommands.BRPopLPushCommand>> bRPopLPush(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveListCommands.BRPopLPushCommand> commands)
- Specified by:
bRPopLPushin interfaceorg.springframework.data.redis.connection.ReactiveListCommands
-
lPos
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveListCommands.LPosCommand,Long>> lPos(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveListCommands.LPosCommand> commands)
- Specified by:
lPosin interfaceorg.springframework.data.redis.connection.ReactiveListCommands
-
toByteArray
public static byte[] toByteArray(ByteBuffer buffer)
-
-