Uses of Class
org.apache.nifi.reporting.InitializationException
Packages that use InitializationException
Package
Description
-
Uses of InitializationException in org.apache.nifi.controller
Methods in org.apache.nifi.controller that throw InitializationExceptionModifier and TypeMethodDescriptionprotected void
AbstractControllerService.init
(ControllerServiceInitializationContext config) Provides a mechanism by which subclasses can perform initialization of the Controller Service before it is scheduled to be runfinal void
AbstractControllerService.initialize
(ControllerServiceInitializationContext context) void
ControllerService.initialize
(ControllerServiceInitializationContext context) Provides the Controller Service with access to objects that may be of use throughout the life of the service. -
Uses of InitializationException in org.apache.nifi.documentation
Methods in org.apache.nifi.documentation that throw InitializationExceptionModifier and TypeMethodDescriptionprotected void
AbstractDocumentationWriter.initialize
(ControllerService service) protected void
AbstractDocumentationWriter.initialize
(FlowAnalysisRule flowAnalysisRule) protected void
AbstractDocumentationWriter.initialize
(ParameterProvider parameterProvider) protected void
AbstractDocumentationWriter.initialize
(ReportingTask reportingTask) -
Uses of InitializationException in org.apache.nifi.flowanalysis
Methods in org.apache.nifi.flowanalysis that throw InitializationExceptionModifier and TypeMethodDescriptionvoid
AbstractFlowAnalysisRule.initialize
(FlowAnalysisRuleInitializationContext context) void
FlowAnalysisRule.initialize
(FlowAnalysisRuleInitializationContext context) Provides the Flow Analysis Rule with access to objects that may be of use throughout its lifecycle -
Uses of InitializationException in org.apache.nifi.parameter
Methods in org.apache.nifi.parameter that throw InitializationExceptionModifier and TypeMethodDescriptionprotected void
AbstractParameterProvider.init
(ParameterProviderInitializationContext config) Provides a mechanism by which subclasses can perform initialization of the Parameter Provider before its parameters are fetchedfinal void
AbstractParameterProvider.initialize
(ParameterProviderInitializationContext config) void
ParameterProvider.initialize
(ParameterProviderInitializationContext config) Provides the Parameter Provider with access to objects that may be of use throughout the life of the provider -
Uses of InitializationException in org.apache.nifi.reporting
Methods in org.apache.nifi.reporting that throw InitializationExceptionModifier and TypeMethodDescriptionprotected void
AbstractReportingTask.init
(ReportingInitializationContext config) Provides a mechanism by which subclasses can perform initialization of the Reporting Task before it is scheduled to be runfinal void
AbstractReportingTask.initialize
(ReportingInitializationContext config) void
ReportingTask.initialize
(ReportingInitializationContext config) Provides the Reporting Task with access to objects that may be of use throughout the life of the service