Class IndexedGroupQuery
- java.lang.Object
-
- com.google.gerrit.index.query.Predicate<T>
-
- com.google.gerrit.index.query.IndexedQuery<AccountGroup.UUID,InternalGroup>
-
- com.google.gerrit.server.index.group.IndexedGroupQuery
-
- All Implemented Interfaces:
DataSource<InternalGroup>
,Paginated<InternalGroup>
public class IndexedGroupQuery extends IndexedQuery<AccountGroup.UUID,InternalGroup> implements DataSource<InternalGroup>
-
-
Field Summary
-
Fields inherited from class com.google.gerrit.index.query.IndexedQuery
index, source
-
-
Constructor Summary
Constructors Constructor Description IndexedGroupQuery(Index<AccountGroup.UUID,InternalGroup> index, Predicate<InternalGroup> pred, QueryOptions opts)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static QueryOptions
createOptions(IndexConfig config, int start, int limit, Set<String> fields)
-
Methods inherited from class com.google.gerrit.index.query.IndexedQuery
copy, equals, getCardinality, getChild, getChildCount, getChildren, getOptions, hashCode, read, readRaw, restart, toString
-
Methods inherited from class com.google.gerrit.index.query.Predicate
and, and, any, asMatchable, estimateCost, getFlattenedPredicateList, getLeafCount, getPredicateString, isLeaf, isMatchable, not, or, or, supportedForQueries
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.google.gerrit.index.query.DataSource
getCardinality, read, readRaw
-
-
-
-
Constructor Detail
-
IndexedGroupQuery
public IndexedGroupQuery(Index<AccountGroup.UUID,InternalGroup> index, Predicate<InternalGroup> pred, QueryOptions opts) throws QueryParseException
- Throws:
QueryParseException
-
-
Method Detail
-
createOptions
public static QueryOptions createOptions(IndexConfig config, int start, int limit, Set<String> fields)
-
-