public static class ReactiveHashCommands.HExistsCommand extends ReactiveRedisConnection.KeyCommand
ReactiveRedisConnection.Command
.Modifier and Type | Method and Description |
---|---|
static ReactiveHashCommands.HExistsCommand |
field(ByteBuffer field)
Creates a new
ReactiveHashCommands.HExistsCommand given a field name . |
ByteBuffer |
getField() |
ReactiveHashCommands.HExistsCommand |
in(ByteBuffer key)
Applies the hash key.
|
getKey
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public static ReactiveHashCommands.HExistsCommand field(ByteBuffer field)
ReactiveHashCommands.HExistsCommand
given a field name
.field
- must not be null.ReactiveHashCommands.HExistsCommand
for a field name
.public ReactiveHashCommands.HExistsCommand in(ByteBuffer key)
key
- must not be null.ReactiveHashCommands.HExistsCommand
with key applied.public ByteBuffer getField()
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.