Uses of Interface
org.apache.nifi.logging.ComponentLog
Packages that use ComponentLog
Package
Description
-
Uses of ComponentLog in org.apache.nifi.controller
Fields in org.apache.nifi.controller declared as ComponentLogMethods in org.apache.nifi.controller that return ComponentLogModifier and TypeMethodDescriptionprotected ComponentLog
AbstractControllerService.getLogger()
ControllerServiceInitializationContext.getLogger()
Methods in org.apache.nifi.controller with parameters of type ComponentLogModifier and TypeMethodDescriptionVerifiableControllerService.verify
(ConfigurationContext context, ComponentLog verificationLogger, Map<String, String> variables) Verifies that the configuration defined by the given ConfigurationContext is valid. -
Uses of ComponentLog in org.apache.nifi.documentation.init
Classes in org.apache.nifi.documentation.init that implement ComponentLogFields in org.apache.nifi.documentation.init declared as ComponentLogModifier and TypeFieldDescriptionprivate final ComponentLog
DocumentationControllerServiceInitializationContext.componentLog
private final ComponentLog
DocumentationFlowAnalysisRuleInitializationContext.componentLog
private final ComponentLog
DocumentationParameterProviderInitializationContext.componentLog
private final ComponentLog
DocumentationReportingInitializationContext.componentLog
Methods in org.apache.nifi.documentation.init that return ComponentLogModifier and TypeMethodDescriptionDocumentationControllerServiceInitializationContext.getLogger()
DocumentationFlowAnalysisRuleInitializationContext.getLogger()
DocumentationParameterProviderInitializationContext.getLogger()
DocumentationProcessorInitializationContext.getLogger()
DocumentationReportingInitializationContext.getLogger()
-
Uses of ComponentLog in org.apache.nifi.flowanalysis
Fields in org.apache.nifi.flowanalysis declared as ComponentLogMethods in org.apache.nifi.flowanalysis that return ComponentLogModifier and TypeMethodDescriptionprotected ComponentLog
AbstractFlowAnalysisRule.getLogger()
FlowAnalysisRuleInitializationContext.getLogger()
Methods in org.apache.nifi.flowanalysis with parameters of type ComponentLogModifier and TypeMethodDescriptionVerifiableFlowAnalysisRule.verify
(ConfigurationContext context, ComponentLog verificationLogger) Verifies that the configuration defined by the given ConfigurationContext is valid. -
Uses of ComponentLog in org.apache.nifi.parameter
Fields in org.apache.nifi.parameter declared as ComponentLogMethods in org.apache.nifi.parameter that return ComponentLogModifier and TypeMethodDescriptionprotected ComponentLog
AbstractParameterProvider.getLogger()
ParameterProviderInitializationContext.getLogger()
Methods in org.apache.nifi.parameter with parameters of type ComponentLogModifier and TypeMethodDescriptionVerifiableParameterProvider.verify
(ConfigurationContext context, ComponentLog verificationLogger) Verifies that the configuration defined by the given ConfigurationContext is valid. -
Uses of ComponentLog in org.apache.nifi.processor
Fields in org.apache.nifi.processor declared as ComponentLogMethods in org.apache.nifi.processor that return ComponentLogModifier and TypeMethodDescriptionprotected final ComponentLog
AbstractSessionFactoryProcessor.getLogger()
ProcessorInitializationContext.getLogger()
Methods in org.apache.nifi.processor with parameters of type ComponentLogModifier and TypeMethodDescriptionVerifiableProcessor.verify
(ProcessContext context, ComponentLog verificationLogger, Map<String, String> attributes) Verifies that the configuration defined by the given ProcessContext is valid. -
Uses of ComponentLog in org.apache.nifi.registry.flow
Fields in org.apache.nifi.registry.flow declared as ComponentLogMethods in org.apache.nifi.registry.flow that return ComponentLogModifier and TypeMethodDescriptionprotected final ComponentLog
AbstractFlowRegistryClient.getLogger()
FlowRegistryClientInitializationContext.getLogger()
-
Uses of ComponentLog in org.apache.nifi.reporting
Fields in org.apache.nifi.reporting declared as ComponentLogMethods in org.apache.nifi.reporting that return ComponentLogModifier and TypeMethodDescriptionprotected ComponentLog
AbstractReportingTask.getLogger()
ReportingInitializationContext.getLogger()
Methods in org.apache.nifi.reporting with parameters of type ComponentLogModifier and TypeMethodDescriptionVerifiableReportingTask.verify
(ConfigurationContext context, ComponentLog verificationLogger) Verifies that the configuration defined by the given ConfigurationContext is valid.