public static final class DiffCommand.KeyTimestampState extends Object
diff command with a start
Timestamp. Supports an optional end timestamp.| 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.
|
Timestamp |
start()
Return the start
Timestamp for this command. |
DiffCommand.KeyRangeState |
to(Timestamp end)
Specify the end
Timestamp for this command. |
String |
toString() |
public DiffCommand.KeyRangeState to(Timestamp end)
Timestamp for this command.end - the end Timestamppublic String key()
public Timestamp start()
Timestamp for this command.Timestamppublic String ccl()
CommandCommand.