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