public class LettuceReactiveClusterSetCommands extends LettuceReactiveSetCommands implements ReactiveClusterSetCommands
ReactiveSetCommands.SAddCommand, ReactiveSetCommands.SDiffCommand, ReactiveSetCommands.SDiffStoreCommand, ReactiveSetCommands.SInterCommand, ReactiveSetCommands.SInterStoreCommand, ReactiveSetCommands.SIsMemberCommand, ReactiveSetCommands.SMoveCommand, ReactiveSetCommands.SRandMembersCommand, ReactiveSetCommands.SRemCommand, ReactiveSetCommands.SUnionCommand, ReactiveSetCommands.SUnionStoreCommand| Constructor and Description |
|---|
LettuceReactiveClusterSetCommands(LettuceReactiveRedisConnection connection)
Create new
LettuceReactiveSetCommands. |
getConnection, sAdd, sCard, sIsMember, sMembers, sPop, sRandMember, sRemclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsAdd, sAdd, sAdd, sCard, sCard, sDiff, sDiffStore, sInter, sInterStore, sIsMember, sIsMember, sMembers, sMembers, sMove, sPop, sPop, sRandMember, sRandMember, sRandMember, sRem, sRem, sRem, sUnion, sUnionStorepublic LettuceReactiveClusterSetCommands(LettuceReactiveRedisConnection connection)
LettuceReactiveSetCommands.connection - must not be null.public reactor.core.publisher.Flux<ReactiveRedisConnection.MultiValueResponse<ReactiveSetCommands.SUnionCommand,ByteBuffer>> sUnion(org.reactivestreams.Publisher<ReactiveSetCommands.SUnionCommand> commands)
ReactiveSetCommandsReactiveSetCommands.SInterCommand.getKeys().sUnion in interface ReactiveSetCommandssUnion in class LettuceReactiveSetCommandscommands - must not be null.public reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveSetCommands.SUnionStoreCommand,Long>> sUnionStore(org.reactivestreams.Publisher<ReactiveSetCommands.SUnionStoreCommand> commands)
ReactiveSetCommandssUnionStore in interface ReactiveSetCommandssUnionStore in class LettuceReactiveSetCommandscommands - must not be null.public reactor.core.publisher.Flux<ReactiveRedisConnection.MultiValueResponse<ReactiveSetCommands.SInterCommand,ByteBuffer>> sInter(org.reactivestreams.Publisher<ReactiveSetCommands.SInterCommand> commands)
ReactiveSetCommandsReactiveSetCommands.SInterCommand.getKeys().sInter in interface ReactiveSetCommandssInter in class LettuceReactiveSetCommandscommands - must not be null.public reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveSetCommands.SInterStoreCommand,Long>> sInterStore(org.reactivestreams.Publisher<ReactiveSetCommands.SInterStoreCommand> commands)
ReactiveSetCommandssInterStore in interface ReactiveSetCommandssInterStore in class LettuceReactiveSetCommandscommands - must not be null.public reactor.core.publisher.Flux<ReactiveRedisConnection.MultiValueResponse<ReactiveSetCommands.SDiffCommand,ByteBuffer>> sDiff(org.reactivestreams.Publisher<ReactiveSetCommands.SDiffCommand> commands)
ReactiveSetCommandsReactiveSetCommands.SInterCommand.getKeys().sDiff in interface ReactiveSetCommandssDiff in class LettuceReactiveSetCommandscommands - must not be null.public reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveSetCommands.SDiffStoreCommand,Long>> sDiffStore(org.reactivestreams.Publisher<ReactiveSetCommands.SDiffStoreCommand> commands)
ReactiveSetCommandssDiffStore in interface ReactiveSetCommandssDiffStore in class LettuceReactiveSetCommandscommands - must not be null.public reactor.core.publisher.Flux<ReactiveRedisConnection.BooleanResponse<ReactiveSetCommands.SMoveCommand>> sMove(org.reactivestreams.Publisher<ReactiveSetCommands.SMoveCommand> commands)
ReactiveSetCommandsReactiveSetCommands.SMoveCommand.getValue() from ReactiveRedisConnection.KeyCommand.getKey() to ReactiveSetCommands.SMoveCommand.getDestination().sMove in interface ReactiveSetCommandssMove in class LettuceReactiveSetCommandscommands - must not be null.Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.