public static final class ChronicleCommand.TimestampState extends Object
chronicle command that includes 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.
|
long |
record()
Return the target record for this command.
|
Timestamp |
start()
Return the start
Timestamp for this command. |
ChronicleCommand.RangeState |
to(Timestamp end)
Specify the end
Timestamp for this command. |
String |
toString() |
public ChronicleCommand.RangeState to(Timestamp end)
Timestamp for this command.end - the end Timestamppublic String key()
public long record()
public Timestamp start()
Timestamp for this command.Timestamppublic String ccl()
CommandCommand.