Uses of Interface
org.apache.nifi.reporting.ReportingContext
Packages that use ReportingContext
-
Uses of ReportingContext in org.apache.nifi.reporting
Methods in org.apache.nifi.reporting with parameters of type ReportingContextModifier and TypeMethodDescriptiondefault boolean
ReportingTask.isStateful
(ReportingContext context) Indicates whether this reporting task, configured with the givenReportingContext
, stores state.void
ReportingTask.onTrigger
(ReportingContext context) This method is called on a scheduled interval to allow the Reporting Task to perform its tasks.