Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W Y 

A

AbstractConfigurableComponent - Class in org.apache.nifi.components
 
AbstractConfigurableComponent() - Constructor for class org.apache.nifi.components.AbstractConfigurableComponent
 
AbstractControllerService - Class in org.apache.nifi.controller
 
AbstractControllerService() - Constructor for class org.apache.nifi.controller.AbstractControllerService
 
AbstractProcessor - Class in org.apache.nifi.processor
 
AbstractProcessor() - Constructor for class org.apache.nifi.processor.AbstractProcessor
 
AbstractReportingTask - Class in org.apache.nifi.reporting
 
AbstractReportingTask() - Constructor for class org.apache.nifi.reporting.AbstractReportingTask
 
AbstractSessionFactoryProcessor - Class in org.apache.nifi.processor
Provides a standard partial implementation of a Processor.
AbstractSessionFactoryProcessor() - Constructor for class org.apache.nifi.processor.AbstractSessionFactoryProcessor
 
accept - Variable in enum org.apache.nifi.processor.FlowFileFilter.FlowFileFilterResult
 
Action - Interface in org.apache.nifi.action
An action taken on the flow by a user.
ActionDetails - Interface in org.apache.nifi.action.details
Provides additional details about a given action.
activeRemotePortCount - Variable in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
activeThreadCount - Variable in class org.apache.nifi.controller.status.PortStatus
 
activeThreadCount - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
 
activeThreadCount - Variable in class org.apache.nifi.controller.status.ProcessorStatus
 
activeThreadCount - Variable in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
add(QueueSize) - Method in class org.apache.nifi.controller.queue.QueueSize
Returns a new QueueSize that is the sum of this QueueSize and the provided QueueSize
addBulletin(Bulletin) - Method in interface org.apache.nifi.reporting.BulletinRepository
Adds a Bulletin to the repository.
addChildFlowFile(FlowFile) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Adds the given FlowFile as a child for Events of type ProvenanceEventType#SPAWN, ProvenanceEventType.FORK, ProvenanceEventType.JOIN, and ProvenanceEventType.CLONE This is valid only for ProvenanceEventType#SPAWN, ProvenanceEventType.FORK, ProvenanceEventType.JOIN, and ProvenanceEventType.CLONE events and will be ignored for any other event types.
addParentFlowFile(FlowFile) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Adds the given FlowFile as a parent for Events of type ProvenanceEventType#SPAWN, ProvenanceEventType.FORK, ProvenanceEventType.JOIN, and ProvenanceEventType.CLONE This is valid only for ProvenanceEventType#SPAWN, ProvenanceEventType.FORK, ProvenanceEventType.JOIN, and ProvenanceEventType.CLONE events and will be ignored for any other event types.
addValidator(Validator) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
 
adjustCounter(String, long, boolean) - Method in interface org.apache.nifi.processor.ProcessSession
Adjusts counter data for the given counter name and takes care of registering the counter if not already present.
after - Variable in class org.apache.nifi.reporting.BulletinQuery
 
after - Variable in class org.apache.nifi.reporting.BulletinQuery.Builder
 
after(Long) - Method in class org.apache.nifi.reporting.BulletinQuery.Builder
 
AllowableValue - Class in org.apache.nifi.components
Represents a valid value for a PropertyDescriptor
AllowableValue(String) - Constructor for class org.apache.nifi.components.AllowableValue
Constructs a new AllowableValue with the given value and and the same display name and no description.
AllowableValue(String, String) - Constructor for class org.apache.nifi.components.AllowableValue
Constructs a new AllowableValue with the given value and display name and no description
AllowableValue(String, String, String) - Constructor for class org.apache.nifi.components.AllowableValue
Constructs a new AllowableValue with the given value, display name, and description
allowableValues - Variable in class org.apache.nifi.components.PropertyDescriptor
The allowable values for this property.
allowableValues - Variable in class org.apache.nifi.components.PropertyDescriptor.Builder
 
allowableValues(Set<String>) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
 
allowableValues(E[]) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
 
allowableValues(String...) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
 
allowableValues(AllowableValue...) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
Sets the Allowable Values for this Property
ANONYMOUS - Static variable in class org.apache.nifi.processor.Relationship
 
append(FlowFile, OutputStreamCallback) - Method in interface org.apache.nifi.processor.ProcessSession
Executes the given callback against the content corresponding to the given FlowFile, such that any data written to the OutputStream of the content will be appended to the end of FlowFile.
asBoolean() - Method in interface org.apache.nifi.components.PropertyValue
 
asControllerService() - Method in interface org.apache.nifi.components.PropertyValue
 
asControllerService(Class<T>) - Method in interface org.apache.nifi.components.PropertyValue
 
asDataSize(DataUnit) - Method in interface org.apache.nifi.components.PropertyValue
 
asDouble() - Method in interface org.apache.nifi.components.PropertyValue
 
asFloat() - Method in interface org.apache.nifi.components.PropertyValue
 
asInteger() - Method in interface org.apache.nifi.components.PropertyValue
 
asLong() - Method in interface org.apache.nifi.components.PropertyValue
 
associate(FlowFile, String, String) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type ADDINFO that provides a linkage between the given FlowFile and alternate identifier.
asTimePeriod(TimeUnit) - Method in interface org.apache.nifi.components.PropertyValue
 
AttributeExpression - Interface in org.apache.nifi.expression
Defines a type of expression language statement that can be applied parameterized by various attributes and properties as specified in each of the method calls.
AttributeExpression.ResultType - Enum in org.apache.nifi.expression
 
AttributeValueDecorator - Interface in org.apache.nifi.expression
 
autoTerminate - Variable in class org.apache.nifi.processor.Relationship.Builder
 
autoTerminateDefault(boolean) - Method in class org.apache.nifi.processor.Relationship.Builder
 
averageLineageDuration - Variable in class org.apache.nifi.controller.status.ProcessorStatus
 
averageLineageDuration - Variable in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 

B

backPressureDataSizeThreshold - Variable in class org.apache.nifi.controller.status.ConnectionStatus
 
backPressureObjectThreshold - Variable in class org.apache.nifi.controller.status.ConnectionStatus
 
build() - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
 
build() - Method in class org.apache.nifi.components.ValidationResult.Builder
 
build() - Method in class org.apache.nifi.processor.Relationship.Builder
 
build() - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Builds the Provenance Event.
build() - Method in class org.apache.nifi.registry.VariableDescriptor.Builder
 
build() - Method in class org.apache.nifi.reporting.BulletinQuery.Builder
 
build() - Method in class org.apache.nifi.search.SearchResult.Builder
 
Builder() - Constructor for class org.apache.nifi.components.PropertyDescriptor.Builder
 
Builder() - Constructor for class org.apache.nifi.components.ValidationResult.Builder
 
Builder() - Constructor for class org.apache.nifi.processor.Relationship.Builder
 
Builder(String) - Constructor for class org.apache.nifi.registry.VariableDescriptor.Builder
Establishes the unique identifier or key name of the variable.
Builder() - Constructor for class org.apache.nifi.reporting.BulletinQuery.Builder
 
Builder() - Constructor for class org.apache.nifi.search.SearchResult.Builder
 
Bulletin - Class in org.apache.nifi.reporting
A Bulletin is a construct that represents a message that is to be displayed to users to notify of a specific (usually fleeting) event.
Bulletin(long) - Constructor for class org.apache.nifi.reporting.Bulletin
 
BulletinQuery - Class in org.apache.nifi.reporting
 
BulletinQuery(BulletinQuery.Builder) - Constructor for class org.apache.nifi.reporting.BulletinQuery
 
BulletinQuery.Builder - Class in org.apache.nifi.reporting
 
BulletinRepository - Interface in org.apache.nifi.reporting
The BulletinRepository provides a place to store and retrieve Bulletins that have been created by the NiFi Framework and the Components that are running within the Framework.
bytesRead - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
 
bytesRead - Variable in class org.apache.nifi.controller.status.ProcessorStatus
 
bytesReceived - Variable in class org.apache.nifi.controller.status.PortStatus
 
bytesReceived - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
 
bytesReceived - Variable in class org.apache.nifi.controller.status.ProcessorStatus
 
bytesSent - Variable in class org.apache.nifi.controller.status.PortStatus
 
bytesSent - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
 
bytesSent - Variable in class org.apache.nifi.controller.status.ProcessorStatus
 
bytesTransferred - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
 
bytesWritten - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
 
bytesWritten - Variable in class org.apache.nifi.controller.status.ProcessorStatus
 

C

CapabilityDescription - Annotation Type in org.apache.nifi.annotation.documentation
Annotation that may be placed on a Processor, ControllerService, or ReportingTask allowing for a description to be provided.
category - Variable in class org.apache.nifi.reporting.Bulletin
 
clear(Scope) - Method in interface org.apache.nifi.components.state.StateManager
Clears all keys and values from the component's state
clone() - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
clone() - Method in class org.apache.nifi.controller.status.PortStatus
 
clone() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
clone() - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
clone() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
clone(FlowFile) - Method in interface org.apache.nifi.processor.ProcessSession
Creates a new FlowFile that is a clone of the given FlowFile as of the time this is called, both in content and attributes.
clone(FlowFile, long, long) - Method in interface org.apache.nifi.processor.ProcessSession
Creates a new FlowFile whose parent is the given FlowFile.
clone(FlowFile, FlowFile) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type CLONE that establishes that the given child is an exact replica of the parent.
close() - Method in interface org.apache.nifi.provenance.ProvenanceEventRepository
Closes the repository, freeing any resources
commit() - Method in interface org.apache.nifi.processor.ProcessSession
Commits the current session ensuring all operations against FlowFiles within this session are atomically persisted.
compareTo(PropertyDescriptor) - Method in class org.apache.nifi.components.PropertyDescriptor
 
compareTo(Relationship) - Method in class org.apache.nifi.processor.Relationship
 
compareTo(VariableDescriptor) - Method in class org.apache.nifi.registry.VariableDescriptor
 
compareTo(Bulletin) - Method in class org.apache.nifi.reporting.Bulletin
 
compile(String) - Method in interface org.apache.nifi.expression.ExpressionLanguageCompiler
Compiles the given Attribute Expression string into an AttributeExpression that can be evaluated
Component - Enum in org.apache.nifi.action
Defines possible components for a given action.
Component() - Constructor for enum org.apache.nifi.action.Component
 
ComponentDetails - Interface in org.apache.nifi.action.component.details
Base interface for providing component details to an Action.
ComponentLog - Interface in org.apache.nifi.logging
The ComponentLog provides a mechanism to ensure that all NiFi components are logging and reporting information in a consistent way.
ComponentType - Enum in org.apache.nifi.reporting
An Enumeration for indicating which type of component a Bulletin is associated with
ComponentType() - Constructor for enum org.apache.nifi.reporting.ComponentType
 
ConfigurableComponent - Interface in org.apache.nifi.components
 
ConfigurationContext - Interface in org.apache.nifi.controller
This context is passed to ControllerServices and Reporting Tasks in order to expose their configuration to them.
configurationRestored - Variable in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
 
ConnectionStatus - Class in org.apache.nifi.controller.status
 
ConnectionStatus() - Constructor for class org.apache.nifi.controller.status.ConnectionStatus
 
connectionStatus - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
 
ConstrainedSetValidator(Collection<AllowableValue>) - Constructor for class org.apache.nifi.components.PropertyDescriptor.ConstrainedSetValidator
Constructs a validator that will check if the given value is in the given set.
continueProcessing - Variable in enum org.apache.nifi.processor.FlowFileFilter.FlowFileFilterResult
 
ControllerService - Interface in org.apache.nifi.controller
This interface provides a mechanism for creating services that are shared among all Processors, ReportingTasks, and other ControllerServices.
controllerServiceDefinition - Variable in class org.apache.nifi.components.PropertyDescriptor.Builder
 
controllerServiceDefinition - Variable in class org.apache.nifi.components.PropertyDescriptor
the interface of the ControllerService that this Property refers to; will be null if not identifying a ControllerService.
ControllerServiceInitializationContext - Interface in org.apache.nifi.controller
 
ControllerServiceLookup - Interface in org.apache.nifi.controller
 
convert(double, DataUnit) - Method in enum org.apache.nifi.processor.DataUnit
 
create() - Method in interface org.apache.nifi.processor.ProcessSession
Creates a new FlowFile in the repository with no content and without any linkage to a parent FlowFile.
create(FlowFile) - Method in interface org.apache.nifi.processor.ProcessSession
Creates a new FlowFile in the repository with no content but with a parent linkage to parent.
create(Collection<FlowFile>) - Method in interface org.apache.nifi.processor.ProcessSession
Creates a new FlowFile in the repository with no content but with a parent linkage to the FlowFiles specified by the parents Collection.
create(FlowFile) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type CREATE that indicates that the given FlowFile was created by NiFi from data that was not received from an external entity.
create(FlowFile, String) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type CREATE that indicates that the given FlowFile was created by NiFi from data that was not received from an external entity.
createBulletin(String, Severity, String) - Method in interface org.apache.nifi.reporting.ReportingContext
Creates a controller-level Bulletin with the given category, severity level, and message, so that the Bulletin can be added to the BulletinRepository.
createBulletin(String, String, Severity, String) - Method in interface org.apache.nifi.reporting.ReportingContext
Creates a Bulletin for the component with the specified identifier.
createSession() - Method in interface org.apache.nifi.processor.ProcessSessionFactory
 
customValidate(ValidationContext) - Method in class org.apache.nifi.components.AbstractConfigurableComponent
Allows subclasses to perform their own validation on the already set properties.

D

DATA_SIZE_PATTERN - Static variable in enum org.apache.nifi.processor.DataUnit
 
DATA_SIZE_REGEX - Static variable in enum org.apache.nifi.processor.DataUnit
 
DataUnit - Enum in org.apache.nifi.processor
 
DataUnit() - Constructor for enum org.apache.nifi.processor.DataUnit
 
debug(String, Throwable) - Method in interface org.apache.nifi.logging.ComponentLog
 
debug(String, Object[]) - Method in interface org.apache.nifi.logging.ComponentLog
 
debug(String, Object[], Throwable) - Method in interface org.apache.nifi.logging.ComponentLog
 
debug(String) - Method in interface org.apache.nifi.logging.ComponentLog
 
decorate(String) - Method in interface org.apache.nifi.expression.AttributeValueDecorator
Decorates the given value
decrypt(String) - Method in interface org.apache.nifi.processor.ProcessContext
Decrypts the given value using the password provided in the NiFi Properties
defaultConcurrentTasks - Variable in enum org.apache.nifi.scheduling.SchedulingStrategy
 
defaultSchedulingPeriod - Variable in enum org.apache.nifi.scheduling.SchedulingStrategy
 
defaultValue - Variable in class org.apache.nifi.components.PropertyDescriptor.Builder
 
defaultValue(String) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
Specifies the initial value and the default value that will be used if the user does not specify a value.
defaultValue - Variable in class org.apache.nifi.components.PropertyDescriptor
The default value for this property
description - Variable in class org.apache.nifi.components.AllowableValue
 
description - Variable in class org.apache.nifi.components.PropertyDescriptor.Builder
 
description(String) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
 
description - Variable in class org.apache.nifi.components.PropertyDescriptor
And explanation of the meaning of the given property.
description - Variable in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
 
description - Variable in class org.apache.nifi.processor.Relationship.Builder
 
description(String) - Method in class org.apache.nifi.processor.Relationship.Builder
 
description - Variable in class org.apache.nifi.processor.Relationship
A user displayable description of the purpose of this relationship.
description - Variable in class org.apache.nifi.registry.VariableDescriptor.Builder
 
description(String) - Method in class org.apache.nifi.registry.VariableDescriptor.Builder
 
description - Variable in class org.apache.nifi.registry.VariableDescriptor
A brief description of the variable.
destinationId - Variable in class org.apache.nifi.controller.status.ConnectionStatus
 
destinationName - Variable in class org.apache.nifi.controller.status.ConnectionStatus
 
displayName - Variable in class org.apache.nifi.components.AllowableValue
 
displayName - Variable in class org.apache.nifi.components.PropertyDescriptor.Builder
 
displayName(String) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
Sets a unique id for the property.
displayName - Variable in class org.apache.nifi.components.PropertyDescriptor
The name that should be displayed to user when referencing this property
dynamic - Variable in class org.apache.nifi.components.PropertyDescriptor.Builder
 
dynamic(boolean) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
 
dynamic - Variable in class org.apache.nifi.components.PropertyDescriptor
indicates whether this property well-known for this processor or is user-defined
DynamicProperties - Annotation Type in org.apache.nifi.annotation.behavior
Indicates that a component has more than one dynamic property
DynamicProperty - Annotation Type in org.apache.nifi.annotation.behavior
An annotation that may be placed on a ConfigurableComponent to indicate that it supports a dynamic property.
DynamicRelationship - Annotation Type in org.apache.nifi.annotation.behavior
Annotation to indicate that a Processor supports dynamic relationship.

E

EMPTY_REGISTRY - Static variable in interface org.apache.nifi.registry.VariableRegistry
Returns an empty registry which can be used as a more intentional null value.
encrypt(String) - Method in interface org.apache.nifi.processor.ProcessContext
Encrypts the given value using the password provided in the NiFi Properties
ENVIRONMENT_SYSTEM_REGISTRY - Static variable in interface org.apache.nifi.registry.VariableRegistry
Provides a registry containing all environment variables and system properties.
equals(Object) - Method in class org.apache.nifi.components.AbstractConfigurableComponent
 
equals(Object) - Method in class org.apache.nifi.components.AllowableValue
 
equals(Object) - Method in class org.apache.nifi.components.PropertyDescriptor
 
equals(Object) - Method in class org.apache.nifi.components.ValidationResult
 
equals(Object) - Method in class org.apache.nifi.controller.queue.QueueSize
 
equals(Object) - Method in class org.apache.nifi.processor.Relationship
 
equals(Object) - Method in class org.apache.nifi.registry.VariableDescriptor
 
error(String, Throwable) - Method in interface org.apache.nifi.logging.ComponentLog
 
error(String, Object[]) - Method in interface org.apache.nifi.logging.ComponentLog
 
error(String) - Method in interface org.apache.nifi.logging.ComponentLog
 
error(String, Object[], Throwable) - Method in interface org.apache.nifi.logging.ComponentLog
 
evaluate() - Method in interface org.apache.nifi.expression.AttributeExpression
 
evaluate(AttributeValueDecorator) - Method in interface org.apache.nifi.expression.AttributeExpression
Evaluates the expression without additional attributes but enables the expression result to be decorated before returning.
evaluate(FlowFile) - Method in interface org.apache.nifi.expression.AttributeExpression
Evaluates the expression providing access to additional variables including the flow file properties such as file size, identifier, etc..
evaluate(FlowFile, AttributeValueDecorator) - Method in interface org.apache.nifi.expression.AttributeExpression
Evaluates the expression providing access to additional variables including the flow file properties such as file size, identifier, etc..
evaluateAttributeExpressions() - Method in interface org.apache.nifi.components.PropertyValue
Replaces values in the Property Value using the NiFi Expression Language; a PropertyValue with the new value is then returned, supporting call chaining.
evaluateAttributeExpressions(Map<String, String>) - Method in interface org.apache.nifi.components.PropertyValue
Replaces values in the Property Value using the NiFi Expression Language; a PropertyValue with the new value is then returned, supporting call chaining.
evaluateAttributeExpressions(Map<String, String>, AttributeValueDecorator) - Method in interface org.apache.nifi.components.PropertyValue
Replaces values in the Property Value using the NiFi Expression Language.
evaluateAttributeExpressions(FlowFile) - Method in interface org.apache.nifi.components.PropertyValue
Replaces values in the Property Value using the NiFi Expression Language; a PropertyValue with the new value is then returned, supporting call chaining.
evaluateAttributeExpressions(FlowFile, Map<String, String>) - Method in interface org.apache.nifi.components.PropertyValue
Replaces values in the Property Value using the NiFi Expression Language; a PropertyValue with the new value is then returned, supporting call chaining.
evaluateAttributeExpressions(FlowFile, Map<String, String>, AttributeValueDecorator) - Method in interface org.apache.nifi.components.PropertyValue
Replaces values in the Property Value using the NiFi Expression Language; a PropertyValue with the new value is then returned, supporting call chaining.
evaluateAttributeExpressions(AttributeValueDecorator) - Method in interface org.apache.nifi.components.PropertyValue
Replaces values in the Property Value using the NiFi Expression Language.
evaluateAttributeExpressions(FlowFile, AttributeValueDecorator) - Method in interface org.apache.nifi.components.PropertyValue
Replaces values in the Property Value using the NiFi Expression Language.
EventAccess - Interface in org.apache.nifi.reporting
 
eventBuilder() - Method in interface org.apache.nifi.provenance.ProvenanceEventRepository
Returns a ProvenanceEventBuilder that is capable of building ProvenanceEventRecords
EventDriven - Annotation Type in org.apache.nifi.annotation.behavior
Annotation that may be placed on a Processor that indicates to the framework that the Processor is eligible to be scheduled to run based on the occurrence of an "Event" (e.g., when a FlowFile is enqueued in an incoming Connection), rather than being triggered periodically.
explanation - Variable in class org.apache.nifi.components.ValidationResult.Builder
 
explanation(String) - Method in class org.apache.nifi.components.ValidationResult.Builder
Defaults to empty string
explanation - Variable in class org.apache.nifi.components.ValidationResult
 
exportTo(FlowFile, Path, boolean) - Method in interface org.apache.nifi.processor.ProcessSession
Writes the content of the given FlowFile to the given destination path.
exportTo(FlowFile, OutputStream) - Method in interface org.apache.nifi.processor.ProcessSession
Writes the content of the given FlowFile to the given destination stream
ExpressionLanguageCompiler - Interface in org.apache.nifi.expression
 
expressionLanguageSupported - Variable in class org.apache.nifi.components.PropertyDescriptor.Builder
 
expressionLanguageSupported(boolean) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
Sets the value indicating whether or not this Property will support the Attribute Expression Language.
expressionLanguageSupported - Variable in class org.apache.nifi.components.PropertyDescriptor
indicates whether or not this property supports the Attribute Expression Language

F

fetch(FlowFile, String) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type FETCH that indicates that the content of the given FlowFile was overwritten with the data received from an external source.
fetch(FlowFile, String, long) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type FETCH that indicates that the content of the given FlowFile was overwritten with the data received from an external source.
fetch(FlowFile, String, String, long) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type FETCH that indicates that the content of the given FlowFile was overwritten with the data received from an external source.
filter(FlowFile) - Method in interface org.apache.nifi.processor.FlowFileFilter
Indicates whether or not the given FlowFile should be selected and whether or not the Processor is interested in filtering additional FlowFiles
findBulletins(BulletinQuery) - Method in interface org.apache.nifi.reporting.BulletinRepository
Finds Bulletin's that meet the specified query.
findBulletinsForController() - Method in interface org.apache.nifi.reporting.BulletinRepository
 
findBulletinsForController(int) - Method in interface org.apache.nifi.reporting.BulletinRepository
Finds all bulletins for the controller;
findBulletinsForGroupBySource(String) - Method in interface org.apache.nifi.reporting.BulletinRepository
Finds all bulletins for the specified group.
findBulletinsForGroupBySource(String, int) - Method in interface org.apache.nifi.reporting.BulletinRepository
Finds all bulletins for the specified group.
findBulletinsForSource(String) - Method in interface org.apache.nifi.reporting.BulletinRepository
Finds all bulletins for the specified source component.
FlowFile - Interface in org.apache.nifi.flowfile
A flow file is a logical notion of an item in a flow with its associated attributes and identity which can be used as a reference for its actual content.
FlowFile.KeyValidator - Class in org.apache.nifi.flowfile
 
FlowFileAccessException - Exception in org.apache.nifi.processor.exception
Indicates an issue occurred while accessing the content of a FlowFile, such as an IOException.
FlowFileAccessException(String) - Constructor for exception org.apache.nifi.processor.exception.FlowFileAccessException
 
FlowFileAccessException(String, Throwable) - Constructor for exception org.apache.nifi.processor.exception.FlowFileAccessException
 
FlowFileFilter - Interface in org.apache.nifi.processor
FlowFileFilter provides a mechanism for selectively choosing which FlowFiles to obtain from a Processor's incoming connections.
FlowFileFilter.FlowFileFilterResult - Enum in org.apache.nifi.processor
Provides a result type to indicate whether or not a FlowFile should be selected
FlowFileFilterResult(boolean, boolean) - Constructor for enum org.apache.nifi.processor.FlowFileFilter.FlowFileFilterResult
 
FlowFileHandlingException - Exception in org.apache.nifi.processor.exception
Thrown when a flow file is referenced that is not part of the appropriate session or is not properly accounted for by a transfer or removal within a session.
FlowFileHandlingException(String) - Constructor for exception org.apache.nifi.processor.exception.FlowFileHandlingException
 
FlowFileHandlingException(String, Throwable) - Constructor for exception org.apache.nifi.processor.exception.FlowFileHandlingException
 
flowFilesReceived - Variable in class org.apache.nifi.controller.status.PortStatus
 
flowFilesReceived - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
 
flowFilesReceived - Variable in class org.apache.nifi.controller.status.ProcessorStatus
 
flowFilesRemoved - Variable in class org.apache.nifi.controller.status.ProcessorStatus
 
flowFilesSent - Variable in class org.apache.nifi.controller.status.PortStatus
 
flowFilesSent - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
 
flowFilesSent - Variable in class org.apache.nifi.controller.status.ProcessorStatus
 
flowFilesTransferred - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
 
fork(FlowFile, Collection<FlowFile>) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type FORK that establishes that the given parent was split into multiple child FlowFiles.
fork(FlowFile, Collection<FlowFile>, String) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type FORK that establishes that the given parent was split into multiple child FlowFiles.
fork(FlowFile, Collection<FlowFile>, long) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type FORK that establishes that the given parent was split into multiple child FlowFiles.
fork(FlowFile, Collection<FlowFile>, String, long) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type FORK that establishes that the given parent was split into multiple child FlowFiles.
fromEvent(ProvenanceEventRecord) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Populates the values of the Event being built from the values in the given event
fromFlowFile(FlowFile) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Populates the builder with as much information as it can from the given FlowFile
fromPropertyDescriptor(PropertyDescriptor) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
 

G

get(String) - Method in interface org.apache.nifi.components.state.StateMap
Returns the value associated with the given key
get() - Method in interface org.apache.nifi.processor.ProcessSession
 
get(int) - Method in interface org.apache.nifi.processor.ProcessSession
Returns up to maxResults FlowFiles from the work queue.
get(FlowFileFilter) - Method in interface org.apache.nifi.processor.ProcessSession
Returns all FlowFiles from all of the incoming queues for which the given FlowFileFilter indicates should be accepted.
getActionDetails() - Method in interface org.apache.nifi.action.Action
 
getActiveRemotePortCount() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
getActiveThreadCount() - Method in class org.apache.nifi.controller.status.PortStatus
 
getActiveThreadCount() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getActiveThreadCount() - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
getActiveThreadCount() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
getAfter() - Method in class org.apache.nifi.reporting.BulletinQuery
 
getAllowableValues() - Method in class org.apache.nifi.components.PropertyDescriptor
 
getAlternateIdentifierUri() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getAnnotationData() - Method in interface org.apache.nifi.components.ValidationContext
 
getAnnotationData() - Method in interface org.apache.nifi.processor.ProcessContext
 
getAnnotationData() - Method in interface org.apache.nifi.search.SearchContext
 
getAttribute(String) - Method in interface org.apache.nifi.flowfile.FlowFile
Obtains the attribute value for the given key
getAttributes() - Method in interface org.apache.nifi.flowfile.FlowFile
 
getAttributes() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getAvailableRelationships() - Method in interface org.apache.nifi.processor.ProcessContext
 
getAverageLineageDuration(TimeUnit) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
getAverageLineageDuration() - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
getAverageLineageDuration() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
getAverageLineageDuration(TimeUnit) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
getBackPressureDataSizeThreshold() - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
getBackPressureObjectThreshold() - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
getBulletinRepository() - Method in interface org.apache.nifi.reporting.ReportingContext
 
getByteCount() - Method in class org.apache.nifi.controller.queue.QueueSize
 
getBytesRead() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getBytesRead() - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
getBytesReceived() - Method in class org.apache.nifi.controller.status.PortStatus
 
getBytesReceived() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getBytesReceived() - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
getBytesSent() - Method in class org.apache.nifi.controller.status.PortStatus
 
getBytesSent() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getBytesSent() - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
getBytesTransferred() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getBytesWritten() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getBytesWritten() - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
getCategory() - Method in class org.apache.nifi.reporting.Bulletin
 
getChildUuids() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getClusterNodeIdentifier() - Method in interface org.apache.nifi.reporting.ReportingContext
 
getComponentBulletinCapacity() - Method in interface org.apache.nifi.reporting.BulletinRepository
 
getComponentDetails() - Method in interface org.apache.nifi.action.Action
 
getComponentId() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getComponentType() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getConnectionStatus() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getContentClaimContainer() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getContentClaimIdentifier() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getContentClaimOffset() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getContentClaimSection() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getControllerBulletinCapacity() - Method in interface org.apache.nifi.reporting.BulletinRepository
 
getControllerService(String) - Method in interface org.apache.nifi.controller.ControllerServiceLookup
 
getControllerServiceDefinition() - Method in class org.apache.nifi.components.PropertyDescriptor
 
getControllerServiceIdentifiers(Class<? extends ControllerService>) - Method in interface org.apache.nifi.controller.ControllerServiceLookup
 
getControllerServiceLookup() - Method in interface org.apache.nifi.components.ValidationContext
 
getControllerServiceLookup() - Method in class org.apache.nifi.controller.AbstractControllerService
 
getControllerServiceLookup() - Method in interface org.apache.nifi.controller.ControllerServiceInitializationContext
 
getControllerServiceLookup() - Method in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
 
getControllerServiceLookup() - Method in interface org.apache.nifi.processor.ProcessContext
 
getControllerServiceLookup() - Method in interface org.apache.nifi.processor.ProcessorInitializationContext
 
getControllerServiceLookup() - Method in class org.apache.nifi.reporting.AbstractReportingTask
 
getControllerServiceLookup() - Method in interface org.apache.nifi.reporting.ReportingContext
 
getControllerServiceLookup() - Method in interface org.apache.nifi.reporting.ReportingInitializationContext
 
getControllerServiceName(String) - Method in interface org.apache.nifi.controller.ControllerServiceLookup
 
getControllerServiceValidationContext(ControllerService) - Method in interface org.apache.nifi.components.ValidationContext
 
getControllerStatus() - Method in interface org.apache.nifi.reporting.EventAccess
 
getDefaultConcurrentTasks() - Method in enum org.apache.nifi.scheduling.SchedulingStrategy
 
getDefaultSchedulingPeriod() - Method in enum org.apache.nifi.scheduling.SchedulingStrategy
 
getDefaultValue() - Method in class org.apache.nifi.components.PropertyDescriptor
 
getDescription() - Method in class org.apache.nifi.components.AllowableValue
 
getDescription() - Method in class org.apache.nifi.components.PropertyDescriptor
 
getDescription() - Method in class org.apache.nifi.processor.Relationship
 
getDescription() - Method in class org.apache.nifi.registry.VariableDescriptor
 
getDestinationId() - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
getDestinationName() - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
getDetails() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getDisplayName() - Method in class org.apache.nifi.components.AllowableValue
 
getDisplayName() - Method in class org.apache.nifi.components.PropertyDescriptor
 
getEntryDate() - Method in interface org.apache.nifi.flowfile.FlowFile
 
getEvent(long) - Method in interface org.apache.nifi.provenance.ProvenanceEventRepository
Retrieves the Provenance Event with the given ID.
getEventAccess() - Method in interface org.apache.nifi.reporting.ReportingContext
 
getEventDuration() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getEventId() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getEvents(long, int) - Method in interface org.apache.nifi.provenance.ProvenanceEventRepository
Returns a List of all ProvenanceEventRecords in the repository starting with the given ID.
getEventTime() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getEventType() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getExplanation() - Method in class org.apache.nifi.components.ValidationResult
 
getFileSize() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getFlowChanges(int, int) - Method in interface org.apache.nifi.reporting.EventAccess
Obtains flow changes starting with (and including) the given action ID.
getFlowFileEntryDate() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getFlowFilesReceived() - Method in class org.apache.nifi.controller.status.PortStatus
 
getFlowFilesReceived() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getFlowFilesReceived() - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
getFlowFilesRemoved() - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
getFlowFilesSent() - Method in class org.apache.nifi.controller.status.PortStatus
 
getFlowFilesSent() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getFlowFilesSent() - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
getFlowFilesTransferred() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getFlowFileUuid() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getGroupId() - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
getGroupId() - Method in class org.apache.nifi.controller.status.PortStatus
 
getGroupId() - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
getGroupId() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
getGroupId() - Method in class org.apache.nifi.reporting.Bulletin
 
getGroupIdPattern() - Method in class org.apache.nifi.reporting.BulletinQuery
 
getId() - Method in interface org.apache.nifi.action.Action
 
getId() - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
getId() - Method in class org.apache.nifi.controller.status.PortStatus
 
getId() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getId() - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
getId() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
getId() - Method in interface org.apache.nifi.flowfile.FlowFile
 
getId() - Method in class org.apache.nifi.reporting.Bulletin
 
getIdentifier() - Method in interface org.apache.nifi.components.ConfigurableComponent
 
getIdentifier() - Method in class org.apache.nifi.controller.AbstractControllerService
 
getIdentifier() - Method in interface org.apache.nifi.controller.ControllerServiceInitializationContext
 
getIdentifier() - Method in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
 
getIdentifier() - Method in interface org.apache.nifi.processor.ProcessorInitializationContext
 
getIdentifier() - Method in class org.apache.nifi.reporting.AbstractReportingTask
 
getIdentifier() - Method in interface org.apache.nifi.reporting.ReportingInitializationContext
 
getInactiveRemotePortCount() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
getInput() - Method in class org.apache.nifi.components.ValidationResult
 
getInputBytes() - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
getInputBytes() - Method in class org.apache.nifi.controller.status.PortStatus
 
getInputBytes() - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
getInputContentSize() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getInputCount() - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
getInputCount() - Method in class org.apache.nifi.controller.status.PortStatus
 
getInputCount() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getInputCount() - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
getInputPortStatus() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getInvocations() - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
getKerberosConfigurationFile() - Method in interface org.apache.nifi.kerberos.KerberosContext
The Kerberos configuration file (typically krb5.conf) that will be used by this JVM during all Kerberos operations.
getKerberosServiceKeytab() - Method in interface org.apache.nifi.kerberos.KerberosContext
The File instance for the Kerberos service keytab.
getKerberosServicePrincipal() - Method in interface org.apache.nifi.kerberos.KerberosContext
The Kerberos service principal used by NiFi to communicate with the KDC in order to obtain tickets on behalf of NiFi.
getLabel() - Method in class org.apache.nifi.search.SearchResult
 
getLastQueueDate() - Method in interface org.apache.nifi.flowfile.FlowFile
 
getLevel() - Method in class org.apache.nifi.reporting.Bulletin
 
getLimit() - Method in class org.apache.nifi.reporting.BulletinQuery
 
getLineageStartDate() - Method in interface org.apache.nifi.flowfile.FlowFile
 
getLineageStartDate() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getLineageStartIndex() - Method in interface org.apache.nifi.flowfile.FlowFile
Returns a 64-bit integer that indicates the order in which the FlowFile was added to the flow with respect to other FlowFiles that have the same last lineage start date.
getLogger() - Method in class org.apache.nifi.controller.AbstractControllerService
 
getLogger() - Method in interface org.apache.nifi.controller.ControllerServiceInitializationContext
 
getLogger() - Method in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
 
getLogger() - Method in interface org.apache.nifi.processor.ProcessorInitializationContext
 
getLogger() - Method in class org.apache.nifi.reporting.AbstractReportingTask
 
getLogger() - Method in interface org.apache.nifi.reporting.ReportingInitializationContext
 
getMatch() - Method in class org.apache.nifi.search.SearchResult
 
getMaxConcurrentTasks() - Method in interface org.apache.nifi.processor.ProcessContext
 
getMaxEventId() - Method in interface org.apache.nifi.provenance.ProvenanceEventRepository
 
getMessage() - Method in class org.apache.nifi.reporting.Bulletin
 
getMessagePattern() - Method in class org.apache.nifi.reporting.BulletinQuery
 
getName() - Method in class org.apache.nifi.components.PropertyDescriptor
 
getName() - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
getName() - Method in class org.apache.nifi.controller.status.PortStatus
 
getName() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getName() - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
getName() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
getName() - Method in interface org.apache.nifi.logging.ComponentLog
 
getName() - Method in interface org.apache.nifi.processor.ProcessContext
 
getName() - Method in class org.apache.nifi.processor.Relationship
 
getName() - Method in class org.apache.nifi.registry.VariableDescriptor
 
getName() - Method in class org.apache.nifi.reporting.AbstractReportingTask
 
getName() - Method in interface org.apache.nifi.reporting.ReportingInitializationContext
 
getNamePattern() - Method in class org.apache.nifi.reporting.BulletinQuery
 
getNodeAddress() - Method in class org.apache.nifi.reporting.Bulletin
 
getNodeTypeProvider() - Method in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
 
getNodeTypeProvider() - Method in interface org.apache.nifi.processor.ProcessorInitializationContext
 
getObjectCount() - Method in class org.apache.nifi.controller.queue.QueueSize
 
getOperation() - Method in interface org.apache.nifi.action.Action
 
getOutputBytes() - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
getOutputBytes() - Method in class org.apache.nifi.controller.status.PortStatus
 
getOutputBytes() - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
getOutputContentSize() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getOutputCount() - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
getOutputCount() - Method in class org.apache.nifi.controller.status.PortStatus
 
getOutputCount() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getOutputCount() - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
getOutputPortStatus() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getParentUuids() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getPreviousAttributes() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getPreviousContentClaimContainer() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getPreviousContentClaimIdentifier() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getPreviousContentClaimOffset() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getPreviousContentClaimSection() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getPreviousFileSize() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getProcessGroupIdentifier() - Method in interface org.apache.nifi.components.ValidationContext
Returns the identifier of the ProcessGroup that the component being validated lives in
getProcessGroupStatus() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getProcessingNanos() - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
getProcessorStatus() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getProperties() - Method in interface org.apache.nifi.components.ValidationContext
 
getProperties() - Method in interface org.apache.nifi.controller.ConfigurationContext
 
getProperties() - Method in interface org.apache.nifi.processor.ProcessContext
 
getProperties() - Method in interface org.apache.nifi.reporting.ReportingContext
 
getProperties() - Method in interface org.apache.nifi.search.SearchContext
 
getProperty(PropertyDescriptor) - Method in interface org.apache.nifi.components.ValidationContext
 
getProperty(PropertyDescriptor) - Method in interface org.apache.nifi.controller.ConfigurationContext
 
getProperty(PropertyDescriptor) - Method in interface org.apache.nifi.processor.ProcessContext
Retrieves the current value set for the given descriptor, if a value is set - else uses the descriptor to determine the appropriate default value
getProperty(String) - Method in interface org.apache.nifi.processor.ProcessContext
Retrieves the current value set for the given descriptor, if a value is set - else uses the descriptor to determine the appropriate default value
getProperty(PropertyDescriptor) - Method in interface org.apache.nifi.reporting.ReportingContext
 
getProperty(PropertyDescriptor) - Method in interface org.apache.nifi.search.SearchContext
 
getPropertyDescriptor(String) - Method in class org.apache.nifi.components.AbstractConfigurableComponent
 
getPropertyDescriptor(PropertyDescriptor) - Method in class org.apache.nifi.components.AbstractConfigurableComponent
 
getPropertyDescriptor(String) - Method in interface org.apache.nifi.components.ConfigurableComponent
 
getPropertyDescriptors() - Method in class org.apache.nifi.components.AbstractConfigurableComponent
 
getPropertyDescriptors() - Method in interface org.apache.nifi.components.ConfigurableComponent
Returns a List of all PropertyDescriptors that this component supports.
getProvenanceEvents(long, int) - Method in interface org.apache.nifi.reporting.EventAccess
Convenience method to obtain Provenance Events starting with (and including) the given ID.
getProvenanceReporter() - Method in interface org.apache.nifi.processor.ProcessSession
Returns a ProvenanceReporter that is tied to this ProcessSession.
getProvenanceRepository() - Method in interface org.apache.nifi.reporting.EventAccess
 
getQueueDateIndex() - Method in interface org.apache.nifi.flowfile.FlowFile
Returns a 64-bit integer that indicates the order in which the FlowFile was added to the FlowFile queue with respect to other FlowFiles that have the same last queue date.
getQueuedBytes() - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
getQueuedContentSize() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getQueuedCount() - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
getQueuedCount() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getQueueSize() - Method in interface org.apache.nifi.processor.ProcessSession
 
getReceivedContentSize() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
getReceivedCount() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
getRelationship() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getRelationships() - Method in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
 
getRelationships() - Method in interface org.apache.nifi.processor.Processor
 
getRemoteProcessGroupStatus() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getResultType() - Method in interface org.apache.nifi.expression.AttributeExpression
 
getResultType(String) - Method in interface org.apache.nifi.expression.ExpressionLanguageCompiler
Returns the ResultType that will be returned by the given Expression
getRunStatus() - Method in class org.apache.nifi.controller.status.PortStatus
 
getRunStatus() - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
getSchedulingPeriod() - Method in interface org.apache.nifi.controller.ConfigurationContext
 
getSchedulingPeriod(TimeUnit) - Method in interface org.apache.nifi.controller.ConfigurationContext
Returns the amount of time, in the given TimeUnit that will elapsed between the return of one execution of the component's onTrigger method and the time at which the method is invoked again.
getSchedulingPeriod(TimeUnit) - Method in class org.apache.nifi.reporting.AbstractReportingTask
 
getSchedulingPeriod(TimeUnit) - Method in interface org.apache.nifi.reporting.ReportingInitializationContext
Returns the amount of time, in the given TimeUnit that will elapsed between the return of one execution of the ReportingTask's onTrigger method and the time at which the method is invoked again.
getSchedulingPeriod() - Method in interface org.apache.nifi.reporting.ReportingInitializationContext
 
getSchedulingStrategy() - Method in interface org.apache.nifi.reporting.ReportingInitializationContext
 
getSearchTerm() - Method in interface org.apache.nifi.search.SearchContext
 
getSentContentSize() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
getSentCount() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
getSize() - Method in interface org.apache.nifi.flowfile.FlowFile
 
getSourceId() - Method in interface org.apache.nifi.action.Action
 
getSourceId() - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
getSourceId() - Method in class org.apache.nifi.reporting.Bulletin
 
getSourceIdPattern() - Method in class org.apache.nifi.reporting.BulletinQuery
 
getSourceName() - Method in interface org.apache.nifi.action.Action
 
getSourceName() - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
getSourceName() - Method in class org.apache.nifi.reporting.Bulletin
 
getSourceQueueIdentifier() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getSourceSystemFlowFileIdentifier() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
Since the receiving system will usually refer to the data using a different identifier than the source system, this information is used to correlate the receive system's FlowFile with the sending system's data
getSourceType() - Method in interface org.apache.nifi.action.Action
 
getSourceType() - Method in class org.apache.nifi.reporting.Bulletin
 
getSourceType() - Method in class org.apache.nifi.reporting.BulletinQuery
 
getState(Scope) - Method in interface org.apache.nifi.components.state.StateManager
Returns the current state for the component.
getStateManager() - Method in class org.apache.nifi.controller.AbstractControllerService
 
getStateManager() - Method in interface org.apache.nifi.controller.ControllerServiceInitializationContext
 
getStateManager() - Method in interface org.apache.nifi.processor.ProcessContext
 
getStateManager() - Method in interface org.apache.nifi.reporting.ReportingContext
 
getSubject() - Method in class org.apache.nifi.components.ValidationResult
 
getSupportedDynamicPropertyDescriptor(String) - Method in class org.apache.nifi.components.AbstractConfigurableComponent
Used to allow subclasses to determine what PropertyDescriptor if any to use when a property is requested for which a descriptor is not already registered.
getSupportedPropertyDescriptors() - Method in class org.apache.nifi.components.AbstractConfigurableComponent
Allows subclasses to register which property descriptor objects are supported.
getTargetUri() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
getTimestamp() - Method in interface org.apache.nifi.action.Action
 
getTimestamp() - Method in class org.apache.nifi.reporting.Bulletin
 
getTransitUri() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getTransmissionStatus() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
getTransmitting() - Method in class org.apache.nifi.controller.status.PortStatus
 
getType() - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
getUpdatedAttributes() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getUserIdentity() - Method in interface org.apache.nifi.action.Action
 
getValidators() - Method in class org.apache.nifi.components.PropertyDescriptor
 
getValue() - Method in class org.apache.nifi.components.AllowableValue
 
getValue() - Method in interface org.apache.nifi.components.PropertyValue
 
getVariableKey(String) - Method in interface org.apache.nifi.registry.VariableRegistry
Returns the VariableDescriptor for the given key name if it exists.
getVariableMap() - Method in interface org.apache.nifi.registry.VariableRegistry
Provides access to a map of variable key/value pairs.
getVariableValue(String) - Method in interface org.apache.nifi.registry.VariableRegistry
Gets the variable value
getVariableValue(VariableDescriptor) - Method in interface org.apache.nifi.registry.VariableRegistry
Gets the variable value
getVersion() - Method in interface org.apache.nifi.components.state.StateMap
Each time that a component's state is updated, the state is assigned a new version.
groupId - Variable in class org.apache.nifi.controller.status.ConnectionStatus
 
groupId - Variable in class org.apache.nifi.controller.status.PortStatus
 
groupId - Variable in class org.apache.nifi.controller.status.ProcessorStatus
 
groupId - Variable in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
groupId - Variable in class org.apache.nifi.reporting.Bulletin
 
groupIdMatches(String) - Method in class org.apache.nifi.reporting.BulletinQuery.Builder
 
groupIdPattern - Variable in class org.apache.nifi.reporting.BulletinQuery.Builder
 
groupIdPattern - Variable in class org.apache.nifi.reporting.BulletinQuery
 

H

hasConnection(Relationship) - Method in interface org.apache.nifi.processor.ProcessContext
 
hashCode() - Method in class org.apache.nifi.components.AbstractConfigurableComponent
 
hashCode() - Method in class org.apache.nifi.components.AllowableValue
 
hashCode() - Method in class org.apache.nifi.components.PropertyDescriptor
 
hashCode() - Method in class org.apache.nifi.components.ValidationResult
 
hashCode - Variable in class org.apache.nifi.controller.queue.QueueSize
 
hashCode() - Method in class org.apache.nifi.controller.queue.QueueSize
 
hashCode - Variable in class org.apache.nifi.processor.Relationship
The hash code, which is computed in the constructor because it is hashed very frequently and the hash code is constant
hashCode() - Method in class org.apache.nifi.processor.Relationship
 
hashCode() - Method in class org.apache.nifi.registry.VariableDescriptor
 
hasIncomingConnection() - Method in interface org.apache.nifi.processor.ProcessContext
 
hasNonLoopConnection() - Method in interface org.apache.nifi.processor.ProcessContext
 

I

id - Variable in class org.apache.nifi.controller.status.ConnectionStatus
 
id - Variable in class org.apache.nifi.controller.status.PortStatus
 
id - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
 
id - Variable in class org.apache.nifi.controller.status.ProcessorStatus
 
id - Variable in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
id - Variable in class org.apache.nifi.reporting.Bulletin
 
identifier - Variable in class org.apache.nifi.controller.AbstractControllerService
 
identifier - Variable in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
 
identifier - Variable in class org.apache.nifi.reporting.AbstractReportingTask
 
identifiesControllerService(Class<? extends ControllerService>) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
Specifies that this property provides the identifier of a Controller Service that implements the given interface
importFrom(Path, boolean, FlowFile) - Method in interface org.apache.nifi.processor.ProcessSession
Writes to the given FlowFile all content from the given content path.
importFrom(InputStream, FlowFile) - Method in interface org.apache.nifi.processor.ProcessSession
Writes to the given FlowFile all content from the given content path.
inactiveRemotePortCount - Variable in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
info(String, Throwable) - Method in interface org.apache.nifi.logging.ComponentLog
 
info(String, Object[]) - Method in interface org.apache.nifi.logging.ComponentLog
 
info(String) - Method in interface org.apache.nifi.logging.ComponentLog
 
info(String, Object[], Throwable) - Method in interface org.apache.nifi.logging.ComponentLog
 
init(ControllerServiceInitializationContext) - Method in class org.apache.nifi.controller.AbstractControllerService
Provides a mechanism by which subclasses can perform initialization of the Controller Service before it is scheduled to be run
init(ProcessorInitializationContext) - Method in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
Provides subclasses the ability to perform initialization logic
init(ReportingInitializationContext) - Method in class org.apache.nifi.reporting.AbstractReportingTask
Provides a mechanism by which subclasses can perform initialization of the Reporting Task before it is scheduled to be run
InitializationException - Exception in org.apache.nifi.reporting
 
InitializationException(String) - Constructor for exception org.apache.nifi.reporting.InitializationException
 
InitializationException(Throwable) - Constructor for exception org.apache.nifi.reporting.InitializationException
 
InitializationException(String, Throwable) - Constructor for exception org.apache.nifi.reporting.InitializationException
 
initialize(ControllerServiceInitializationContext) - Method in class org.apache.nifi.controller.AbstractControllerService
 
initialize(ControllerServiceInitializationContext) - Method in interface org.apache.nifi.controller.ControllerService
Provides the Controller Service with access to objects that may be of use throughout the life of the service.
initialize(ProcessorInitializationContext) - Method in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
 
initialize(ProcessorInitializationContext) - Method in interface org.apache.nifi.processor.Processor
Provides the processor with access to objects that may be of use throughout the life of the Processor
initialize(ReportingInitializationContext) - Method in class org.apache.nifi.reporting.AbstractReportingTask
 
initialize(ReportingInitializationContext) - Method in interface org.apache.nifi.reporting.ReportingTask
Provides the Reporting Task with access to objects that may be of use throughout the life of the service
input - Variable in class org.apache.nifi.components.ValidationResult.Builder
 
input(String) - Method in class org.apache.nifi.components.ValidationResult.Builder
Defaults to empty string
input - Variable in class org.apache.nifi.components.ValidationResult
 
inputBytes - Variable in class org.apache.nifi.controller.status.ConnectionStatus
 
inputBytes - Variable in class org.apache.nifi.controller.status.PortStatus
 
inputBytes - Variable in class org.apache.nifi.controller.status.ProcessorStatus
 
inputContentSize - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
 
inputCount - Variable in class org.apache.nifi.controller.status.ConnectionStatus
 
inputCount - Variable in class org.apache.nifi.controller.status.PortStatus
 
inputCount - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
 
inputCount - Variable in class org.apache.nifi.controller.status.ProcessorStatus
 
inputPortStatus - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
 
InputRequirement - Annotation Type in org.apache.nifi.annotation.behavior
Marker interface that a Processor can use to indicate whether it accepts, requires, or forbids input from other Processors.
InputRequirement.Requirement - Enum in org.apache.nifi.annotation.behavior
 
InputStreamCallback - Interface in org.apache.nifi.processor.io
 
INVALID - Static variable in interface org.apache.nifi.components.Validator
Validator object providing validation behavior in which validation always fails
invocations - Variable in class org.apache.nifi.controller.status.ProcessorStatus
 
isAccept() - Method in enum org.apache.nifi.processor.FlowFileFilter.FlowFileFilterResult
 
isAutoTerminate - Variable in class org.apache.nifi.processor.Relationship
The flag which tells the controller to auto terminate this relationship, so that the processor can be run even if it does not have connections from this relationship
isAutoTerminated() - Method in class org.apache.nifi.processor.Relationship
 
isClustered() - Method in interface org.apache.nifi.controller.NodeTypeProvider
 
isClustered() - Method in interface org.apache.nifi.reporting.ReportingContext
 
isConfigurationRestored() - Method in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
Returns a boolean indicating whether or not the configuration of the Processor has already been restored.
isContinue() - Method in enum org.apache.nifi.processor.FlowFileFilter.FlowFileFilterResult
 
isControllerServiceEnabled(String) - Method in interface org.apache.nifi.controller.ControllerServiceLookup
 
isControllerServiceEnabled(ControllerService) - Method in interface org.apache.nifi.controller.ControllerServiceLookup
 
isControllerServiceEnabling(String) - Method in interface org.apache.nifi.controller.ControllerServiceLookup
 
isDebugEnabled() - Method in interface org.apache.nifi.logging.ComponentLog
 
isDependentServiceEnableable(ValidationContext, String) - Method in class org.apache.nifi.components.PropertyDescriptor
Will validate if the dependent service (service identified with the 'serviceId') is 'enableable' which means that the dependent service is either in ENABLING or ENABLED state.
isDynamic() - Method in class org.apache.nifi.components.PropertyDescriptor
 
isErrorEnabled() - Method in interface org.apache.nifi.logging.ComponentLog
 
isExpressionLanguagePresent(String) - Method in interface org.apache.nifi.components.ValidationContext
 
isExpressionLanguagePresent(PropertyDescriptor) - Method in interface org.apache.nifi.processor.ProcessContext
 
isExpressionLanguageSupported() - Method in class org.apache.nifi.components.PropertyDescriptor
 
isExpressionLanguageSupported(String) - Method in interface org.apache.nifi.components.ValidationContext
 
isInfoEnabled() - Method in interface org.apache.nifi.logging.ComponentLog
 
isPenalized() - Method in interface org.apache.nifi.flowfile.FlowFile
 
isPrimary() - Method in interface org.apache.nifi.controller.NodeTypeProvider
 
isRequired() - Method in class org.apache.nifi.components.PropertyDescriptor
 
isScheduled() - Method in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
 
isSensitive() - Method in class org.apache.nifi.components.PropertyDescriptor
 
isSensitive() - Method in class org.apache.nifi.registry.VariableDescriptor
 
isSet() - Method in interface org.apache.nifi.components.PropertyValue
 
isTraceEnabled() - Method in interface org.apache.nifi.logging.ComponentLog
 
isTransmitting() - Method in class org.apache.nifi.controller.status.PortStatus
 
isValid() - Method in class org.apache.nifi.components.ValidationResult
 
isValidationRequired(ControllerService) - Method in interface org.apache.nifi.components.ValidationContext
There are times when the framework needs to consider a component valid, even if it references an invalid ControllerService.
isValidExpression(String) - Method in interface org.apache.nifi.expression.ExpressionLanguageCompiler
Indicates whether or not the given string is a valid Attribute Expression.
isValueAllowed(String) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
 
isWarnEnabled() - Method in interface org.apache.nifi.logging.ComponentLog
 

J

join(Collection<FlowFile>, FlowFile) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type JOIN that establishes that the given parents were joined together to create a new child FlowFile.
join(Collection<FlowFile>, FlowFile, String) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type JOIN that establishes that the given parents were joined together to create a new child FlowFile.
join(Collection<FlowFile>, FlowFile, long) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type JOIN that establishes that the given parents were joined together to create a new child FlowFile.
join(Collection<FlowFile>, FlowFile, String, long) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type JOIN that establishes that the given parents were joined together to create a new child FlowFile.

K

KerberosContext - Interface in org.apache.nifi.kerberos
 
KeyValidator() - Constructor for class org.apache.nifi.flowfile.FlowFile.KeyValidator
 

L

label - Variable in class org.apache.nifi.search.SearchResult.Builder
 
label(String) - Method in class org.apache.nifi.search.SearchResult.Builder
Set the label for the search result.
label - Variable in class org.apache.nifi.search.SearchResult
 
leaseControllerService(String) - Method in interface org.apache.nifi.processor.SchedulingContext
Indicates to the framework that the Controller Service with the given identifier will be used by this Processor.
level - Variable in class org.apache.nifi.reporting.Bulletin
 
limit - Variable in class org.apache.nifi.reporting.BulletinQuery.Builder
 
limit(Integer) - Method in class org.apache.nifi.reporting.BulletinQuery.Builder
 
limit - Variable in class org.apache.nifi.reporting.BulletinQuery
 
log(LogLevel, String, Throwable) - Method in interface org.apache.nifi.logging.ComponentLog
 
log(LogLevel, String, Object[]) - Method in interface org.apache.nifi.logging.ComponentLog
 
log(LogLevel, String) - Method in interface org.apache.nifi.logging.ComponentLog
 
log(LogLevel, String, Object[], Throwable) - Method in interface org.apache.nifi.logging.ComponentLog
 
logger - Variable in class org.apache.nifi.controller.AbstractControllerService
 
logger - Variable in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
 
logger - Variable in class org.apache.nifi.reporting.AbstractReportingTask
 
LogLevel - Enum in org.apache.nifi.logging
 
LogLevel() - Constructor for enum org.apache.nifi.logging.LogLevel
 

M

match - Variable in class org.apache.nifi.search.SearchResult.Builder
 
match(String) - Method in class org.apache.nifi.search.SearchResult.Builder
Set the matching string for the search result.
match - Variable in class org.apache.nifi.search.SearchResult
 
MAX_BULLETINS_FOR_CONTROLLER - Static variable in interface org.apache.nifi.reporting.BulletinRepository
 
MAX_BULLETINS_PER_COMPONENT - Static variable in interface org.apache.nifi.reporting.BulletinRepository
 
merge(ProcessGroupStatus, ProcessGroupStatus) - Static method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
merge(Collection<FlowFile>, FlowFile) - Method in interface org.apache.nifi.processor.ProcessSession
Combines the content of all given source FlowFiles into a single given destination FlowFile.
merge(Collection<FlowFile>, FlowFile, byte[], byte[], byte[]) - Method in interface org.apache.nifi.processor.ProcessSession
Combines the content of all given source FlowFiles into a single given destination FlowFile.
message - Variable in class org.apache.nifi.reporting.Bulletin
 
messageMatches(String) - Method in class org.apache.nifi.reporting.BulletinQuery.Builder
 
messagePattern - Variable in class org.apache.nifi.reporting.BulletinQuery.Builder
 
messagePattern - Variable in class org.apache.nifi.reporting.BulletinQuery
 
MissingFlowFileException - Exception in org.apache.nifi.processor.exception
Thrown to indicate that the content for some FlowFile could not be found.
MissingFlowFileException(String, Throwable) - Constructor for exception org.apache.nifi.processor.exception.MissingFlowFileException
 
modifyAttributes(FlowFile) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type ATTRIBUTES_MODIFIED that indicates that the Attributes of the given FlowFile were updated.
modifyAttributes(FlowFile, String) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type ATTRIBUTES_MODIFIED that indicates that the Attributes of the given FlowFile were updated.
modifyContent(FlowFile) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type CONTENT_MODIFIED that indicates that the content of the given FlowFile has been modified.
modifyContent(FlowFile, String) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type CONTENT_MODIFIED that indicates that the content of the given FlowFile has been modified.
modifyContent(FlowFile, long) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type CONTENT_MODIFIED that indicates that the content of the given FlowFile has been modified.
modifyContent(FlowFile, String, long) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type CONTENT_MODIFIED that indicates that the content of the given FlowFile has been modified.

N

name - Variable in class org.apache.nifi.components.PropertyDescriptor.Builder
 
name(String) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
Sets the property name.
name - Variable in class org.apache.nifi.components.PropertyDescriptor
The proper name for the property.
name - Variable in class org.apache.nifi.controller.status.ConnectionStatus
 
name - Variable in class org.apache.nifi.controller.status.PortStatus
 
name - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
 
name - Variable in class org.apache.nifi.controller.status.ProcessorStatus
 
name - Variable in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
name - Variable in class org.apache.nifi.processor.Relationship.Builder
 
name(String) - Method in class org.apache.nifi.processor.Relationship.Builder
 
name - Variable in class org.apache.nifi.processor.Relationship
The proper name of the relationship.
name - Variable in class org.apache.nifi.registry.VariableDescriptor.Builder
 
name - Variable in class org.apache.nifi.registry.VariableDescriptor
The name (or key) of the variable by which all access/lookups to the value will occur.
name - Variable in class org.apache.nifi.reporting.AbstractReportingTask
 
nameMatches(String) - Method in class org.apache.nifi.reporting.BulletinQuery.Builder
 
namePattern - Variable in class org.apache.nifi.reporting.BulletinQuery.Builder
 
namePattern - Variable in class org.apache.nifi.reporting.BulletinQuery
 
NEGATIVE_EXPLANATION - Static variable in class org.apache.nifi.components.PropertyDescriptor.ConstrainedSetValidator
 
newExpressionLanguageCompiler() - Method in interface org.apache.nifi.components.ValidationContext
 
newPropertyValue(String) - Method in interface org.apache.nifi.components.ValidationContext
 
newPropertyValue(String) - Method in interface org.apache.nifi.processor.ProcessContext
Creates and returns a PropertyValue object that can be used for evaluating the value of the given String
nodeAddress - Variable in class org.apache.nifi.reporting.Bulletin
 
NodeTypeProvider - Interface in org.apache.nifi.controller
This interface provides a set of methods for checking NiFi node type.
nodeTypeProvider - Variable in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
 
NULL_DESCRIPTOR - Static variable in class org.apache.nifi.components.PropertyDescriptor
 

O

objectCount - Variable in class org.apache.nifi.controller.queue.QueueSize
 
OnAdded - Annotation Type in org.apache.nifi.annotation.lifecycle
Marker annotation a Processor, ControllerService, or ReportingTask implementation can use to indicate a method should be called whenever the component is added to the flow.
OnConfigurationRestored - Annotation Type in org.apache.nifi.annotation.lifecycle
Marker Annotation that a Processor, Reporting Task, or Controller Service can use to indicate that the method with this Annotation should be invoked whenever the component's configuration is restored after a restart of NiFi.
OnDisabled - Annotation Type in org.apache.nifi.annotation.lifecycle
Marker annotation a ControllerService can use to indicate a method should be called whenever the service is disabled.
OnEnabled - Annotation Type in org.apache.nifi.annotation.lifecycle
Marker annotation a ControllerService can use to indicate a method should be called whenever the service is enabled.
OnPrimaryNodeStateChange - Annotation Type in org.apache.nifi.annotation.notification
Marker annotation that a component can use to indicate that a method should be called whenever the state of the Primary Node in a cluster has changed.
onPropertyModified(PropertyDescriptor, String, String) - Method in class org.apache.nifi.components.AbstractConfigurableComponent
Hook method allowing subclasses to eagerly react to a configuration change for the given property descriptor.
onPropertyModified(PropertyDescriptor, String, String) - Method in interface org.apache.nifi.components.ConfigurableComponent
Hook method allowing subclasses to eagerly react to a configuration change for the given property descriptor.
OnRemoved - Annotation Type in org.apache.nifi.annotation.lifecycle
Marker annotation a Processor, ControllerService, or ReportingTask implementation can use to indicate a method should be called whenever the component is removed from the flow.
OnScheduled - Annotation Type in org.apache.nifi.annotation.lifecycle
Marker annotation a Processor or ReportingTask implementation can use to indicate a method should be called whenever the component is scheduled to run.
OnShutdown - Annotation Type in org.apache.nifi.annotation.lifecycle
Marker annotation a Processor, ControllerService, or ReportingTask implementation can use to indicate a method should be called whenever the flow is being shutdown.
OnStopped - Annotation Type in org.apache.nifi.annotation.lifecycle
Marker annotation a Processor or ReportingTask implementation can use to indicate that a method should be called whenever the component is no longer scheduled to run.
onTrigger(ProcessContext, ProcessSessionFactory) - Method in class org.apache.nifi.processor.AbstractProcessor
 
onTrigger(ProcessContext, ProcessSession) - Method in class org.apache.nifi.processor.AbstractProcessor
 
onTrigger(ProcessContext, ProcessSessionFactory) - Method in interface org.apache.nifi.processor.Processor
The method called when this processor is triggered to operate by the controller.
onTrigger(ReportingContext) - Method in interface org.apache.nifi.reporting.ReportingTask
This method is called on a scheduled interval to allow the Reporting Task to perform its tasks.
OnUnscheduled - Annotation Type in org.apache.nifi.annotation.lifecycle
Marker annotation a Processor or ReportingTask should be called whenever the component is no longer scheduled to run.
Operation - Enum in org.apache.nifi.action
Defines possible operations for a given action.
Operation() - Constructor for enum org.apache.nifi.action.Operation
 
org.apache.nifi.action - package org.apache.nifi.action
 
org.apache.nifi.action.component.details - package org.apache.nifi.action.component.details
 
org.apache.nifi.action.details - package org.apache.nifi.action.details
 
org.apache.nifi.annotation.behavior - package org.apache.nifi.annotation.behavior
 
org.apache.nifi.annotation.documentation - package org.apache.nifi.annotation.documentation
 
org.apache.nifi.annotation.lifecycle - package org.apache.nifi.annotation.lifecycle
 
org.apache.nifi.annotation.notification - package org.apache.nifi.annotation.notification
 
org.apache.nifi.components - package org.apache.nifi.components
 
org.apache.nifi.components.state - package org.apache.nifi.components.state
 
org.apache.nifi.components.state.exception - package org.apache.nifi.components.state.exception
 
org.apache.nifi.controller - package org.apache.nifi.controller
 
org.apache.nifi.controller.queue - package org.apache.nifi.controller.queue
 
org.apache.nifi.controller.status - package org.apache.nifi.controller.status
 
org.apache.nifi.expression - package org.apache.nifi.expression
 
org.apache.nifi.flowfile - package org.apache.nifi.flowfile
 
org.apache.nifi.kerberos - package org.apache.nifi.kerberos
 
org.apache.nifi.logging - package org.apache.nifi.logging
 
org.apache.nifi.processor - package org.apache.nifi.processor
 
org.apache.nifi.processor.exception - package org.apache.nifi.processor.exception
 
org.apache.nifi.processor.io - package org.apache.nifi.processor.io
 
org.apache.nifi.provenance - package org.apache.nifi.provenance
 
org.apache.nifi.registry - package org.apache.nifi.registry
 
org.apache.nifi.reporting - package org.apache.nifi.reporting
 
org.apache.nifi.scheduling - package org.apache.nifi.scheduling
 
org.apache.nifi.search - package org.apache.nifi.search
 
outputBytes - Variable in class org.apache.nifi.controller.status.ConnectionStatus
 
outputBytes - Variable in class org.apache.nifi.controller.status.PortStatus
 
outputBytes - Variable in class org.apache.nifi.controller.status.ProcessorStatus
 
outputContentSize - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
 
outputCount - Variable in class org.apache.nifi.controller.status.ConnectionStatus
 
outputCount - Variable in class org.apache.nifi.controller.status.PortStatus
 
outputCount - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
 
outputCount - Variable in class org.apache.nifi.controller.status.ProcessorStatus
 
outputPortStatus - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
 
OutputStreamCallback - Interface in org.apache.nifi.processor.io
 

P

parseDataSize(String, DataUnit) - Static method in enum org.apache.nifi.processor.DataUnit
 
penalize(FlowFile) - Method in interface org.apache.nifi.processor.ProcessSession
Sets a penalty for the given FlowFile which will make it unavailable to be operated on any further during the penalty period.
PortStatus - Class in org.apache.nifi.controller.status
The status of a port.
PortStatus() - Constructor for class org.apache.nifi.controller.status.PortStatus
 
POSITIVE_EXPLANATION - Static variable in class org.apache.nifi.components.PropertyDescriptor.ConstrainedSetValidator
 
POWERS - Static variable in enum org.apache.nifi.processor.DataUnit
 
PrimaryNodeState - Enum in org.apache.nifi.annotation.notification
Represents a state change that occurred for the Primary Node of a NiFi cluster.
PrimaryNodeState() - Constructor for enum org.apache.nifi.annotation.notification.PrimaryNodeState
 
process(InputStream) - Method in interface org.apache.nifi.processor.io.InputStreamCallback
Provides a managed input stream for use.
process(OutputStream) - Method in interface org.apache.nifi.processor.io.OutputStreamCallback
Provides a managed output stream for use.
process(InputStream, OutputStream) - Method in interface org.apache.nifi.processor.io.StreamCallback
Provides a managed output stream for use.
ProcessContext - Interface in org.apache.nifi.processor
Provides a bridge between a Processor and the NiFi Framework
ProcessException - Exception in org.apache.nifi.processor.exception
Indicates an issue occurred in user code while processing a FlowFile.
ProcessException() - Constructor for exception org.apache.nifi.processor.exception.ProcessException
 
ProcessException(String) - Constructor for exception org.apache.nifi.processor.exception.ProcessException
 
ProcessException(String, Throwable) - Constructor for exception org.apache.nifi.processor.exception.ProcessException
 
ProcessException(Throwable) - Constructor for exception org.apache.nifi.processor.exception.ProcessException
 
ProcessGroupStatus - Class in org.apache.nifi.controller.status
 
ProcessGroupStatus() - Constructor for class org.apache.nifi.controller.status.ProcessGroupStatus
 
processGroupStatus - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
 
processingNanos - Variable in class org.apache.nifi.controller.status.ProcessorStatus
 
Processor - Interface in org.apache.nifi.processor
Processor objects operate on FlowFile objects where the processors are linked together via relationships forming a directed graph structure.
ProcessorInitializationContext - Interface in org.apache.nifi.processor
The ProcessorInitializationContext provides Processors access to objects that may be of use throughout the life of the Processor.
processorStatus - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
 
ProcessorStatus - Class in org.apache.nifi.controller.status
 
ProcessorStatus() - Constructor for class org.apache.nifi.controller.status.ProcessorStatus
 
ProcessSession - Interface in org.apache.nifi.processor
A process session encompasses all the behaviors a processor can perform to obtain, clone, read, modify remove FlowFiles in an atomic unit.
ProcessSessionFactory - Interface in org.apache.nifi.processor
Factory for creating a ProcessSession
PropertyDescriptor - Class in org.apache.nifi.components
An immutable object for holding information about a type of component property.
PropertyDescriptor(PropertyDescriptor.Builder) - Constructor for class org.apache.nifi.components.PropertyDescriptor
 
PropertyDescriptor.Builder - Class in org.apache.nifi.components
 
PropertyDescriptor.ConstrainedSetValidator - Class in org.apache.nifi.components
 
PropertyValue - Interface in org.apache.nifi.components
A PropertyValue provides a mechanism whereby the currently configured value of a processor property can be obtained in different forms.
ProvenanceEventBuilder - Interface in org.apache.nifi.provenance
 
ProvenanceEventRecord - Interface in org.apache.nifi.provenance
Describes an event that happened to a FlowFile.
ProvenanceEventRepository - Interface in org.apache.nifi.provenance
This Repository houses Provenance Events.
ProvenanceEventType - Enum in org.apache.nifi.provenance
 
ProvenanceEventType() - Constructor for enum org.apache.nifi.provenance.ProvenanceEventType
 
ProvenanceReporter - Interface in org.apache.nifi.provenance
ProvenanceReporter generates and records Provenance-related events.
putAllAttributes(FlowFile, Map<String, String>) - Method in interface org.apache.nifi.processor.ProcessSession
Updates the given FlowFiles attributes with the given key/value pairs.
putAttribute(FlowFile, String, String) - Method in interface org.apache.nifi.processor.ProcessSession
Updates the given FlowFiles attributes with the given key/value pair.

Q

queuedBytes - Variable in class org.apache.nifi.controller.status.ConnectionStatus
 
queuedContentSize - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
 
queuedCount - Variable in class org.apache.nifi.controller.status.ConnectionStatus
 
queuedCount - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
 
QueueSize - Class in org.apache.nifi.controller.queue
 
QueueSize(int, long) - Constructor for class org.apache.nifi.controller.queue.QueueSize
 

R

read(FlowFile, InputStreamCallback) - Method in interface org.apache.nifi.processor.ProcessSession
Executes the given callback against the contents corresponding to the given FlowFile.
read(FlowFile) - Method in interface org.apache.nifi.processor.ProcessSession
Provides an InputStream that can be used to read the contents of the given FlowFile.
read(FlowFile, boolean, InputStreamCallback) - Method in interface org.apache.nifi.processor.ProcessSession
Executes the given callback against the contents corresponding to the given FlowFile.
ReadsAttribute - Annotation Type in org.apache.nifi.annotation.behavior
Annotation that may be placed on a Processor indicating that this processor reads a specific FlowFile attribute.
ReadsAttributes - Annotation Type in org.apache.nifi.annotation.behavior
Annotation that may be placed on a Processor indicating that this processor reads specific FlowFile attributes.
receive(FlowFile, String) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type RECEIVE that indicates that the given FlowFile was created from data received from an external source.
receive(FlowFile, String, String) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type RECEIVE that indicates that the given FlowFile was created from data received from the specified URI and that the source system used the specified identifier (a URI with namespace) to refer to the data.
receive(FlowFile, String, long) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type RECEIVE that indicates that the given FlowFile was created from data received from an external source.
receive(FlowFile, String, String, long) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type RECEIVE that indicates that the given FlowFile was created from data received from an external source and provides additional details about the receipt of the FlowFile, such as a remote system's Distinguished Name.
receive(FlowFile, String, String, String, long) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type RECEIVE that indicates that the given FlowFile was created from data received from an external source and provides additional details about the receipt of the FlowFile, such as a remote system's Distinguished Name.
receivedContentSize - Variable in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
receivedCount - Variable in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
registerEvent(ProvenanceEventRecord) - Method in interface org.apache.nifi.provenance.ProvenanceEventRepository
Adds the given event to the repository and returns a new event for which the event id has been populated.
registerEvents(Iterable<ProvenanceEventRecord>) - Method in interface org.apache.nifi.provenance.ProvenanceEventRepository
Adds the given events to the repository.
Relationship - Class in org.apache.nifi.processor
An immutable object for holding information about a type of relationship.
Relationship(Relationship.Builder) - Constructor for class org.apache.nifi.processor.Relationship
 
Relationship.Builder - Class in org.apache.nifi.processor
 
remoteProcessGroupStatus - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
 
RemoteProcessGroupStatus - Class in org.apache.nifi.controller.status
 
RemoteProcessGroupStatus() - Constructor for class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
remove(FlowFile) - Method in interface org.apache.nifi.processor.ProcessSession
Ends the managed persistence for the given FlowFile.
remove(Collection<FlowFile>) - Method in interface org.apache.nifi.processor.ProcessSession
Ends the managed persistence for the given FlowFiles.
removeAllAttributes(FlowFile, Set<String>) - Method in interface org.apache.nifi.processor.ProcessSession
Removes the attributes with the given keys from the given FlowFile.
removeAllAttributes(FlowFile, Pattern) - Method in interface org.apache.nifi.processor.ProcessSession
Remove all attributes from the given FlowFile that have keys which match the given pattern.
removeAttribute(FlowFile, String) - Method in interface org.apache.nifi.processor.ProcessSession
Removes the given FlowFile attribute with the given key.
removeChildFlowFile(FlowFile) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Removes the given FlowFile as a child for Events of type ProvenanceEventType#SPAWN, ProvenanceEventType.FORK, ProvenanceEventType.JOIN, and ProvenanceEventType.CLONE This is valid only for ProvenanceEventType#SPAWN, ProvenanceEventType.FORK, ProvenanceEventType.JOIN, and ProvenanceEventType.CLONE events and will be ignored for any other event types.
removeParentFlowFile(FlowFile) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Removes the given FlowFile as a parent for Events of type ProvenanceEventType#SPAWN, ProvenanceEventType.FORK, ProvenanceEventType.JOIN, and ProvenanceEventType.CLONE This is valid only for ProvenanceEventType#SPAWN, ProvenanceEventType.FORK, ProvenanceEventType.JOIN, and ProvenanceEventType.CLONE events and will be ignored for any other event types.
replace(StateMap, Map<String, String>, Scope) - Method in interface org.apache.nifi.components.state.StateManager
Updates the value of the component's state to the new value if and only if the value currently is the same as the given oldValue.
ReportingContext - Interface in org.apache.nifi.reporting
This interface provides a bridge between the NiFi Framework and a ReportingTask.
ReportingInitializationContext - Interface in org.apache.nifi.reporting
A ReportingConfiguration provides configuration information to a ReportingTask at the time of initialization
ReportingTask - Interface in org.apache.nifi.reporting
Defines a task that is responsible for reporting status information to external destinations.
required - Variable in class org.apache.nifi.components.PropertyDescriptor.Builder
 
required(boolean) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
 
required - Variable in class org.apache.nifi.components.PropertyDescriptor
Determines whether the property is required for this processor
Requirement() - Constructor for enum org.apache.nifi.annotation.behavior.InputRequirement.Requirement
 
ResultType() - Constructor for enum org.apache.nifi.expression.AttributeExpression.ResultType
 
rollback() - Method in interface org.apache.nifi.processor.ProcessSession
Reverts any changes made during this session.
rollback(boolean) - Method in interface org.apache.nifi.processor.ProcessSession
Reverts any changes made during this session.
route(FlowFile, Relationship) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type ROUTE that indicates that the given FlowFile was routed to the given Relationship.
route(FlowFile, Relationship, String) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type ROUTE that indicates that the given FlowFile was routed to the given Relationship.
route(FlowFile, Relationship, long) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type ROUTE that indicates that the given FlowFile was routed to the given Relationship.
route(FlowFile, Relationship, String, long) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type ROUTE that indicates that the given FlowFile was routed to the given Relationship.
runStatus - Variable in class org.apache.nifi.controller.status.PortStatus
 
runStatus - Variable in class org.apache.nifi.controller.status.ProcessorStatus
 
RunStatus - Enum in org.apache.nifi.controller.status
 
RunStatus() - Constructor for enum org.apache.nifi.controller.status.RunStatus
 

S

scheduled - Variable in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
 
ScheduledState - Enum in org.apache.nifi.controller
Indicates the valid values for the state of a Triggerable entity with respect to scheduling the entity to run.
ScheduledState() - Constructor for enum org.apache.nifi.controller.ScheduledState
 
SchedulingContext - Interface in org.apache.nifi.processor
 
schedulingNanos - Variable in class org.apache.nifi.reporting.AbstractReportingTask
 
SchedulingStrategy - Enum in org.apache.nifi.scheduling
Defines a Scheduling Strategy to use when scheduling Components (Ports, Funnels, Processors) to run
SchedulingStrategy(int, String) - Constructor for enum org.apache.nifi.scheduling.SchedulingStrategy
 
Scope - Enum in org.apache.nifi.components.state
A Scope represents how a NiFi component's state is to be stored and retrieved when running in a cluster.
Scope() - Constructor for enum org.apache.nifi.components.state.Scope
 
search(SearchContext) - Method in interface org.apache.nifi.search.Searchable
 
Searchable - Interface in org.apache.nifi.search
 
SearchContext - Interface in org.apache.nifi.search
 
SearchResult - Class in org.apache.nifi.search
 
SearchResult(SearchResult.Builder) - Constructor for class org.apache.nifi.search.SearchResult
 
SearchResult.Builder - Class in org.apache.nifi.search
 
SeeAlso - Annotation Type in org.apache.nifi.annotation.documentation
Annotation that may be placed on a null Processor, ControllerService, or ReportingTask that indicates this component is related to the components listed.
SELF - Static variable in class org.apache.nifi.processor.Relationship
 
send(FlowFile, String) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type SEND that indicates that a copy of the given FlowFile was sent to an external destination.
send(FlowFile, String, String) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type SEND that indicates that a copy of the given FlowFile was sent to an external destination.
send(FlowFile, String, long) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type SEND that indicates that a copy of the given FlowFile was sent to an external destination.
send(FlowFile, String, String, long) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type SEND that indicates that a copy of the given FlowFile was sent to an external destination.
send(FlowFile, String, boolean) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type SEND that indicates that a copy of the given FlowFile was sent to an external destination.
send(FlowFile, String, String, boolean) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type SEND that indicates that a copy of the given FlowFile was sent to an external destination.
send(FlowFile, String, long, boolean) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type SEND that indicates that a copy of the given FlowFile was sent to an external destination.
send(FlowFile, String, String, long, boolean) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type SEND that indicates that a copy of the given FlowFile was sent to an external destination.
sensitive - Variable in class org.apache.nifi.components.PropertyDescriptor.Builder
 
sensitive(boolean) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
 
sensitive - Variable in class org.apache.nifi.components.PropertyDescriptor
indicates that the value for this property should be considered sensitive and protected whenever stored or represented
sensitive - Variable in class org.apache.nifi.registry.VariableDescriptor.Builder
 
sensitive(boolean) - Method in class org.apache.nifi.registry.VariableDescriptor.Builder
 
sensitive - Variable in class org.apache.nifi.registry.VariableDescriptor
indicates that the value for this variable should be considered sensitive and protected whenever stored or represented
sentContentSize - Variable in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
sentCount - Variable in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
serialVersionUID - Static variable in exception org.apache.nifi.components.state.exception.StateTooLargeException
 
serialVersionUID - Static variable in exception org.apache.nifi.processor.exception.FlowFileAccessException
 
serialVersionUID - Static variable in exception org.apache.nifi.processor.exception.FlowFileHandlingException
 
serialVersionUID - Static variable in exception org.apache.nifi.processor.exception.MissingFlowFileException
 
serialVersionUID - Static variable in exception org.apache.nifi.processor.exception.ProcessException
 
serviceLookup - Variable in class org.apache.nifi.controller.AbstractControllerService
 
serviceLookup - Variable in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
 
serviceLookup - Variable in class org.apache.nifi.reporting.AbstractReportingTask
 
setActiveRemotePortCount(Integer) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
setActiveThreadCount(Integer) - Method in class org.apache.nifi.controller.status.PortStatus
 
setActiveThreadCount(Integer) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setActiveThreadCount(int) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
setActiveThreadCount(Integer) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
setAlternateIdentifierUri(String) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Associates the given identifier with the FlowFile for which this Event is created.
setAttributes(Map<String, String>, Map<String, String>) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Sets the attributes that existed on the FlowFile before this event occurred and any attributes that were added or updated as a result of this event.
setAverageLineageDuration(long, TimeUnit) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
setAverageLineageDuration(long) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
setAverageLineageDuration(long) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
setAverageLineageDuration(long, TimeUnit) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
setBackPressureDataSizeThreshold(String) - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
setBackPressureObjectThreshold(long) - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
setBytesRead(Long) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setBytesRead(long) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
setBytesReceived(long) - Method in class org.apache.nifi.controller.status.PortStatus
 
setBytesReceived(long) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setBytesReceived(long) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
setBytesSent(long) - Method in class org.apache.nifi.controller.status.PortStatus
 
setBytesSent(long) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setBytesSent(long) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
setBytesTransferred(long) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setBytesWritten(Long) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setBytesWritten(long) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
setCategory(String) - Method in class org.apache.nifi.reporting.Bulletin
 
setComponentId(String) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Sets the unique identifier of the NiFi Component (such as a Processor) that is generating the Event
setComponentType(String) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Sets the type of the Component that is generating the Event.
setConnectionStatus(Collection<ConnectionStatus>) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setCurrentContentClaim(String, String, String, Long, long) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Sets the Content Claim that the FlowFile is associated with as a result of this event
setDestinationId(String) - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
setDestinationName(String) - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
setDetails(String) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Sets the details for this event.
setEventDuration(long) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Sets the amount of time that was required in order to perform the function referred to by this event
setEventTime(long) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Sets the time at which the Provenance Event took place
setEventType(ProvenanceEventType) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Sets the type of ProvenanceEventRecord
setFlowFileEntryDate(long) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Sets the date and time at which the FlowFile entered the flow
setFlowFilesReceived(int) - Method in class org.apache.nifi.controller.status.PortStatus
 
setFlowFilesReceived(int) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setFlowFilesReceived(int) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
setFlowFilesRemoved(int) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
setFlowFilesSent(int) - Method in class org.apache.nifi.controller.status.PortStatus
 
setFlowFilesSent(int) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setFlowFilesSent(int) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
setFlowFilesTransferred(int) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setFlowFileUUID(String) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Sets the UUID to associate with the FlowFile
setGroupId(String) - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
setGroupId(String) - Method in class org.apache.nifi.controller.status.PortStatus
 
setGroupId(String) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
setGroupId(String) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
setGroupId(String) - Method in class org.apache.nifi.reporting.Bulletin
 
setId(String) - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
setId(String) - Method in class org.apache.nifi.controller.status.PortStatus
 
setId(String) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setId(String) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
setId(String) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
setInactiveRemotePortCount(Integer) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
setInputBytes(long) - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
setInputBytes(long) - Method in class org.apache.nifi.controller.status.PortStatus
 
setInputBytes(long) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
setInputContentSize(Long) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setInputCount(int) - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
setInputCount(int) - Method in class org.apache.nifi.controller.status.PortStatus
 
setInputCount(Integer) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setInputCount(int) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
setInputPortStatus(Collection<PortStatus>) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setInvocations(int) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
setLevel(String) - Method in class org.apache.nifi.reporting.Bulletin
 
setLineageStartDate(long) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Sets the time at which the FlowFile's lineage began
setMessage(String) - Method in class org.apache.nifi.reporting.Bulletin
 
setName(String) - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
setName(String) - Method in class org.apache.nifi.controller.status.PortStatus
 
setName(String) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setName(String) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
setName(String) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
setNodeAddress(String) - Method in class org.apache.nifi.reporting.Bulletin
 
setOutputBytes(long) - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
setOutputBytes(long) - Method in class org.apache.nifi.controller.status.PortStatus
 
setOutputBytes(long) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
setOutputContentSize(Long) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setOutputCount(int) - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
setOutputCount(int) - Method in class org.apache.nifi.controller.status.PortStatus
 
setOutputCount(Integer) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setOutputCount(int) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
setOutputPortStatus(Collection<PortStatus>) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setPreviousContentClaim(String, String, String, Long, long) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Sets the Content Claim that the FlowFile was previously associated with before this event occurred.
setProcessGroupStatus(Collection<ProcessGroupStatus>) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setProcessingNanos(long) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
setProcessorStatus(Collection<ProcessorStatus>) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setQueuedBytes(long) - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
setQueuedContentSize(Long) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setQueuedCount(int) - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
setQueuedCount(Integer) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setReceivedContentSize(Long) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
setReceivedCount(Integer) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
setRelationship(Relationship) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Sets the to which the FlowFile was routed for ProvenanceEventType.ROUTE events.
setRemoteProcessGroupStatus(Collection<RemoteProcessGroupStatus>) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setRunStatus(RunStatus) - Method in class org.apache.nifi.controller.status.PortStatus
 
setRunStatus(RunStatus) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
setSentContentSize(Long) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
setSentCount(Integer) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
setSourceId(String) - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
setSourceId(String) - Method in class org.apache.nifi.reporting.Bulletin
 
setSourceName(String) - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
setSourceName(String) - Method in class org.apache.nifi.reporting.Bulletin
 
setSourceQueueIdentifier(String) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Sets the identifier of the FlowFile Queue from which the FlowFile was pulled
setSourceSystemFlowFileIdentifier(String) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Sets the identifier that is used by the remote system to refer to the FlowFile for which this Event is being created.
setSourceType(ComponentType) - Method in class org.apache.nifi.reporting.Bulletin
 
setState(Map<String, String>, Scope) - Method in interface org.apache.nifi.components.state.StateManager
Updates the value of the component's state, setting it to given value
setTargetUri(String) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
setTransitUri(String) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Sets the Transit URI that is used for the Event.
setTransmissionStatus(TransmissionStatus) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
setTransmitting(Boolean) - Method in class org.apache.nifi.controller.status.PortStatus
 
setType(String) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
Severity - Enum in org.apache.nifi.reporting
 
Severity() - Constructor for enum org.apache.nifi.reporting.Severity
 
SideEffectFree - Annotation Type in org.apache.nifi.annotation.behavior
Marker annotation a Processor implementation can use to indicate that its operations on FlowFiles can be safely repeated across process sessions.
sourceId - Variable in class org.apache.nifi.controller.status.ConnectionStatus
 
sourceId - Variable in class org.apache.nifi.reporting.Bulletin
 
sourceIdMatches(String) - Method in class org.apache.nifi.reporting.BulletinQuery.Builder
 
sourceIdPattern - Variable in class org.apache.nifi.reporting.BulletinQuery.Builder
 
sourceIdPattern - Variable in class org.apache.nifi.reporting.BulletinQuery
 
sourceName - Variable in class org.apache.nifi.controller.status.ConnectionStatus
 
sourceName - Variable in class org.apache.nifi.reporting.Bulletin
 
sourceType - Variable in class org.apache.nifi.reporting.Bulletin
 
sourceType - Variable in class org.apache.nifi.reporting.BulletinQuery.Builder
 
sourceType(ComponentType) - Method in class org.apache.nifi.reporting.BulletinQuery.Builder
 
sourceType - Variable in class org.apache.nifi.reporting.BulletinQuery
 
Stateful - Annotation Type in org.apache.nifi.annotation.behavior
Annotation that a Processor, ReportingTask, or Controller Service can use to indicate that the component makes use of the StateManager.
StateManager - Interface in org.apache.nifi.components.state
The StateManager is responsible for providing NiFi components a mechanism for storing and retrieving state.
stateManager - Variable in class org.apache.nifi.controller.AbstractControllerService
 
StateMap - Interface in org.apache.nifi.components.state
Provides a representation of a component's state at some point in time.
StateTooLargeException - Exception in org.apache.nifi.components.state.exception
Thrown when attempting to store state via the StateManager but the state being stored is larger than is allowed by the backing storage mechanism.
StateTooLargeException(String) - Constructor for exception org.apache.nifi.components.state.exception.StateTooLargeException
 
StreamCallback - Interface in org.apache.nifi.processor.io
 
subject - Variable in class org.apache.nifi.components.ValidationResult.Builder
 
subject(String) - Method in class org.apache.nifi.components.ValidationResult.Builder
Defaults to empty string
subject - Variable in class org.apache.nifi.components.ValidationResult
 
SupportsBatching - Annotation Type in org.apache.nifi.annotation.behavior
Marker annotation a Processor implementation can use to indicate that users should be able to supply a Batch Duration for the Processor.

T

Tags - Annotation Type in org.apache.nifi.annotation.documentation
Annotation that can be applied to a Processor, ControllerService, or ReportingTask in order to associate tags (keywords) with the component.
timestamp - Variable in class org.apache.nifi.reporting.Bulletin
 
toB(double) - Method in enum org.apache.nifi.processor.DataUnit
 
toGB(double) - Method in enum org.apache.nifi.processor.DataUnit
 
toKB(double) - Method in enum org.apache.nifi.processor.DataUnit
 
toMap() - Method in interface org.apache.nifi.components.state.StateMap
Returns an immutable Map representation of all keys and values for the state of a component.
toMB(double) - Method in enum org.apache.nifi.processor.DataUnit
 
toString() - Method in class org.apache.nifi.components.AbstractConfigurableComponent
 
toString() - Method in class org.apache.nifi.components.AllowableValue
 
toString() - Method in class org.apache.nifi.components.PropertyDescriptor
 
toString() - Method in enum org.apache.nifi.components.state.Scope
 
toString() - Method in class org.apache.nifi.components.ValidationResult
 
toString() - Method in class org.apache.nifi.controller.queue.QueueSize
 
toString() - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
toString() - Method in class org.apache.nifi.controller.status.PortStatus
 
toString() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
toString() - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
toString() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
toString() - Method in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
 
toString() - Method in class org.apache.nifi.processor.Relationship
 
toString() - Method in class org.apache.nifi.registry.VariableDescriptor
 
toString() - Method in class org.apache.nifi.reporting.Bulletin
 
totalSizeBytes - Variable in class org.apache.nifi.controller.queue.QueueSize
 
toTB(double) - Method in enum org.apache.nifi.processor.DataUnit
 
trace(String, Throwable) - Method in interface org.apache.nifi.logging.ComponentLog
 
trace(String, Object[]) - Method in interface org.apache.nifi.logging.ComponentLog
 
trace(String) - Method in interface org.apache.nifi.logging.ComponentLog
 
trace(String, Object[], Throwable) - Method in interface org.apache.nifi.logging.ComponentLog
 
transfer(FlowFile, Relationship) - Method in interface org.apache.nifi.processor.ProcessSession
Transfers the given FlowFile to the appropriate destination processor work queue(s) based on the given relationship.
transfer(FlowFile) - Method in interface org.apache.nifi.processor.ProcessSession
Transfers the given FlowFile back to the work queue from which it was pulled.
transfer(Collection<FlowFile>) - Method in interface org.apache.nifi.processor.ProcessSession
Transfers the given FlowFiles back to the work queues from which the FlowFiles were pulled.
transfer(Collection<FlowFile>, Relationship) - Method in interface org.apache.nifi.processor.ProcessSession
Transfers the given FlowFile to the appropriate destination processor work queue(s) based on the given relationship.
transmissionStatus - Variable in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
TransmissionStatus - Enum in org.apache.nifi.controller.status
 
TransmissionStatus() - Constructor for enum org.apache.nifi.controller.status.TransmissionStatus
 
transmitting - Variable in class org.apache.nifi.controller.status.PortStatus
 
TriggerSerially - Annotation Type in org.apache.nifi.annotation.behavior
Marker annotation a Processor implementation can use to indicate that the Processor is not safe for concurrent execution of its onTrigger() method.
TriggerWhenAnyDestinationAvailable - Annotation Type in org.apache.nifi.annotation.behavior
Marker annotation a Processor implementation can use to indicate that the Processor is to be triggered if any of its destinations has available space for incoming FlowFiles.
TriggerWhenEmpty - Annotation Type in org.apache.nifi.annotation.behavior
Marker annotation a Processor implementation can use to indicate that the Processor should still be triggered even when it has no data in its work queue.
type - Variable in class org.apache.nifi.controller.status.ProcessorStatus
 

U

updateConfiguredRestoredTrue() - Method in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
 
updateScheduledFalse() - Method in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
 
updateScheduledTrue() - Method in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
 
uri - Variable in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 

V

valid - Variable in class org.apache.nifi.components.ValidationResult.Builder
 
valid(boolean) - Method in class org.apache.nifi.components.ValidationResult.Builder
Defaults to false
valid - Variable in class org.apache.nifi.components.ValidationResult
 
VALID - Static variable in interface org.apache.nifi.components.Validator
Validator object providing validation behavior in which validation always passes
validate(ValidationContext) - Method in class org.apache.nifi.components.AbstractConfigurableComponent
 
validate(ValidationContext) - Method in interface org.apache.nifi.components.ConfigurableComponent
Validates a set of properties, returning ValidationResults for any invalid properties.
validate(String, String, ValidationContext) - Method in class org.apache.nifi.components.PropertyDescriptor.ConstrainedSetValidator
 
validate(String, ValidationContext) - Method in class org.apache.nifi.components.PropertyDescriptor
Validates the given input against this property descriptor's validator.
validate(String, String, ValidationContext) - Method in interface org.apache.nifi.components.Validator
 
validateExpression(String, boolean) - Method in interface org.apache.nifi.expression.ExpressionLanguageCompiler
Attempts to validate the given expression and returns null if the expression is syntactically valid or a String indicating why the expression is invalid otherwise.
validateKey(String) - Static method in class org.apache.nifi.flowfile.FlowFile.KeyValidator
 
ValidationContext - Interface in org.apache.nifi.components
 
ValidationResult - Class in org.apache.nifi.components
Immutable - thread safe
ValidationResult(ValidationResult.Builder) - Constructor for class org.apache.nifi.components.ValidationResult
 
ValidationResult.Builder - Class in org.apache.nifi.components
 
Validator - Interface in org.apache.nifi.components
 
validators - Variable in class org.apache.nifi.components.PropertyDescriptor.Builder
 
validators - Variable in class org.apache.nifi.components.PropertyDescriptor
The validators that should be used whenever an attempt is made to set this property value.
validStrings - Variable in class org.apache.nifi.components.PropertyDescriptor.ConstrainedSetValidator
 
validValues - Variable in class org.apache.nifi.components.PropertyDescriptor.ConstrainedSetValidator
 
value - Variable in class org.apache.nifi.components.AllowableValue
 
VALUE_DEMARCATOR - Static variable in class org.apache.nifi.components.PropertyDescriptor.ConstrainedSetValidator
 
valueOf(String) - Static method in enum org.apache.nifi.action.Component
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.action.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.annotation.behavior.InputRequirement.Requirement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.annotation.notification.PrimaryNodeState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.components.state.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.controller.ScheduledState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.controller.status.RunStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.controller.status.TransmissionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.expression.AttributeExpression.ResultType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.logging.LogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.processor.DataUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.processor.FlowFileFilter.FlowFileFilterResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.provenance.ProvenanceEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.reporting.ComponentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.reporting.Severity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.scheduling.SchedulingStrategy
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.nifi.action.Component
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.action.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.annotation.behavior.InputRequirement.Requirement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.annotation.notification.PrimaryNodeState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.components.state.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.controller.ScheduledState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.controller.status.RunStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.controller.status.TransmissionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.expression.AttributeExpression.ResultType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.logging.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.processor.DataUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.processor.FlowFileFilter.FlowFileFilterResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.provenance.ProvenanceEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.reporting.ComponentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.reporting.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.scheduling.SchedulingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
VariableDescriptor - Class in org.apache.nifi.registry
An immutable object for holding information about a type of processor property.
VariableDescriptor(String) - Constructor for class org.apache.nifi.registry.VariableDescriptor
Convenience constructor to create a descriptor based on name alone.
VariableDescriptor(VariableDescriptor.Builder) - Constructor for class org.apache.nifi.registry.VariableDescriptor
 
VariableDescriptor.Builder - Class in org.apache.nifi.registry
 
VariableRegistry - Interface in org.apache.nifi.registry
Provides a registry of variables available for use by various components and extension points.

W

warn(String, Throwable) - Method in interface org.apache.nifi.logging.ComponentLog
 
warn(String, Object[]) - Method in interface org.apache.nifi.logging.ComponentLog
 
warn(String, Object[], Throwable) - Method in interface org.apache.nifi.logging.ComponentLog
 
warn(String) - Method in interface org.apache.nifi.logging.ComponentLog
 
write(FlowFile, OutputStreamCallback) - Method in interface org.apache.nifi.processor.ProcessSession
Executes the given callback against the content corresponding to the given FlowFile.
write(FlowFile, StreamCallback) - Method in interface org.apache.nifi.processor.ProcessSession
Executes the given callback against the content corresponding to the given flow file.
WritesAttribute - Annotation Type in org.apache.nifi.annotation.behavior
Annotation that may be placed on a Processor indicating that this processor writes/updates a specific FlowFile attribute.
WritesAttributes - Annotation Type in org.apache.nifi.annotation.behavior
Annotation that may be placed on a Processor indicating that this processor writes/updates specific FlowFile attributes.

Y

yield() - Method in interface org.apache.nifi.processor.ProcessContext
Causes the Processor not to be scheduled for some pre-configured amount of time.
A B C D E F G H I J K L M N O P Q R S T U V W Y 
Skip navigation links

Copyright © 2016 Apache NiFi Project. All rights reserved.