public static final class DiffCommand.KeyRangeState 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() |
String |
key()
Return the key for this command.
|
Timestamp |
start()
Return the start
Timestamp for this command. |
String |
toString() |
public String key()
public Timestamp start()
Timestamp for this command.Timestamppublic String ccl()
CommandCommand.