public class CommandArguments extends Object implements Iterable<Rawable>
| Constructor and Description |
|---|
CommandArguments(ProtocolCommand command) |
| Modifier and Type | Method and Description |
|---|---|
CommandArguments |
add(Object arg) |
CommandArguments |
addObjects(Collection args) |
CommandArguments |
addObjects(Object... args) |
CommandArguments |
addParams(IParams params) |
CommandArguments |
blocking() |
ProtocolCommand |
getCommand() |
boolean |
isBlocking() |
Iterator<Rawable> |
iterator() |
CommandArguments |
key(Object key) |
CommandArguments |
keys(Collection keys) |
CommandArguments |
keys(Object... keys) |
protected CommandArguments |
processKey(byte[] key) |
protected CommandArguments |
processKey(String key) |
protected CommandArguments |
processKeys(byte[]... keys) |
protected CommandArguments |
processKeys(String... keys) |
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic CommandArguments(ProtocolCommand command)
public ProtocolCommand getCommand()
public CommandArguments add(Object arg)
public CommandArguments addObjects(Object... args)
public CommandArguments addObjects(Collection args)
public CommandArguments key(Object key)
public final CommandArguments keys(Object... keys)
public final CommandArguments keys(Collection keys)
public final CommandArguments addParams(IParams params)
protected CommandArguments processKey(byte[] key)
protected final CommandArguments processKeys(byte[]... keys)
protected CommandArguments processKey(String key)
protected final CommandArguments processKeys(String... keys)
public int size()
public boolean isBlocking()
public CommandArguments blocking()
Copyright © 2024. All rights reserved.