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.SMIsMemberCommand, 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 Type
    Method
    Description
    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)
     
    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.MultiValueResponse<org.springframework.data.redis.connection.ReactiveSetCommands.SMIsMemberCommand,Boolean>>
    sMIsMember(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveSetCommands.SMIsMemberCommand> 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[]
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.data.redis.connection.ReactiveSetCommands

    sAdd, sAdd, sCard, sDiff, sDiffStore, sInter, sInterStore, sIsMember, sMembers, sMIsMember, 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:
      sAdd in interface org.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:
      sRem in interface org.springframework.data.redis.connection.ReactiveSetCommands
    • sPop

      public reactor.core.publisher.Flux<ByteBuffer> sPop(org.springframework.data.redis.connection.ReactiveSetCommands.SPopCommand command)
      Specified by:
      sPop in interface org.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:
      sPop in interface org.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:
      sMove in interface org.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:
      sCard in interface org.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:
      sIsMember in interface org.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:
      sInter in interface org.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:
      sInterStore in interface org.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:
      sUnion in interface org.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:
      sUnionStore in interface org.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:
      sDiff in interface org.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:
      sDiffStore in interface org.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:
      sMembers in interface org.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:
      sScan in interface org.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:
      sRandMember in interface org.springframework.data.redis.connection.ReactiveSetCommands
    • sMIsMember

      public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.MultiValueResponse<org.springframework.data.redis.connection.ReactiveSetCommands.SMIsMemberCommand,Boolean>> sMIsMember(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveSetCommands.SMIsMemberCommand> commands)
      Specified by:
      sMIsMember in interface org.springframework.data.redis.connection.ReactiveSetCommands
    • toByteArray

      public static byte[] toByteArray(ByteBuffer buffer)