public static final class ClearCommand.RecordState extends Object
clear command, reached after specifying
target records and optionally keys.| Modifier and Type | Method and Description |
|---|---|
String |
ccl()
Return a CCL string equivalent to this
Command. |
boolean |
equals(Object obj) |
int |
hashCode() |
List<String> |
keys()
Return the keys for this command.
|
List<Long> |
records()
Return the target records for this command.
|
String |
toString() |
@Nullable public List<String> keys()
null if all keys should be clearedpublic List<Long> records()
public String ccl()
CommandCommand.