Package org.apache.nifi.cluster.manager
Class UserGroupsEntityMerger
java.lang.Object
org.apache.nifi.cluster.manager.UserGroupsEntityMerger
- All Implemented Interfaces:
ComponentEntityMerger<UserGroupEntity>
public class UserGroupsEntityMerger
extends Object
implements ComponentEntityMerger<UserGroupEntity>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
mergeUserGroups
(Collection<UserGroupEntity> userGroupEntities, Map<String, Map<NodeIdentifier, UserGroupEntity>> entityMap) Merges multiple UserGroupEntity responses.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.nifi.cluster.manager.ComponentEntityMerger
merge, mergeComponents
-
Field Details
-
userGroupEntityMerger
-
-
Constructor Details
-
UserGroupsEntityMerger
public UserGroupsEntityMerger()
-
-
Method Details
-
mergeUserGroups
public static void mergeUserGroups(Collection<UserGroupEntity> userGroupEntities, Map<String, Map<NodeIdentifier, UserGroupEntity>> entityMap) Merges multiple UserGroupEntity responses.- Parameters:
userGroupEntities
- entities being returned to the cliententityMap
- all node responses
-