public static final class TraceCommand.State extends Object
trace command. This state is reached
after specifying the records to trace and supports an optional at
clause for historical inspection.| Modifier and Type | Method and Description |
|---|---|
TraceCommand.State |
at(Timestamp timestamp)
Pin this command to a historical
Timestamp. |
String |
ccl()
Return a CCL string equivalent to this
Command. |
boolean |
equals(Object obj) |
int |
hashCode() |
List<Long> |
records()
Return the target records for this command.
|
Timestamp |
timestamp()
Return the historical
Timestamp. |
String |
toString() |
public TraceCommand.State at(Timestamp timestamp)
Timestamp.timestamp - the Timestamppublic List<Long> records()
@Nullable public Timestamp timestamp()
Timestamp.Timestamp, or nullpublic String ccl()
CommandCommand.