Uses of Interface
org.apache.nifi.controller.ControllerServiceLookup
Packages that use ControllerServiceLookup
Package
Description
-
Uses of ControllerServiceLookup in org.apache.nifi.components
Methods in org.apache.nifi.components that return ControllerServiceLookup -
Uses of ControllerServiceLookup in org.apache.nifi.controller
Fields in org.apache.nifi.controller declared as ControllerServiceLookupModifier and TypeFieldDescriptionprivate ControllerServiceLookup
AbstractControllerService.serviceLookup
Methods in org.apache.nifi.controller that return ControllerServiceLookupModifier and TypeMethodDescriptionprotected final ControllerServiceLookup
AbstractControllerService.getControllerServiceLookup()
ControllerServiceInitializationContext.getControllerServiceLookup()
-
Uses of ControllerServiceLookup in org.apache.nifi.documentation.init
Classes in org.apache.nifi.documentation.init that implement ControllerServiceLookupFields in org.apache.nifi.documentation.init declared as ControllerServiceLookupModifier and TypeFieldDescriptionprivate final ControllerServiceLookup
DocumentationControllerServiceInitializationContext.serviceLookup
Methods in org.apache.nifi.documentation.init that return ControllerServiceLookupModifier and TypeMethodDescriptionDocumentationControllerServiceInitializationContext.getControllerServiceLookup()
DocumentationProcessorInitializationContext.getControllerServiceLookup()
DocumentationReportingInitializationContext.getControllerServiceLookup()
-
Uses of ControllerServiceLookup in org.apache.nifi.processor
Fields in org.apache.nifi.processor declared as ControllerServiceLookupModifier and TypeFieldDescriptionprivate ControllerServiceLookup
AbstractSessionFactoryProcessor.serviceLookup
Methods in org.apache.nifi.processor that return ControllerServiceLookupModifier and TypeMethodDescriptionprotected final ControllerServiceLookup
AbstractSessionFactoryProcessor.getControllerServiceLookup()
ProcessContext.getControllerServiceLookup()
ProcessorInitializationContext.getControllerServiceLookup()
-
Uses of ControllerServiceLookup in org.apache.nifi.reporting
Fields in org.apache.nifi.reporting declared as ControllerServiceLookupModifier and TypeFieldDescriptionprivate ControllerServiceLookup
AbstractReportingTask.serviceLookup
Methods in org.apache.nifi.reporting that return ControllerServiceLookupModifier and TypeMethodDescriptionprotected final ControllerServiceLookup
AbstractReportingTask.getControllerServiceLookup()
ReportingContext.getControllerServiceLookup()
ReportingInitializationContext.getControllerServiceLookup()