Class EnsureReportingTaskConfigurationCorrect

java.lang.Object
org.apache.nifi.components.AbstractConfigurableComponent
org.apache.nifi.reporting.AbstractReportingTask
org.apache.nifi.reporting.EnsureReportingTaskConfigurationCorrect
All Implemented Interfaces:
org.apache.nifi.components.ConfigurableComponent, org.apache.nifi.reporting.ReportingTask, org.apache.nifi.reporting.VerifiableReportingTask

public class EnsureReportingTaskConfigurationCorrect extends org.apache.nifi.reporting.AbstractReportingTask implements org.apache.nifi.reporting.VerifiableReportingTask
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) static final org.apache.nifi.components.PropertyDescriptor
     
    (package private) static final org.apache.nifi.components.PropertyDescriptor
     
    (package private) static final org.apache.nifi.components.PropertyDescriptor
     
    (package private) static final org.apache.nifi.components.PropertyDescriptor
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected List<org.apache.nifi.components.PropertyDescriptor>
     
    void
    onTrigger(org.apache.nifi.reporting.ReportingContext context)
     
    List<org.apache.nifi.components.ConfigVerificationResult>
    verify(org.apache.nifi.controller.ConfigurationContext context, org.apache.nifi.logging.ComponentLog verificationLogger)
     

    Methods inherited from class org.apache.nifi.reporting.AbstractReportingTask

    getControllerServiceLookup, getIdentifier, getLogger, getName, getNodeTypeProvider, getSchedulingPeriod, init, initialize, setComponentInfo

    Methods inherited from class org.apache.nifi.components.AbstractConfigurableComponent

    customValidate, equals, getPropertyDescriptor, getPropertyDescriptors, getSupportedDynamicPropertyDescriptor, hashCode, onPropertyModified, toString, validate

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.apache.nifi.components.ConfigurableComponent

    getPropertyDescriptor, getPropertyDescriptors, onPropertyModified, validate

    Methods inherited from interface org.apache.nifi.reporting.ReportingTask

    isStateful, migrateProperties
  • Field Details

    • SUCCESSFUL_VERIFICATION

      static final org.apache.nifi.components.PropertyDescriptor SUCCESSFUL_VERIFICATION
    • VERIFICATION_STEPS

      static final org.apache.nifi.components.PropertyDescriptor VERIFICATION_STEPS
    • EXCEPTION_ON_VERIFICATION

      static final org.apache.nifi.components.PropertyDescriptor EXCEPTION_ON_VERIFICATION
    • FAILURE_NODE_NUMBER

      static final org.apache.nifi.components.PropertyDescriptor FAILURE_NODE_NUMBER
  • Constructor Details

    • EnsureReportingTaskConfigurationCorrect

      public EnsureReportingTaskConfigurationCorrect()
  • Method Details

    • getSupportedPropertyDescriptors

      protected List<org.apache.nifi.components.PropertyDescriptor> getSupportedPropertyDescriptors()
      Overrides:
      getSupportedPropertyDescriptors in class org.apache.nifi.components.AbstractConfigurableComponent
    • onTrigger

      public void onTrigger(org.apache.nifi.reporting.ReportingContext context)
      Specified by:
      onTrigger in interface org.apache.nifi.reporting.ReportingTask
    • verify

      public List<org.apache.nifi.components.ConfigVerificationResult> verify(org.apache.nifi.controller.ConfigurationContext context, org.apache.nifi.logging.ComponentLog verificationLogger)
      Specified by:
      verify in interface org.apache.nifi.reporting.VerifiableReportingTask