Uses of Class
org.apache.nifi.flow.ExternalControllerServiceReference
Packages that use ExternalControllerServiceReference
-
Uses of ExternalControllerServiceReference in org.apache.nifi.flow
Fields in org.apache.nifi.flow with type parameters of type ExternalControllerServiceReferenceModifier and TypeFieldDescriptionprivate Map
<String, ExternalControllerServiceReference> VersionedExternalFlow.externalControllerServices
Methods in org.apache.nifi.flow that return types with arguments of type ExternalControllerServiceReferenceMethod parameters in org.apache.nifi.flow with type arguments of type ExternalControllerServiceReferenceModifier and TypeMethodDescriptionvoid
VersionedExternalFlow.setExternalControllerServices
(Map<String, ExternalControllerServiceReference> externalControllerServices) -
Uses of ExternalControllerServiceReference in org.apache.nifi.registry.flow
Fields in org.apache.nifi.registry.flow with type parameters of type ExternalControllerServiceReferenceModifier and TypeFieldDescriptionprivate Map
<String, ExternalControllerServiceReference> RegisteredFlowSnapshot.externalControllerServices
Methods in org.apache.nifi.registry.flow that return types with arguments of type ExternalControllerServiceReferenceMethod parameters in org.apache.nifi.registry.flow with type arguments of type ExternalControllerServiceReferenceModifier and TypeMethodDescriptionvoid
RegisteredFlowSnapshot.setExternalControllerServices
(Map<String, ExternalControllerServiceReference> externalControllerServices)