Class RedissonReactiveSetCommands
java.lang.Object
org.redisson.spring.data.connection.RedissonReactiveSetCommands
- All Implemented Interfaces:
org.springframework.data.redis.connection.ReactiveSetCommands
- Direct Known Subclasses:
RedissonReactiveClusterSetCommands
public class RedissonReactiveSetCommands
extends Object
implements org.springframework.data.redis.connection.ReactiveSetCommands
- Author:
- Nikita Koksharov
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.data.redis.connection.ReactiveSetCommands
org.springframework.data.redis.connection.ReactiveSetCommands.SAddCommand, org.springframework.data.redis.connection.ReactiveSetCommands.SDiffCommand, org.springframework.data.redis.connection.ReactiveSetCommands.SDiffStoreCommand, org.springframework.data.redis.connection.ReactiveSetCommands.SInterCommand, org.springframework.data.redis.connection.ReactiveSetCommands.SInterStoreCommand, org.springframework.data.redis.connection.ReactiveSetCommands.SIsMemberCommand, org.springframework.data.redis.connection.ReactiveSetCommands.SMoveCommand, org.springframework.data.redis.connection.ReactiveSetCommands.SPopCommand, org.springframework.data.redis.connection.ReactiveSetCommands.SRandMembersCommand, org.springframework.data.redis.connection.ReactiveSetCommands.SRemCommand, org.springframework.data.redis.connection.ReactiveSetCommands.SUnionCommand, org.springframework.data.redis.connection.ReactiveSetCommands.SUnionStoreCommand -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveSetCommands.SAddCommand,Long>> sAdd(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveSetCommands.SAddCommand> commands) reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand,Long>> sCard(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand> commands) reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveSetCommands.SDiffCommand,reactor.core.publisher.Flux<ByteBuffer>>> sDiff(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveSetCommands.SDiffCommand> commands) reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveSetCommands.SDiffStoreCommand,Long>> sDiffStore(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveSetCommands.SDiffStoreCommand> commands) reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveSetCommands.SInterCommand,reactor.core.publisher.Flux<ByteBuffer>>> sInter(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveSetCommands.SInterCommand> commands) reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveSetCommands.SInterStoreCommand,Long>> sInterStore(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveSetCommands.SInterStoreCommand> commands) reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse<org.springframework.data.redis.connection.ReactiveSetCommands.SIsMemberCommand>>sIsMember(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveSetCommands.SIsMemberCommand> commands) reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand,reactor.core.publisher.Flux<ByteBuffer>>> sMembers(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand> commands) reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse<org.springframework.data.redis.connection.ReactiveSetCommands.SMoveCommand>>sMove(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveSetCommands.SMoveCommand> commands) reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.ByteBufferResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand>>sPop(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand> commands) reactor.core.publisher.Flux<ByteBuffer>sPop(org.springframework.data.redis.connection.ReactiveSetCommands.SPopCommand command) reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveSetCommands.SRandMembersCommand,reactor.core.publisher.Flux<ByteBuffer>>> sRandMember(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveSetCommands.SRandMembersCommand> commands) reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveSetCommands.SRemCommand,Long>> sRem(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveSetCommands.SRemCommand> commands) reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand,reactor.core.publisher.Flux<ByteBuffer>>> sScan(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyScanCommand> commands) reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveSetCommands.SUnionCommand,reactor.core.publisher.Flux<ByteBuffer>>> sUnion(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveSetCommands.SUnionCommand> commands) reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveSetCommands.SUnionStoreCommand,Long>> sUnionStore(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveSetCommands.SUnionStoreCommand> commands) static byte[]toByteArray(ByteBuffer buffer) 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.ReactiveSetCommands
sAdd, sAdd, sCard, sDiff, sDiffStore, sInter, sInterStore, sIsMember, sMembers, sMove, sPop, sPop, sRandMember, sRandMember, sRem, sRem, sScan, sScan, sUnion, sUnionStore
-
Method Details
-
sAdd
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveSetCommands.SAddCommand,Long>> sAdd(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveSetCommands.SAddCommand> commands) - Specified by:
sAddin interfaceorg.springframework.data.redis.connection.ReactiveSetCommands
-
sRem
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveSetCommands.SRemCommand,Long>> sRem(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveSetCommands.SRemCommand> commands) - Specified by:
sRemin interfaceorg.springframework.data.redis.connection.ReactiveSetCommands
-
sPop
public reactor.core.publisher.Flux<ByteBuffer> sPop(org.springframework.data.redis.connection.ReactiveSetCommands.SPopCommand command) - Specified by:
sPopin interfaceorg.springframework.data.redis.connection.ReactiveSetCommands
-
sPop
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.ByteBufferResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand>> sPop(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand> commands) - Specified by:
sPopin interfaceorg.springframework.data.redis.connection.ReactiveSetCommands
-
sMove
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse<org.springframework.data.redis.connection.ReactiveSetCommands.SMoveCommand>> sMove(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveSetCommands.SMoveCommand> commands) - Specified by:
sMovein interfaceorg.springframework.data.redis.connection.ReactiveSetCommands
-
sCard
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand,Long>> sCard(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand> commands) - Specified by:
sCardin interfaceorg.springframework.data.redis.connection.ReactiveSetCommands
-
sIsMember
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse<org.springframework.data.redis.connection.ReactiveSetCommands.SIsMemberCommand>> sIsMember(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveSetCommands.SIsMemberCommand> commands) - Specified by:
sIsMemberin interfaceorg.springframework.data.redis.connection.ReactiveSetCommands
-
sInter
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveSetCommands.SInterCommand,reactor.core.publisher.Flux<ByteBuffer>>> sInter(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveSetCommands.SInterCommand> commands) - Specified by:
sInterin interfaceorg.springframework.data.redis.connection.ReactiveSetCommands
-
sInterStore
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveSetCommands.SInterStoreCommand,Long>> sInterStore(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveSetCommands.SInterStoreCommand> commands) - Specified by:
sInterStorein interfaceorg.springframework.data.redis.connection.ReactiveSetCommands
-
sUnion
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveSetCommands.SUnionCommand,reactor.core.publisher.Flux<ByteBuffer>>> sUnion(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveSetCommands.SUnionCommand> commands) - Specified by:
sUnionin interfaceorg.springframework.data.redis.connection.ReactiveSetCommands
-
sUnionStore
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveSetCommands.SUnionStoreCommand,Long>> sUnionStore(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveSetCommands.SUnionStoreCommand> commands) - Specified by:
sUnionStorein interfaceorg.springframework.data.redis.connection.ReactiveSetCommands
-
sDiff
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveSetCommands.SDiffCommand,reactor.core.publisher.Flux<ByteBuffer>>> sDiff(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveSetCommands.SDiffCommand> commands) - Specified by:
sDiffin interfaceorg.springframework.data.redis.connection.ReactiveSetCommands
-
sDiffStore
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveSetCommands.SDiffStoreCommand,Long>> sDiffStore(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveSetCommands.SDiffStoreCommand> commands) - Specified by:
sDiffStorein interfaceorg.springframework.data.redis.connection.ReactiveSetCommands
-
sMembers
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand,reactor.core.publisher.Flux<ByteBuffer>>> sMembers(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand> commands) - Specified by:
sMembersin interfaceorg.springframework.data.redis.connection.ReactiveSetCommands
-
sScan
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand,reactor.core.publisher.Flux<ByteBuffer>>> sScan(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyScanCommand> commands) - Specified by:
sScanin interfaceorg.springframework.data.redis.connection.ReactiveSetCommands
-
sRandMember
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveSetCommands.SRandMembersCommand,reactor.core.publisher.Flux<ByteBuffer>>> sRandMember(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveSetCommands.SRandMembersCommand> commands) - Specified by:
sRandMemberin interfaceorg.springframework.data.redis.connection.ReactiveSetCommands
-
toByteArray
-