public interface GroupIndex extends com.google.gerrit.index.Index<AccountGroup.UUID,InternalGroup>
Modifier and Type | Interface and Description |
---|---|
static interface |
GroupIndex.Factory |
Modifier and Type | Method and Description |
---|---|
default com.google.gerrit.index.query.Predicate<InternalGroup> |
keyPredicate(AccountGroup.UUID uuid) |
default com.google.gerrit.index.query.Predicate<InternalGroup> keyPredicate(AccountGroup.UUID uuid)
keyPredicate
in interface com.google.gerrit.index.Index<AccountGroup.UUID,InternalGroup>