Class DeltaPredicate
- java.lang.Object
-
- com.google.gerrit.index.query.Predicate<T>
-
- com.google.gerrit.index.query.OperatorPredicate<I>
-
- com.google.gerrit.index.query.IndexPredicate<T>
-
- com.google.gerrit.index.query.IntegerRangePredicate<ChangeData>
-
- com.google.gerrit.server.query.change.IntegerRangeChangePredicate
-
- com.google.gerrit.server.query.change.DeltaPredicate
-
- All Implemented Interfaces:
Matchable<ChangeData>
public class DeltaPredicate extends IntegerRangeChangePredicate
-
-
Field Summary
-
Fields inherited from class com.google.gerrit.index.query.OperatorPredicate
name, value
-
-
Constructor Summary
Constructors Constructor Description DeltaPredicate(String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Integer
getValueInt(ChangeData changeData)
-
Methods inherited from class com.google.gerrit.server.query.change.IntegerRangeChangePredicate
getCost
-
Methods inherited from class com.google.gerrit.index.query.IntegerRangePredicate
getMaximumValue, getMinimumValue, match
-
Methods inherited from class com.google.gerrit.index.query.IndexPredicate
getField, getType
-
Methods inherited from class com.google.gerrit.index.query.OperatorPredicate
copy, equals, getOperator, getValue, hashCode, toString
-
Methods inherited from class com.google.gerrit.index.query.Predicate
and, and, any, asMatchable, estimateCost, getChild, getChildCount, getChildren, getLeafCount, isMatchable, not, or, or
-
-
-
-
Constructor Detail
-
DeltaPredicate
public DeltaPredicate(String value) throws QueryParseException
- Throws:
QueryParseException
-
-
Method Detail
-
getValueInt
protected Integer getValueInt(ChangeData changeData)
- Specified by:
getValueInt
in classIntegerRangePredicate<ChangeData>
-
-