public class AgePredicate extends TimestampRangeChangePredicate
Modifier and Type | Field and Description |
---|---|
protected long |
cut |
Constructor and Description |
---|
AgePredicate(String value) |
Modifier and Type | Method and Description |
---|---|
Timestamp |
getMaxTimestamp() |
Timestamp |
getMinTimestamp() |
boolean |
match(ChangeData object) |
getCost
copy, equals, getOperator, getValue, hashCode, toString
public AgePredicate(String value)
public Timestamp getMinTimestamp()
getMinTimestamp
in class com.google.gerrit.index.query.TimestampRangePredicate<ChangeData>
public Timestamp getMaxTimestamp()
getMaxTimestamp
in class com.google.gerrit.index.query.TimestampRangePredicate<ChangeData>
public boolean match(ChangeData object) throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmException