Package | Description |
---|---|
org.apache.nifi.controller | |
org.apache.nifi.documentation | |
org.apache.nifi.parameter | |
org.apache.nifi.reporting |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractControllerService.init(ControllerServiceInitializationContext config)
Provides a mechanism by which subclasses can perform initialization of
the Controller Service before it is scheduled to be run
|
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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractDocumentationWriter.initialize(ControllerService service) |
protected void |
AbstractDocumentationWriter.initialize(ParameterProvider parameterProvider) |
protected void |
AbstractDocumentationWriter.initialize(ReportingTask reportingTask) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractParameterProvider.init(ParameterProviderInitializationContext config)
Provides a mechanism by which subclasses can perform initialization of
the Parameter Provider before its parameters are fetched
|
void |
ParameterProvider.initialize(ParameterProviderInitializationContext config)
Provides the Parameter Provider with access to objects that may be of use
throughout the life of the provider
|
void |
AbstractParameterProvider.initialize(ParameterProviderInitializationContext config) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractReportingTask.init(ReportingInitializationContext config)
Provides a mechanism by which subclasses can perform initialization of
the Reporting Task before it is scheduled to be run
|
void |
ReportingTask.initialize(ReportingInitializationContext config)
Provides the Reporting Task with access to objects that may be of use
throughout the life of the service
|
void |
AbstractReportingTask.initialize(ReportingInitializationContext config) |
Copyright © 2023 Apache NiFi Project. All rights reserved.