Interface ChangeIndex
- All Superinterfaces:
Index<Change.Id,
ChangeData>
Index for Gerrit changes. 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<ChangeData>
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<Change.Id,
ChangeData> - Parameters:
id
- document key.- Returns:
- a single predicate.
-