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