| Package | Description |
|---|---|
| org.apache.nifi.controller | |
| org.apache.nifi.documentation.init | |
| org.apache.nifi.processor | |
| org.apache.nifi.reporting |
| Modifier and Type | Field and Description |
|---|---|
private ComponentLog |
AbstractControllerService.logger |
| Modifier and Type | Method and Description |
|---|---|
protected ComponentLog |
AbstractControllerService.getLogger() |
ComponentLog |
ControllerServiceInitializationContext.getLogger() |
| 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 | Class and Description |
|---|---|
class |
NopComponentLog |
| Modifier and Type | Field and Description |
|---|---|
private ComponentLog |
DocumentationReportingInitializationContext.componentLog |
private ComponentLog |
DocumentationControllerServiceInitializationContext.componentLog |
| Modifier and Type | Method and Description |
|---|---|
ComponentLog |
DocumentationReportingInitializationContext.getLogger() |
ComponentLog |
DocumentationControllerServiceInitializationContext.getLogger() |
ComponentLog |
DocumentationProcessorInitializationContext.getLogger() |
| Modifier and Type | Field and Description |
|---|---|
private ComponentLog |
AbstractSessionFactoryProcessor.logger |
| Modifier and Type | Method and Description |
|---|---|
protected ComponentLog |
AbstractSessionFactoryProcessor.getLogger() |
ComponentLog |
ProcessorInitializationContext.getLogger() |
| 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 | Field and Description |
|---|---|
private ComponentLog |
AbstractReportingTask.logger |
| Modifier and Type | Method and Description |
|---|---|
ComponentLog |
ReportingInitializationContext.getLogger() |
protected ComponentLog |
AbstractReportingTask.getLogger() |
| 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 © 2022 Apache NiFi Project. All rights reserved.