| Package | Description |
|---|---|
| org.apache.nifi.controller | |
| org.apache.nifi.reporting |
| Modifier and Type | Field and Description |
|---|---|
private ConfigurationContext |
AbstractControllerService.configurationContext |
| Modifier and Type | Method and Description |
|---|---|
protected ConfigurationContext |
AbstractControllerService.getConfigurationContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractControllerService.abstractStoreConfigContext(ConfigurationContext configContext) |
default boolean |
ControllerService.isStateful(ConfigurationContext context)
Indicates whether this controller service, configured with the given
ConfigurationContext, stores state. |
List<ConfigVerificationResult> |
VerifiableControllerService.verify(ConfigurationContext context,
ComponentLog verificationLogger,
Map<String,String> variables)
Verifies that the configuration defined by the given ConfigurationContext is valid.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractReportingTask.setComponentInfo(ConfigurationContext context)
Sets various component information using the given context
|
List<ConfigVerificationResult> |
VerifiableReportingTask.verify(ConfigurationContext context,
ComponentLog verificationLogger)
Verifies that the configuration defined by the given ConfigurationContext is valid.
|
Copyright © 2022 Apache NiFi Project. All rights reserved.