Package org.apache.nifi.reporting
Class MigrationReportingTask
java.lang.Object
org.apache.nifi.components.AbstractConfigurableComponent
org.apache.nifi.reporting.AbstractReportingTask
org.apache.nifi.reporting.MigrationReportingTask
- All Implemented Interfaces:
ConfigurableComponent,ReportingTask
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<PropertyDescriptor> voidonTrigger(ReportingContext context) Methods inherited from class org.apache.nifi.reporting.AbstractReportingTask
getControllerServiceLookup, getIdentifier, getLogger, getName, getNodeTypeProvider, getSchedulingPeriod, init, initialize, setComponentInfoMethods inherited from class org.apache.nifi.components.AbstractConfigurableComponent
customValidate, equals, getPropertyDescriptor, getPropertyDescriptors, getSupportedDynamicPropertyDescriptor, hashCode, onPropertyModified, toString, validateMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.nifi.components.ConfigurableComponent
getPropertyDescriptor, getPropertyDescriptors, onPropertyModified, validateMethods inherited from interface org.apache.nifi.reporting.ReportingTask
isStateful, migrateProperties
-
Field Details
-
START_VALUE
-
-
Constructor Details
-
MigrationReportingTask
public MigrationReportingTask()
-
-
Method Details
-
getSupportedPropertyDescriptors
- Overrides:
getSupportedPropertyDescriptorsin classAbstractConfigurableComponent
-
onTrigger
-