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