public interface AccountIndex extends com.google.gerrit.index.Index<Account.Id,AccountState>
Modifier and Type | Interface and Description |
---|---|
static interface |
AccountIndex.Factory |
Modifier and Type | Method and Description |
---|---|
default com.google.gerrit.index.query.Predicate<AccountState> |
keyPredicate(Account.Id id) |
default com.google.gerrit.index.query.Predicate<AccountState> keyPredicate(Account.Id id)
keyPredicate
in interface com.google.gerrit.index.Index<Account.Id,AccountState>