public static final class SetCommand.RecordState extends Object
set command, reached after specifying
the key, value, and target records.| Modifier and Type | Method and Description |
|---|---|
String |
ccl()
Return a CCL string equivalent to this
Command. |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
key()
Return the key for this command.
|
List<Long> |
records()
Return the target records for this command.
|
String |
toString() |
Object |
value()
Return the value for this command.
|
public String key()
public Object value()
public List<Long> records()
public String ccl()
CommandCommand.