Package org.apache.nifi.cluster.manager
Class VersionControlInformationEntityMerger
java.lang.Object
org.apache.nifi.cluster.manager.VersionControlInformationEntityMerger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static boolean
isCurrent
(VersionedFlowState state) private static boolean
isModified
(VersionedFlowState state) void
merge
(VersionControlInformationEntity clientEntity, Map<NodeIdentifier, VersionControlInformationEntity> entityMap) static void
updateFlowState
(VersionControlInformationDTO clientDto, VersionControlInformationDTO dto)
-
Constructor Details
-
VersionControlInformationEntityMerger
public VersionControlInformationEntityMerger()
-
-
Method Details
-
merge
public void merge(VersionControlInformationEntity clientEntity, Map<NodeIdentifier, VersionControlInformationEntity> entityMap) -
isCurrent
-
isModified
-
updateFlowState
public static void updateFlowState(VersionControlInformationDTO clientDto, VersionControlInformationDTO dto)
-