public class BuiltCriteria extends Object implements Criteria
Criteria that has been BuildableState.build().| Modifier | Constructor and Description |
|---|---|
protected |
BuiltCriteria()
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
add(Symbol symbol)
Add a
Symbol to this Criteria. |
Criteria |
at(Timestamp timestamp)
Return this
Criteria with each expression (e.g. |
String |
ccl()
Return a CCL string that is equivalent to this object.
|
protected void |
close()
Mark this
Criteria as built. |
boolean |
equals(Object obj) |
int |
hashCode() |
List<Symbol> |
symbols()
Return the order list of symbols that make up this
Criteria. |
String |
toString() |
getCclString, parse, wherepublic Criteria at(Timestamp timestamp)
Criteria with each expression (e.g. {key} {operator}
{values}) pinned to the specified timestamp.
NOTE: Any timestamps that are pinned to any expressions
within this Criteria will be replaced by the specified timestamp.public String ccl()
Criteriapublic List<Symbol> symbols()
CriteriaCriteria.protected void add(Symbol symbol)
Symbol to this Criteria.symbol - protected void close()
Criteria as built.