public static final class DiffCommand.RecordTimestampState 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() |
long |
record()
Return the target record for this command.
|
Timestamp |
start()
Return the start
Timestamp for this command. |
DiffCommand.RecordRangeState |
to(Timestamp end)
Specify the end
Timestamp for this command. |
String |
toString() |
public DiffCommand.RecordRangeState to(Timestamp end)
Timestamp for this command.end - the end Timestamppublic long record()
public Timestamp start()
Timestamp for this command.Timestamppublic String ccl()
CommandCommand.