Class ConnectableAdditionTracker
java.lang.Object
org.apache.nifi.flow.synchronization.ConnectableAdditionTracker
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final org.slf4j.Loggerprivate final Map<ConnectableAdditionTracker.ComponentKey, Connectable> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddComponent(String instantiatedGroupId, String versionedComponentId, Connectable component) getComponent(String instantiatedGroupId, String versionedComponentId)
-
Field Details
-
logger
private static final org.slf4j.Logger logger -
tracking
-
-
Constructor Details
-
ConnectableAdditionTracker
public ConnectableAdditionTracker()
-
-
Method Details
-
addComponent
public void addComponent(String instantiatedGroupId, String versionedComponentId, Connectable component) -
getComponent
-