Package | Description |
---|---|
org.apache.nifi.components | |
org.apache.nifi.controller | |
org.apache.nifi.parameter | |
org.apache.nifi.processor | |
org.apache.nifi.reporting |
Modifier and Type | Method and Description |
---|---|
ConfigVerificationResult |
ConfigVerificationResult.Builder.build() |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
List<ConfigVerificationResult> |
VerifiableParameterProvider.verify(ConfigurationContext context,
ComponentLog verificationLogger)
Verifies that the configuration defined by the given ConfigurationContext is valid.
|
Modifier and Type | Method and Description |
---|---|
List<ConfigVerificationResult> |
VerifiableProcessor.verify(ProcessContext context,
ComponentLog verificationLogger,
Map<String,String> attributes)
Verifies that the configuration defined by the given ProcessContext is valid.
|
Modifier and Type | Method and Description |
---|---|
List<ConfigVerificationResult> |
VerifiableReportingTask.verify(ConfigurationContext context,
ComponentLog verificationLogger)
Verifies that the configuration defined by the given ConfigurationContext is valid.
|
Copyright © 2024 Apache NiFi Project. All rights reserved.