Class GroupIndexRewriter
- java.lang.Object
-
- com.google.gerrit.server.index.group.GroupIndexRewriter
-
- All Implemented Interfaces:
IndexRewriter<InternalGroup>
public class GroupIndexRewriter extends Object implements IndexRewriter<InternalGroup>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Predicate<InternalGroup>
rewrite(Predicate<InternalGroup> in, QueryOptions opts)
-
-
-
Method Detail
-
rewrite
public Predicate<InternalGroup> rewrite(Predicate<InternalGroup> in, QueryOptions opts) throws QueryParseException
- Specified by:
rewrite
in interfaceIndexRewriter<InternalGroup>
- Throws:
QueryParseException
-
-