public static final class DiffCommand.RecordRangeState extends Object
diff command that includes
both a start and end Timestamp.| Modifier and Type | Method and Description |
|---|---|
String |
ccl()
Return a CCL string equivalent to this
Command. |
Timestamp |
end()
Return the end
Timestamp for 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. |
String |
toString() |
public long record()
public Timestamp start()
Timestamp for this command.Timestamppublic String ccl()
CommandCommand.