public static final class RevertCommand.TimestampState extends Object
revert command, reached after specifying
keys, records, and the target Timestamp.| 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.
|
Timestamp |
timestamp()
Return the target
Timestamp for this command. |
String |
toString() |
public List<Long> records()
public Timestamp timestamp()
Timestamp for this command.Timestamppublic String ccl()
CommandCommand.