Interface AccountIndex
-
- All Superinterfaces:
com.google.gerrit.index.Index<Account.Id,AccountState>
public interface AccountIndex extends com.google.gerrit.index.Index<Account.Id,AccountState>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
AccountIndex.Factory
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default com.google.gerrit.index.query.Predicate<AccountState>
keyPredicate(Account.Id id)
-
-
-
Method Detail
-
keyPredicate
default com.google.gerrit.index.query.Predicate<AccountState> keyPredicate(Account.Id id)
- Specified by:
keyPredicate
in interfacecom.google.gerrit.index.Index<Account.Id,AccountState>
-
-