public static class ReactiveSetCommands.SInterCommand extends Object implements ReactiveRedisConnection.Command
SINTER
command parameters.Modifier and Type | Method and Description |
---|---|
ByteBuffer |
getKey() |
List<ByteBuffer> |
getKeys() |
static ReactiveSetCommands.SInterCommand |
keys(Collection<ByteBuffer> keys)
Creates a new
ReactiveSetCommands.SInterCommand given a Collection of keys. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public static ReactiveSetCommands.SInterCommand keys(Collection<ByteBuffer> keys)
ReactiveSetCommands.SInterCommand
given a Collection
of keys.keys
- must not be null.ReactiveSetCommands.SInterCommand
for a Collection
of values.public ByteBuffer getKey()
getKey
in interface ReactiveRedisConnection.Command
public List<ByteBuffer> getKeys()
Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.