Skip navigation links
A B C D E F G I K L O P R S T V 

A

AbstractBootstrapPropertiesLoader - Class in org.apache.nifi.properties
An abstract base class for an application-specific BootstrapProperties loader.
AbstractBootstrapPropertiesLoader() - Constructor for class org.apache.nifi.properties.AbstractBootstrapPropertiesLoader
 
ApplicationProperties - Class in org.apache.nifi.properties
A tagging class that represents the main configuration properties for an application (e.g.
ApplicationProperties(Properties) - Constructor for class org.apache.nifi.properties.ApplicationProperties
 
ApplicationProperties(Map<String, String>) - Constructor for class org.apache.nifi.properties.ApplicationProperties
 

B

BOOTSTRAP_CONF - Static variable in class org.apache.nifi.properties.AbstractBootstrapPropertiesLoader
 
BootstrapProperties - Class in org.apache.nifi.properties
Properties representing bootstrap.conf.
BootstrapProperties(String, Properties, Path) - Constructor for class org.apache.nifi.properties.BootstrapProperties
 
BootstrapProperties.BootstrapPropertyKey - Enum in org.apache.nifi.properties
 
BootstrapPropertyKey(String) - Constructor for enum org.apache.nifi.properties.BootstrapProperties.BootstrapPropertyKey
 

C

configFilePath - Variable in class org.apache.nifi.properties.BootstrapProperties
 
contextFor(String, String) - Static method in class org.apache.nifi.properties.ProtectedPropertyContext
Creates a ProtectedPropertyContext for the given property name, with a specific context name, acting as a namespace for the property.
contextName - Variable in class org.apache.nifi.properties.ProtectedPropertyContext
 
createApplicationProperties(Properties) - Method in interface org.apache.nifi.properties.ProtectedProperties
Create a new ApplicationProperties object of the generic type.

D

DEFAULT_CONTEXT - Static variable in class org.apache.nifi.properties.ProtectedPropertyContext
 
defaultContext(String) - Static method in class org.apache.nifi.properties.ProtectedPropertyContext
Creates a ProtectedPropertyContext for the given property name, using the default context.

E

EMPTY - Static variable in class org.apache.nifi.properties.BootstrapProperties
An empty instance of BootstrapProperties.
extractKeyFromBootstrapFile() - Method in class org.apache.nifi.properties.AbstractBootstrapPropertiesLoader
Returns the key (if any) used to encrypt sensitive properties, extracted from $APPLICATION_HOME/conf/bootstrap.conf.
extractKeyFromBootstrapFile(String) - Method in class org.apache.nifi.properties.AbstractBootstrapPropertiesLoader
Returns the key (if any) used to encrypt sensitive properties, extracted from $APPLICATION_HOME/conf/bootstrap.conf.

F

filterProperties(Properties) - Method in class org.apache.nifi.properties.BootstrapProperties
Includes only the properties starting with the propertyPrefix.

G

getAdditionalSensitivePropertiesKeys() - Method in interface org.apache.nifi.properties.ProtectedProperties
Additional sensitive properties keys
getAdditionalSensitivePropertiesKeysName() - Method in interface org.apache.nifi.properties.ProtectedProperties
Returns the name of the property that specifies the additional sensitive properties keys
getApplicationPrefix() - Method in class org.apache.nifi.properties.AbstractBootstrapPropertiesLoader
Return the property prefix used in the bootstrap.conf file for this application.
getApplicationProperties() - Method in interface org.apache.nifi.properties.ProtectedProperties
Returns the application properties.
getApplicationPropertiesFilename() - Method in class org.apache.nifi.properties.AbstractBootstrapPropertiesLoader
Return the name of the main application properties file (e.g., nifi.properties).
getApplicationPropertiesFilePathSystemProperty() - Method in class org.apache.nifi.properties.AbstractBootstrapPropertiesLoader
Return the system property name that should specify the file path of the main application properties file.
getBootstrapFile(String) - Method in class org.apache.nifi.properties.AbstractBootstrapPropertiesLoader
Returns the file for bootstrap.conf.
getConfigFilePath() - Method in class org.apache.nifi.properties.BootstrapProperties
Returns the path to the bootstrap config file.
getContextKey() - Method in class org.apache.nifi.properties.ProtectedPropertyContext
Returns the context key, in the format [contextName]/[propertyName]
getContextName() - Method in class org.apache.nifi.properties.ProtectedPropertyContext
Returns the context name
getDefaultApplicationPropertiesFilePath() - Method in class org.apache.nifi.properties.AbstractBootstrapPropertiesLoader
Returns the default file path to $APPLICATION_HOME/conf/$APPLICATION.properties.
getDefaultSensitiveProperties() - Method in interface org.apache.nifi.properties.ProtectedProperties
Additional sensitive properties keys
getKey() - Method in enum org.apache.nifi.properties.BootstrapProperties.BootstrapPropertyKey
Returns the property key.
getProperty(String, String) - Method in class org.apache.nifi.properties.BootstrapProperties
Ensures that blank or empty properties are returned as null.
getProperty(String) - Method in class org.apache.nifi.properties.BootstrapProperties
Ensures that blank or empty properties are returned as null.
getProperty(BootstrapProperties.BootstrapPropertyKey) - Method in class org.apache.nifi.properties.BootstrapProperties
Returns the optional property value with the given BootstrapPropertyKey.
getProperty(String) - Method in interface org.apache.nifi.properties.ReadableProperties
Retrieves the property value for the given property key.
getProperty(String, String) - Method in interface org.apache.nifi.properties.ReadableProperties
Retrieves the property value for the given property key.
getProperty(String) - Method in class org.apache.nifi.properties.StandardReadableProperties
 
getProperty(String, String) - Method in class org.apache.nifi.properties.StandardReadableProperties
 
getPropertyKey(String) - Method in class org.apache.nifi.properties.BootstrapProperties
 
getPropertyKeys() - Method in interface org.apache.nifi.properties.ReadableProperties
Retrieves all known property keys.
getPropertyKeys() - Method in class org.apache.nifi.properties.StandardReadableProperties
 
getPropertyName() - Method in class org.apache.nifi.properties.ProtectedPropertyContext
Returns the property name
getRawProperties() - Method in class org.apache.nifi.properties.StandardReadableProperties
 

I

isBlank(String) - Static method in class org.apache.nifi.properties.BootstrapProperties
 

K

key - Variable in enum org.apache.nifi.properties.BootstrapProperties.BootstrapPropertyKey
 

L

loadBootstrapProperties(String) - Method in class org.apache.nifi.properties.AbstractBootstrapPropertiesLoader
Loads the bootstrap.conf file into a BootstrapProperties object.
loadBootstrapProperties(Path, String) - Static method in class org.apache.nifi.properties.AbstractBootstrapPropertiesLoader
Loads a properties file into a BootstrapProperties object.
logger - Static variable in class org.apache.nifi.properties.AbstractBootstrapPropertiesLoader
 

O

org.apache.nifi.properties - package org.apache.nifi.properties
 

P

PROPERTY_KEY_FORMAT - Static variable in class org.apache.nifi.properties.BootstrapProperties
 
propertyName - Variable in class org.apache.nifi.properties.ProtectedPropertyContext
 
propertyPrefix - Variable in class org.apache.nifi.properties.BootstrapProperties
 
ProtectedProperties<T extends ApplicationProperties> - Interface in org.apache.nifi.properties
Represents a protected set of ApplicationProperties, with methods regarding which sensitive properties are protected.
ProtectedPropertyContext - Class in org.apache.nifi.properties
A context for protected properties, encapsulating the context name and property name.
ProtectedPropertyContext(String, String) - Constructor for class org.apache.nifi.properties.ProtectedPropertyContext
Creates a property context with a property name and custom location.

R

rawProperties - Variable in class org.apache.nifi.properties.StandardReadableProperties
 
ReadableProperties - Interface in org.apache.nifi.properties
A base interface for providing a readable set of properties.
RELATIVE_APPLICATION_PROPERTIES_PATTERN - Static variable in class org.apache.nifi.properties.AbstractBootstrapPropertiesLoader
 

S

size() - Method in class org.apache.nifi.properties.StandardReadableProperties
Returns the size of the properties.
StandardReadableProperties - Class in org.apache.nifi.properties
A Properties-backed implementation of ReadableProperties.
StandardReadableProperties(Properties) - Constructor for class org.apache.nifi.properties.StandardReadableProperties
 
StandardReadableProperties(Map<String, String>) - Constructor for class org.apache.nifi.properties.StandardReadableProperties
 

T

toString() - Method in class org.apache.nifi.properties.BootstrapProperties
 

V

valueOf(String) - Static method in enum org.apache.nifi.properties.BootstrapProperties.BootstrapPropertyKey
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.nifi.properties.BootstrapProperties.BootstrapPropertyKey
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G I K L O P R S T V 
Skip navigation links

Copyright © 2023 Apache NiFi Project. All rights reserved.