Class AccountIndexCollection
- java.lang.Object
-
- com.google.gerrit.index.IndexCollection<Account.Id,AccountState,AccountIndex>
-
- com.google.gerrit.server.index.account.AccountIndexCollection
-
- All Implemented Interfaces:
LifecycleListener
,EventListener
public class AccountIndexCollection extends IndexCollection<Account.Id,AccountState,AccountIndex>
Collection of active account indices. SeeIndexCollection
for details on collections.
-
-
Constructor Summary
Constructors Constructor Description AccountIndexCollection()
-
Method Summary
-
Methods inherited from class com.google.gerrit.index.IndexCollection
addWriteIndex, getSearchIndex, getWriteIndex, getWriteIndexes, removeWriteIndex, setSearchIndex, setSearchIndex, start, stop
-
-