public static final class DescribeCommand.AllState extends Object
describe command that targets all
records, supporting an optional at clause for historical
inspection.| Modifier and Type | Method and Description |
|---|---|
DescribeCommand.AllState |
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() |
Timestamp |
timestamp()
Return the historical
Timestamp. |
String |
toString() |
public DescribeCommand.AllState at(Timestamp timestamp)
Timestamp.timestamp - the Timestamp@Nullable public Timestamp timestamp()
Timestamp.Timestamp, or nullpublic String ccl()
CommandCommand.