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. See
IndexCollection
for details on collections.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.gerrit.index.IndexCollection
addWriteIndex, getSearchIndex, getWriteIndex, getWriteIndexes, removeWriteIndex, setSearchIndex, setSearchIndex, start, stop
-
Constructor Details
-
GroupIndexCollection
public GroupIndexCollection()
-