Package com.google.gerrit.server.account
Interface AccountsUpdate.InUpdateStorageAccessors
- Enclosing class:
AccountsUpdate
public static interface AccountsUpdate.InUpdateStorageAccessors
Storage readers/writers which are accessible through
AccountsUpdate.ConfigureDeltaFromStateAndContext
.
If you need to perform extra reads/writes during the update, prefer using these, to avoid mishmash between different storage systems where multiple ones are supported. If you need an accessor which is not yet here, please do add it.
-
Method Summary
-
Method Details
-
externalIdsReader
ExternalIds externalIdsReader()
-