Class IndexedGroupQuery
- java.lang.Object
-
- com.google.gerrit.index.query.Predicate<T>
-
- com.google.gerrit.index.IndexedQuery<AccountGroup.UUID,InternalGroup>
-
- com.google.gerrit.server.index.group.IndexedGroupQuery
-
- All Implemented Interfaces:
com.google.gerrit.index.query.DataSource<InternalGroup>
,com.google.gerrit.index.query.Paginated<InternalGroup>
public class IndexedGroupQuery extends com.google.gerrit.index.IndexedQuery<AccountGroup.UUID,InternalGroup> implements com.google.gerrit.index.query.DataSource<InternalGroup>
-
-
Constructor Summary
Constructors Constructor Description IndexedGroupQuery(com.google.gerrit.index.Index<AccountGroup.UUID,InternalGroup> index, com.google.gerrit.index.query.Predicate<InternalGroup> pred, com.google.gerrit.index.QueryOptions opts)
-
Method Summary
-
Methods inherited from class com.google.gerrit.index.IndexedQuery
copy, equals, getCardinality, getChild, getChildCount, getChildren, getOptions, hashCode, read, restart, toString
-
Methods inherited from class com.google.gerrit.index.query.Predicate
and, and, any, asMatchable, estimateCost, isMatchable, not, or, or
-
-
-
-
Constructor Detail
-
IndexedGroupQuery
public IndexedGroupQuery(com.google.gerrit.index.Index<AccountGroup.UUID,InternalGroup> index, com.google.gerrit.index.query.Predicate<InternalGroup> pred, com.google.gerrit.index.QueryOptions opts) throws QueryParseException
- Throws:
QueryParseException
-
-