Package com.google.gerrit.index
Interface IndexRewriter<T>
-
- All Known Implementing Classes:
AccountIndexRewriter
,ChangeIndexRewriter
,GroupIndexRewriter
public interface IndexRewriter<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Predicate<T>
rewrite(Predicate<T> in, QueryOptions opts)
-
-
-
Method Detail
-
rewrite
Predicate<T> rewrite(Predicate<T> in, QueryOptions opts) throws QueryParseException
- Throws:
QueryParseException
-
-