Uses of Interface
org.apache.nifi.context.PropertyContext
Packages that use PropertyContext
Package
Description
-
Uses of PropertyContext in org.apache.nifi.components
Subinterfaces of PropertyContext in org.apache.nifi.componentsMethods in org.apache.nifi.components with parameters of type PropertyContextModifier and TypeMethodDescriptionClassloaderIsolationKeyProvider.getClassloaderIsolationKey
(PropertyContext context) Determines the key that identifies a shared ClassLoader that this component may use. -
Uses of PropertyContext in org.apache.nifi.controller
Subinterfaces of PropertyContext in org.apache.nifi.controllerModifier and TypeInterfaceDescriptioninterface
This context is passed to ControllerServices and Reporting Tasks in order to expose their configuration to them. -
Uses of PropertyContext in org.apache.nifi.flowanalysis
Subinterfaces of PropertyContext in org.apache.nifi.flowanalysisModifier and TypeInterfaceDescriptioninterface
This interface provides a bridge between the NiFi Framework and aFlowAnalysisRule
. -
Uses of PropertyContext in org.apache.nifi.processor
Subinterfaces of PropertyContext in org.apache.nifi.processorModifier and TypeInterfaceDescriptioninterface
Provides a bridge between a Processor and the NiFi Framework -
Uses of PropertyContext in org.apache.nifi.registry.flow
Subinterfaces of PropertyContext in org.apache.nifi.registry.flow -
Uses of PropertyContext in org.apache.nifi.reporting
Subinterfaces of PropertyContext in org.apache.nifi.reportingModifier and TypeInterfaceDescriptioninterface
This interface provides a bridge between the NiFi Framework and aReportingTask
.