Uses of Interface
org.apache.nifi.migration.PropertyConfiguration
Packages that use PropertyConfiguration
-
Uses of PropertyConfiguration in org.apache.nifi.controller
Methods in org.apache.nifi.controller with parameters of type PropertyConfigurationModifier and TypeMethodDescriptiondefault voidControllerService.migrateProperties(PropertyConfiguration config) Allows for the migration of an old property configuration to a new configuration. -
Uses of PropertyConfiguration in org.apache.nifi.processor
Methods in org.apache.nifi.processor with parameters of type PropertyConfigurationModifier and TypeMethodDescriptiondefault voidProcessor.migrateProperties(PropertyConfiguration config) Allows for the migration of an old property configuration to a new configuration. -
Uses of PropertyConfiguration in org.apache.nifi.reporting
Methods in org.apache.nifi.reporting with parameters of type PropertyConfigurationModifier and TypeMethodDescriptiondefault voidReportingTask.migrateProperties(PropertyConfiguration config) Allows for the migration of an old property configuration to a new configuration.