Package org.apache.nifi.lookup
Class PropertiesFileLookupService
java.lang.Object
org.apache.nifi.components.AbstractConfigurableComponent
org.apache.nifi.controller.AbstractControllerService
org.apache.nifi.lookup.configuration2.CommonsConfigurationLookupService<org.apache.commons.configuration2.PropertiesConfiguration>
org.apache.nifi.lookup.PropertiesFileLookupService
- All Implemented Interfaces:
org.apache.nifi.components.ConfigurableComponent,org.apache.nifi.controller.ControllerService,LookupService<String>,StringLookupService
@Tags({"lookup","cache","enrich","join","properties","reloadable","key","value"})
@CapabilityDescription("A reloadable properties file-based lookup service")
@Restricted(restrictions=@Restriction(requiredPermission=READ_FILESYSTEM,explanation="Provides operator the ability to read from any file that NiFi has access to."))
public class PropertiesFileLookupService
extends CommonsConfigurationLookupService<org.apache.commons.configuration2.PropertiesConfiguration>
-
Field Summary
Fields inherited from class org.apache.nifi.lookup.configuration2.CommonsConfigurationLookupService
CONFIGURATION_FILE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.nifi.lookup.configuration2.CommonsConfigurationLookupService
getRequiredKeys, getSupportedPropertyDescriptors, init, lookup, onEnabledMethods inherited from class org.apache.nifi.controller.AbstractControllerService
abstractClearConfigContext, abstractStoreConfigContext, disabled, enabled, getConfigurationContext, getControllerServiceLookup, getIdentifier, getLogger, getNodeTypeProvider, getProperty, getStateManager, initialize, isEnabledMethods 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
getIdentifier, getPropertyDescriptor, getPropertyDescriptors, onPropertyModified, validateMethods inherited from interface org.apache.nifi.controller.ControllerService
initialize, isStateful, migratePropertiesMethods inherited from interface org.apache.nifi.lookup.LookupService
lookupMethods inherited from interface org.apache.nifi.lookup.StringLookupService
getValueType
-
Constructor Details
-
PropertiesFileLookupService
public PropertiesFileLookupService()
-