public static final class FindCommand.ConditionState extends Object
find command. This state is reached
after specifying the condition and supports optional at,
order, and page clauses.| Modifier and Type | Method and Description |
|---|---|
FindCommand.ConditionState |
at(Timestamp timestamp)
Pin this
find 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 for this command. |
boolean |
equals(Object obj) |
int |
hashCode() |
Order |
order()
Return the sort
Order. |
FindCommand.ConditionState |
order(Order order)
Apply an
Order to this find command. |
Page |
page()
Return the
pagination. |
FindCommand.ConditionState |
page(Page page)
Apply
pagination to this find command. |
Timestamp |
timestamp()
Return the historical
Timestamp. |
String |
toString() |
public FindCommand.ConditionState at(Timestamp timestamp)
find command to a historical Timestamp.timestamp - the Timestamppublic FindCommand.ConditionState order(Order order)
Order to this find command.order - the Orderpublic FindCommand.ConditionState page(Page page)
pagination to this find command.page - the Page@Nullable public Criteria criteria()
Criteria for this command.Criteria, or null@Nullable public String condition()
null@Nullable public Timestamp timestamp()
Timestamp.Timestamp, or null@Nullable public Page page()
pagination.Page, or nullpublic String ccl()
CommandCommand.