Uses of Interface
org.apache.nifi.logging.ComponentLog
Packages that use ComponentLog
Package
Description
-
Uses of ComponentLog in org.apache.nifi.controller
Methods in org.apache.nifi.controller that return ComponentLogModifier and TypeMethodDescriptionprotected ComponentLogAbstractControllerService.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 ComponentLogMethods 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
Methods in org.apache.nifi.flowanalysis that return ComponentLogModifier and TypeMethodDescriptionprotected ComponentLogAbstractFlowAnalysisRule.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
Methods in org.apache.nifi.parameter that return ComponentLogModifier and TypeMethodDescriptionprotected ComponentLogAbstractParameterProvider.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
Methods in org.apache.nifi.processor that return ComponentLogModifier and TypeMethodDescriptionprotected final ComponentLogAbstractSessionFactoryProcessor.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
Methods in org.apache.nifi.registry.flow that return ComponentLogModifier and TypeMethodDescriptionprotected final ComponentLogAbstractFlowRegistryClient.getLogger()FlowRegistryClientInitializationContext.getLogger()Methods in org.apache.nifi.registry.flow with parameters of type ComponentLogModifier and TypeMethodDescriptionVerifiableFlowRegistryClient.verify(FlowRegistryClientConfigurationContext context, ComponentLog verificationLogger, Map<String, String> variables) Verifies that the configuration defined by the given FlowRegistryClientConfigurationContext is valid. -
Uses of ComponentLog in org.apache.nifi.reporting
Methods in org.apache.nifi.reporting that return ComponentLogModifier and TypeMethodDescriptionprotected ComponentLogAbstractReportingTask.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.