Interface AccountIndex
- All Superinterfaces:
Index<Account.Id,
AccountState>
Index for Gerrit accounts. This class is mainly used for typing the generic parent class that
contains actual implementations.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault Predicate<AccountState>
Get a predicate that looks up a single document by key.
-
Field Details
-
ENTITY_TO_KEY
-
-
Method Details
-
keyPredicate
Description copied from interface:Index
Get a predicate that looks up a single document by key.- Specified by:
keyPredicate
in interfaceIndex<Account.Id,
AccountState> - Parameters:
id
- document key.- Returns:
- a single predicate.
-