public static final class BrowseCommand.State extends Object
browse command. This state is reached
after specifying the keys to browse and supports an optional at
clause for historical browsing.| Modifier and Type | Method and Description |
|---|---|
BrowseCommand.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<String> |
keys()
Return the keys for this command.
|
Timestamp |
timestamp()
Return the historical
Timestamp. |
String |
toString() |
public BrowseCommand.State at(Timestamp timestamp)
Timestamp.timestamp - the Timestamp@Nullable public Timestamp timestamp()
Timestamp.Timestamp, or nullpublic String ccl()
CommandCommand.