public static final class DescribeCommand.State extends Object
describe command. This state is reached
after specifying the records to describe and supports an optional
at clause for historical inspection.| Modifier and Type | Method and Description |
|---|---|
DescribeCommand.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 DescribeCommand.State at(Timestamp timestamp)
Timestamp.timestamp - the Timestamppublic List<Long> records()
@Nullable public Timestamp timestamp()
Timestamp.Timestamp, or nullpublic String ccl()
CommandCommand.