public static final class ChronicleCommand.RecordState extends Object
chronicle command after specifying the
key and record. Supports an optional from clause for a start
timestamp.| Modifier and Type | Method and Description |
|---|---|
String |
ccl()
Return a CCL string equivalent to this
Command. |
boolean |
equals(Object obj) |
ChronicleCommand.TimestampState |
from(Timestamp start)
Pin this command to a start
Timestamp. |
int |
hashCode() |
String |
key()
Return the key for this command.
|
long |
record()
Return the target record for this command.
|
String |
toString() |
public ChronicleCommand.TimestampState from(Timestamp start)
Timestamp.start - the start Timestamppublic String key()
public long record()
public String ccl()
CommandCommand.