public static class ReactiveHashCommands.HDelCommand extends ReactiveRedisConnection.KeyCommand
Modifier and Type | Method and Description |
---|---|
static ReactiveHashCommands.HDelCommand |
field(ByteBuffer field)
Creates a new
ReactiveHashCommands.HDelCommand given a field name . |
static ReactiveHashCommands.HDelCommand |
fields(Collection<ByteBuffer> fields)
Creates a new
ReactiveHashCommands.HDelCommand given a Collection of field names. |
ReactiveHashCommands.HDelCommand |
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.HDelCommand field(ByteBuffer field)
ReactiveHashCommands.HDelCommand
given a field name
.field
- must not be null.ReactiveHashCommands.HDelCommand
for a field name
.public static ReactiveHashCommands.HDelCommand fields(Collection<ByteBuffer> fields)
ReactiveHashCommands.HDelCommand
given a Collection
of field names.fields
- must not be null.ReactiveHashCommands.HDelCommand
for a Collection
of field names.public ReactiveHashCommands.HDelCommand from(ByteBuffer key)
key
- must not be null.ReactiveHashCommands.HDelCommand
with key applied.public List<ByteBuffer> getFields()
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.