public static class ReactiveListCommands.LIndexCommand extends ReactiveRedisConnection.KeyCommand
LINDEX
command parameters.Modifier and Type | Method and Description |
---|---|
static ReactiveListCommands.LIndexCommand |
elementAt(long index)
Creates a new
ReactiveListCommands.LIndexCommand given an index. |
ReactiveListCommands.LIndexCommand |
from(ByteBuffer key)
Applies the key.
|
Long |
getIndex() |
getKey
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public static ReactiveListCommands.LIndexCommand elementAt(long index)
ReactiveListCommands.LIndexCommand
given an index.index
- ReactiveListCommands.LIndexCommand
for index.public ReactiveListCommands.LIndexCommand from(ByteBuffer key)
key
- must not be null.ReactiveListCommands.LIndexCommand
with key applied.public Long getIndex()
Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.