Package com.google.gerrit.index.query
Class IndexPredicate<I>
- java.lang.Object
-
- com.google.gerrit.index.query.Predicate<T>
-
- com.google.gerrit.index.query.OperatorPredicate<I>
-
- com.google.gerrit.index.query.IndexPredicate<I>
-
- Direct Known Subclasses:
ChangeIndexPredicate
,IntegerRangePredicate
,RegexPredicate
,TimestampRangePredicate
public abstract class IndexPredicate<I> extends OperatorPredicate<I>
Predicate that is mapped to a field in the index.
-
-
Field Summary
-
Fields inherited from class com.google.gerrit.index.query.OperatorPredicate
name, value
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
IndexPredicate(FieldDef<I,?> def, String value)
protected
IndexPredicate(FieldDef<I,?> def, String name, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FieldDef<I,?>
getField()
FieldType<?>
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
-
-