public static final class NavigateCommand.SourceState extends Object
navigate command. Supports an optional
at clause for historical navigation.| Modifier and Type | Method and Description |
|---|---|
NavigateCommand.SourceState |
at(Timestamp timestamp)
Pin this command to a historical
Timestamp. |
String |
ccl()
Return a CCL string equivalent to this
Command. |
String |
condition()
Return the raw CCL condition for this command.
|
Criteria |
criteria()
Return the
Criteria. |
boolean |
equals(Object obj) |
int |
hashCode() |
List<String> |
keys()
Return the navigation keys.
|
List<Long> |
records()
Return the source records.
|
Timestamp |
timestamp()
Return the historical
Timestamp. |
String |
toString() |
public NavigateCommand.SourceState at(Timestamp timestamp)
Timestamp.timestamp - the Timestamp@Nullable public List<Long> records()
null@Nullable public String condition()
null@Nullable public Timestamp timestamp()
Timestamp.Timestamp, or nullpublic String ccl()
CommandCommand.