public static class ReactiveHashCommands.HGetCommand extends ReactiveRedisConnection.KeyCommand
Modifier and Type | Method and Description |
---|---|
static ReactiveHashCommands.HGetCommand |
field(ByteBuffer field)
Creates a new
ReactiveHashCommands.HGetCommand given a field name . |
static ReactiveHashCommands.HGetCommand |
fields(Collection<ByteBuffer> fields)
Creates a new
ReactiveHashCommands.HGetCommand given a Collection of field names. |
ReactiveHashCommands.HGetCommand |
from(ByteBuffer key)
Applies the hash key.
|
List<ByteBuffer> |
getFields() |
getKey
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public static ReactiveHashCommands.HGetCommand field(ByteBuffer field)
ReactiveHashCommands.HGetCommand
given a field name
.field
- must not be null.ReactiveHashCommands.HGetCommand
for a field name
.public static ReactiveHashCommands.HGetCommand fields(Collection<ByteBuffer> fields)
ReactiveHashCommands.HGetCommand
given a Collection
of field names.fields
- must not be null.ReactiveHashCommands.HGetCommand
for a Collection
of field names.public ReactiveHashCommands.HGetCommand from(ByteBuffer key)
key
- must not be null.ReactiveHashCommands.HGetCommand
with key applied.public List<ByteBuffer> getFields()
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.