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 X Y Z 

A

abstractClearConfigContext() - Method in class org.apache.nifi.controller.AbstractControllerService
 
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
 
AbstractDocumentationWriter - Class in org.apache.nifi.documentation
Base class for DocumentationWriter that simplifies iterating over all information for a component, creating a separate method for each, to ensure that implementations properly override all methods and therefore properly account for all information about a component.
AbstractDocumentationWriter() - Constructor for class org.apache.nifi.documentation.AbstractDocumentationWriter
 
AbstractFlowRegistryClient - Class in org.apache.nifi.registry.flow
 
AbstractFlowRegistryClient() - Constructor for class org.apache.nifi.registry.flow.AbstractFlowRegistryClient
 
AbstractParameterGroup<T> - Class in org.apache.nifi.parameter
 
AbstractParameterGroup(String, Collection<T>) - Constructor for class org.apache.nifi.parameter.AbstractParameterGroup
Creates a named parameter group.
AbstractParameterProvider - Class in org.apache.nifi.parameter
 
AbstractParameterProvider() - Constructor for class org.apache.nifi.parameter.AbstractParameterProvider
 
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
 
abstractStoreConfigContext(ConfigurationContext) - Method in class org.apache.nifi.controller.AbstractControllerService
 
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
add(int, long) - Method in class org.apache.nifi.controller.queue.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.FORK, ProvenanceEventType.JOIN, and ProvenanceEventType.CLONE This is valid only for ProvenanceEventType.FORK, ProvenanceEventType.JOIN, and ProvenanceEventType.CLONE events and will be ignored for any other event types.
addChildFlowFile(String) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Adds the given FlowFile identifier as a child for Events of type ProvenanceEventType.FORK and ProvenanceEventType.CLONE
addChildren(File, List<ResourceReference>) - Method in class org.apache.nifi.components.resource.StandardResourceReferences
 
addParentFlowFile(FlowFile) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Adds the given FlowFile as a parent for Events of type, ProvenanceEventType.FORK, ProvenanceEventType.JOIN, and ProvenanceEventType.CLONE This is valid only for 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(Class<E>) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
Stores allowable values from an enum class.
allowableValues(EnumSet<E>) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
Stores allowable values from a set of enum values.
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
allowRemoteAccess - Variable in class org.apache.nifi.flow.VersionedPort
 
annotationData - Variable in class org.apache.nifi.flow.VersionedControllerService
 
annotationData - Variable in class org.apache.nifi.flow.VersionedFlowRegistryClient
 
annotationData - Variable in class org.apache.nifi.flow.VersionedParameterProvider
 
annotationData - Variable in class org.apache.nifi.flow.VersionedProcessor
 
annotationData - Variable in class org.apache.nifi.flow.VersionedReportingTask
 
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.
artifact - Variable in class org.apache.nifi.flow.Bundle
 
artifactId - Variable in class org.apache.nifi.documentation.StandardServiceAPI
 
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
 
asFile() - Method in class org.apache.nifi.components.resource.FileResourceReference
 
asFile() - Method in interface org.apache.nifi.components.resource.ResourceReference
 
asFile() - Method in class org.apache.nifi.components.resource.URLResourceReference
 
asFile() - Method in class org.apache.nifi.components.resource.Utf8TextResource
 
asFloat() - Method in interface org.apache.nifi.components.PropertyValue
 
asInteger() - Method in interface org.apache.nifi.components.PropertyValue
 
asList() - Method in interface org.apache.nifi.components.resource.ResourceReferences
 
asList() - Method in class org.apache.nifi.components.resource.StandardResourceReferences
 
asLocations() - Method in interface org.apache.nifi.components.resource.ResourceReferences
 
asLocations() - Method in class org.apache.nifi.components.resource.StandardResourceReferences
 
asLong() - Method in interface org.apache.nifi.components.PropertyValue
 
asResource() - Method in interface org.apache.nifi.components.PropertyValue
 
asResources() - 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
 
asURL() - Method in class org.apache.nifi.components.resource.FileResourceReference
 
asURL() - Method in interface org.apache.nifi.components.resource.ResourceReference
 
asURL() - Method in class org.apache.nifi.components.resource.URLResourceReference
 
asURL() - Method in class org.apache.nifi.components.resource.Utf8TextResource
 
asURLs() - Method in interface org.apache.nifi.components.resource.ResourceReferences
 
asURLs() - Method in class org.apache.nifi.components.resource.StandardResourceReferences
 
AttributeExpression - Interface in org.apache.nifi.expression
Defines a type of expression language statement that can be applied parametrized 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
 
AuthenticationException - Exception in org.apache.nifi.registry.flow
 
AuthenticationException(String) - Constructor for exception org.apache.nifi.registry.flow.AuthenticationException
 
AuthenticationException(String, Throwable) - Constructor for exception org.apache.nifi.registry.flow.AuthenticationException
 
author - Variable in class org.apache.nifi.flow.VersionedExternalFlowMetadata
 
author - Variable in class org.apache.nifi.registry.flow.RegisteredFlowSnapshotMetadata
 
AuthorizationException - Exception in org.apache.nifi.registry.flow
 
AuthorizationException(String) - Constructor for exception org.apache.nifi.registry.flow.AuthorizationException
 
AuthorizationException(String, Throwable) - Constructor for exception org.apache.nifi.registry.flow.AuthorizationException
 
authorizationIssue - Variable in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
autoTerminate - Variable in class org.apache.nifi.processor.Relationship.Builder
 
autoTerminateDefault(boolean) - Method in class org.apache.nifi.processor.Relationship.Builder
 
autoTerminatedRelationships - Variable in class org.apache.nifi.flow.VersionedProcessor
 
averageLineageDuration - Variable in class org.apache.nifi.controller.status.ProcessorStatus
 
averageLineageDuration - Variable in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 

B

backoffMechanism - Variable in class org.apache.nifi.flow.VersionedProcessor
 
backPressureBytesThreshold - Variable in class org.apache.nifi.controller.status.ConnectionStatus
 
backPressureDataSizeThreshold - Variable in class org.apache.nifi.controller.status.ConnectionStatus
 
backPressureDataSizeThreshold - Variable in class org.apache.nifi.flow.VersionedConnection
 
backPressureObjectThreshold - Variable in class org.apache.nifi.controller.status.ConnectionStatus
 
backPressureObjectThreshold - Variable in class org.apache.nifi.flow.VersionedConnection
 
BatchSize - Class in org.apache.nifi.flow
 
BatchSize() - Constructor for class org.apache.nifi.flow.BatchSize
 
batchSize - Variable in class org.apache.nifi.flow.VersionedRemoteGroupPort
 
bends - Variable in class org.apache.nifi.flow.VersionedConnection
 
bucket - Variable in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
 
bucketId - Variable in class org.apache.nifi.flow.VersionedExternalFlowMetadata
 
bucketId - Variable in class org.apache.nifi.flow.VersionedFlowCoordinates
 
bucketIdentifier - Variable in class org.apache.nifi.registry.flow.RegisteredFlow
 
bucketIdentifier - Variable in class org.apache.nifi.registry.flow.RegisteredFlowSnapshotMetadata
 
bucketName - Variable in class org.apache.nifi.registry.flow.RegisteredFlow
 
build() - Method in class org.apache.nifi.components.ConfigVerificationResult.Builder
 
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.parameter.ParameterDescriptor.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.ConfigVerificationResult.Builder
 
Builder() - Constructor for class org.apache.nifi.components.PropertyDescriptor.Builder
 
Builder() - Constructor for class org.apache.nifi.components.ValidationResult.Builder
 
Builder(long, LogLevel) - Constructor for class org.apache.nifi.logging.LogMessage.Builder
 
Builder() - Constructor for class org.apache.nifi.parameter.ParameterDescriptor.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
 
bulletinLevel - Variable in class org.apache.nifi.flow.VersionedControllerService
 
bulletinLevel - Variable in class org.apache.nifi.flow.VersionedProcessor
 
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.
Bundle - Class in org.apache.nifi.flow
 
Bundle() - Constructor for class org.apache.nifi.flow.Bundle
 
Bundle(String, String, String) - Constructor for class org.apache.nifi.flow.Bundle
 
bundle - Variable in class org.apache.nifi.flow.ControllerServiceAPI
 
bundle - Variable in class org.apache.nifi.flow.ParameterProviderReference
 
bundle - Variable in class org.apache.nifi.flow.VersionedConfigurableExtension
 
bundle - Variable in class org.apache.nifi.flow.VersionedParameterProvider
 
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

canDelete - Variable in class org.apache.nifi.registry.flow.FlowRegistryPermissions
 
canRead - Variable in class org.apache.nifi.registry.flow.FlowRegistryPermissions
 
canWrite - Variable in class org.apache.nifi.registry.flow.FlowRegistryPermissions
 
CapabilityDescription - Annotation Type in org.apache.nifi.annotation.documentation
Annotation that may be placed on a Processor, ControllerService, ParameterProvider, or ReportingTask allowing for a description to be provided.
cardinality - Variable in class org.apache.nifi.components.resource.StandardResourceDefinition
 
cardinality - Variable in class org.apache.nifi.flow.VersionedResourceDefinition
 
category - Variable in class org.apache.nifi.reporting.Bulletin
 
ClassloaderIsolationKeyProvider - Interface in org.apache.nifi.components
There are times when a component must be created in such a way that each instance gets its own ClassLoader hierarchy, rather than sharing the ClassLoader with other components (see @RequiresInstanceClassLoading).
className - Variable in class org.apache.nifi.documentation.StandardServiceAPI
 
clear(Scope) - Method in interface org.apache.nifi.components.state.StateManager
Clears all keys and values from the component's state
clear() - Method in interface org.apache.nifi.controller.status.analytics.StatusAnalyticsModel
Resets a model by clearing observations and other calculations
clear(Scope) - Method in class org.apache.nifi.documentation.init.NopStateManager
 
clearState(Scope) - Method in interface org.apache.nifi.processor.ProcessSession
Clears all keys and values from the component's state when the session is committed
clone() - Method in class org.apache.nifi.controller.status.analytics.ConnectionStatusPredictions
 
clone() - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
clone() - Method in class org.apache.nifi.controller.status.NodeStatus
 
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() - Method in class org.apache.nifi.controller.status.StorageStatus
 
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
ClusterContext - Interface in org.apache.nifi.context
A context for retrieving information about the state of the cluster.
comments - Variable in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
comments - Variable in class org.apache.nifi.flow.ConnectableComponent
 
comments - Variable in class org.apache.nifi.flow.VersionedComponent
 
comments - Variable in class org.apache.nifi.flow.VersionedExternalFlowMetadata
 
comments - Variable in class org.apache.nifi.registry.flow.RegisteredFlowSnapshotMetadata
 
commit() - Method in interface org.apache.nifi.processor.ProcessSession
Commits the current session ensuring all operations against FlowFiles within this session are atomically persisted.
commitAsync() - Method in interface org.apache.nifi.processor.ProcessSession
Commits the current session ensuring all operations against FlowFiles within this session are atomically persisted.
commitAsync(Runnable) - Method in interface org.apache.nifi.processor.ProcessSession
Commits the current session ensuring all operations against FlowFiles within this session are atomically persisted.
commitAsync(Runnable, Consumer<Throwable>) - Method in interface org.apache.nifi.processor.ProcessSession
Commits the current session ensuring all operations against FlowFiles within this session are atomically persisted.
communicationsTimeout - Variable in class org.apache.nifi.flow.VersionedRemoteProcessGroup
 
compareTo(PropertyDescriptor) - Method in class org.apache.nifi.components.PropertyDescriptor
 
compareTo(ParameterGroupConfiguration) - Method in class org.apache.nifi.parameter.ParameterGroupConfiguration
 
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 - Variable in class org.apache.nifi.documentation.init.DocumentationControllerServiceInitializationContext
 
componentLog - Variable in class org.apache.nifi.documentation.init.DocumentationParameterProviderInitializationContext
 
componentLog - Variable in class org.apache.nifi.documentation.init.DocumentationReportingInitializationContext
 
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.flow
 
ComponentType(String) - Constructor for enum org.apache.nifi.flow.ComponentType
 
componentType - Variable in class org.apache.nifi.flow.VersionedRemoteGroupPort
 
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
 
ComponentVariableRegistry - Interface in org.apache.nifi.registry
 
concurrentlySchedulableTaskCount - Variable in class org.apache.nifi.flow.VersionedPort
 
concurrentlySchedulableTaskCount - Variable in class org.apache.nifi.flow.VersionedProcessor
 
concurrentlySchedulableTaskCount - Variable in class org.apache.nifi.flow.VersionedRemoteGroupPort
 
ConfigurableComponent - Interface in org.apache.nifi.components
 
configurationContext - Variable in class org.apache.nifi.controller.AbstractControllerService
 
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
 
ConfigVerificationResult - Class in org.apache.nifi.components
 
ConfigVerificationResult(ConfigVerificationResult.Builder) - Constructor for class org.apache.nifi.components.ConfigVerificationResult
 
ConfigVerificationResult.Builder - Class in org.apache.nifi.components
 
ConfigVerificationResult.Outcome - Enum in org.apache.nifi.components
 
ConnectableComponent - Class in org.apache.nifi.flow
 
ConnectableComponent() - Constructor for class org.apache.nifi.flow.ConnectableComponent
 
ConnectableComponentType - Enum in org.apache.nifi.flow
 
ConnectableComponentType() - Constructor for enum org.apache.nifi.flow.ConnectableComponentType
 
connections - Variable in class org.apache.nifi.flow.VersionedProcessGroup
 
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
 
ConnectionStatusPredictions - Class in org.apache.nifi.controller.status.analytics
 
ConnectionStatusPredictions() - Constructor for class org.apache.nifi.controller.status.analytics.ConnectionStatusPredictions
 
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.
contentRepositories - Variable in class org.apache.nifi.controller.status.NodeStatus
 
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, ParameterProviders and other ControllerServices.
ControllerServiceAPI - Class in org.apache.nifi.flow
 
ControllerServiceAPI() - Constructor for class org.apache.nifi.flow.ControllerServiceAPI
 
controllerServiceApis - Variable in class org.apache.nifi.flow.VersionedControllerService
 
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
 
controllerServices - Variable in class org.apache.nifi.flow.VersionedProcessGroup
 
convert(double, DataUnit) - Method in enum org.apache.nifi.processor.DataUnit
 
copy() - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
 
count - Variable in class org.apache.nifi.flow.BatchSize
 
counters - Variable in class org.apache.nifi.controller.status.ProcessorStatus
 
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.
createdAtInMs - Variable in class org.apache.nifi.controller.status.NodeStatus
 
createdTimestamp - Variable in class org.apache.nifi.registry.flow.FlowRegistryBucket
 
createdTimestamp - Variable in class org.apache.nifi.registry.flow.RegisteredFlow
 
createLogMessage() - Method in class org.apache.nifi.logging.LogMessage.Builder
 
createResourceReference(String, ResourceDefinition) - Method in interface org.apache.nifi.components.resource.ResourceReferenceFactory
 
createResourceReference(String, ResourceDefinition) - Method in class org.apache.nifi.components.resource.StandardResourceReferenceFactory
 
createResourceReferences(String, ResourceDefinition) - Method in interface org.apache.nifi.components.resource.ResourceReferenceFactory
 
createResourceReferences(String, ResourceDefinition) - Method in class org.apache.nifi.components.resource.StandardResourceReferenceFactory
 
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
 
DATE_TIME_FORMAT - Static variable in class org.apache.nifi.logging.LogMessage
 
debug(String, Throwable) - Method in class org.apache.nifi.documentation.init.NopComponentLog
 
debug(String, Object[]) - Method in class org.apache.nifi.documentation.init.NopComponentLog
 
debug(String, Object[], Throwable) - Method in class org.apache.nifi.documentation.init.NopComponentLog
 
debug(String) - Method in class org.apache.nifi.documentation.init.NopComponentLog
 
debug(LogMessage) - Method in class org.apache.nifi.documentation.init.NopComponentLog
 
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
 
debug(LogMessage) - 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
Deprecated.
Processors should not depend on framework encryption operations
DEFAULT_DESCRIPTION - Static variable in annotation type org.apache.nifi.annotation.behavior.SystemResourceConsideration
 
defaultBackPressureDataSizeThreshold - Variable in class org.apache.nifi.flow.VersionedProcessGroup
 
defaultBackPressureObjectThreshold - Variable in class org.apache.nifi.flow.VersionedProcessGroup
 
defaultConcurrentTasks - Variable in enum org.apache.nifi.scheduling.SchedulingStrategy
 
defaultFlowFileExpiration - Variable in class org.apache.nifi.flow.VersionedProcessGroup
 
DefaultRunDuration - Enum in org.apache.nifi.annotation.behavior
 
DefaultRunDuration(Duration) - Constructor for enum org.apache.nifi.annotation.behavior.DefaultRunDuration
 
DefaultSchedule - Annotation Type in org.apache.nifi.annotation.configuration
Marker interface that a Processor can use to configure default settings for the schedule strategy, the period and the number of concurrent tasks.
defaultSchedulingPeriod - Variable in enum org.apache.nifi.scheduling.SchedulingStrategy
 
DefaultSettings - Annotation Type in org.apache.nifi.annotation.configuration
Marker interface that a Processor can use to configure the yield duration, the penalty duration and the bulletin log level.
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
dependencies - Variable in class org.apache.nifi.components.PropertyDescriptor.Builder
 
dependencies - Variable in class org.apache.nifi.components.PropertyDescriptor
The list of dependencies that this property has on other properties
dependentValues - Variable in class org.apache.nifi.components.PropertyDependency
 
dependsOn(PropertyDescriptor, AllowableValue...) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
Establishes a relationship between this Property and the given property by declaring that this Property is only relevant if the given Property has a non-null value.
dependsOn(PropertyDescriptor, String, String...) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
Establishes a relationship between this Property and the given property by declaring that this Property is only relevant if the given Property has a value equal to one of the given String arguments.
dependsOn(PropertyDescriptor, DescribedValue, DescribedValue...) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
Establishes a relationship between this Property and the given property by declaring that this Property is only relevant if the given Property has a value equal to one of the given DescribedValue arguments.
DeprecationNotice - Annotation Type in org.apache.nifi.annotation.documentation
Annotation that can be applied to a Processor, ControllerService, or ReportingTask in order to warn about the deprecation of the component.
deregisterFlow(FlowRegistryClientConfigurationContext, String, String) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClient
Deletes the specified flow from the Flow Registry.
DescribedValue - Interface in org.apache.nifi.components
Describes a component property value with display name and description.
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 enum org.apache.nifi.expression.ExpressionLanguageScope
 
description - Variable in class org.apache.nifi.flow.VersionedFlowRegistryClient
 
description - Variable in class org.apache.nifi.flow.VersionedParameter
 
description - Variable in class org.apache.nifi.flow.VersionedParameterContext
 
description - Variable in class org.apache.nifi.parameter.ParameterDescriptor.Builder
 
description(String) - Method in class org.apache.nifi.parameter.ParameterDescriptor.Builder
 
description - Variable in class org.apache.nifi.parameter.ParameterDescriptor
 
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.flow.FlowRegistryBucket
 
description - Variable in class org.apache.nifi.registry.flow.RegisteredFlow
 
description - Variable in enum org.apache.nifi.registry.flow.VersionedFlowState
 
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.
descriptor - Variable in class org.apache.nifi.parameter.Parameter
 
destination - Variable in class org.apache.nifi.flow.VersionedConnection
 
destinationId - Variable in class org.apache.nifi.controller.status.ConnectionStatus
 
destinationName - Variable in class org.apache.nifi.controller.status.ConnectionStatus
 
disabled() - Method in class org.apache.nifi.controller.AbstractControllerService
 
displayName - Variable in class org.apache.nifi.components.AllowableValue
 
displayName - Variable in class org.apache.nifi.components.PropertyDependency
 
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
displayName - Variable in class org.apache.nifi.flow.VersionedPropertyDescriptor
 
DocumentationControllerServiceInitializationContext - Class in org.apache.nifi.documentation.init
 
DocumentationControllerServiceInitializationContext() - Constructor for class org.apache.nifi.documentation.init.DocumentationControllerServiceInitializationContext
 
DocumentationParameterProviderInitializationContext - Class in org.apache.nifi.documentation.init
 
DocumentationParameterProviderInitializationContext() - Constructor for class org.apache.nifi.documentation.init.DocumentationParameterProviderInitializationContext
 
DocumentationProcessorInitializationContext - Class in org.apache.nifi.documentation.init
 
DocumentationProcessorInitializationContext() - Constructor for class org.apache.nifi.documentation.init.DocumentationProcessorInitializationContext
 
DocumentationReportingInitializationContext - Class in org.apache.nifi.documentation.init
 
DocumentationReportingInitializationContext() - Constructor for class org.apache.nifi.documentation.init.DocumentationReportingInitializationContext
 
duration - Variable in enum org.apache.nifi.annotation.behavior.DefaultRunDuration
 
duration - Variable in class org.apache.nifi.flow.BatchSize
 
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
dynamicallyModifiesClasspath - Variable in class org.apache.nifi.components.PropertyDescriptor.Builder
 
dynamicallyModifiesClasspath(boolean) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
Specifies that the value of this property represents one or more resources that the framework should add to the classpath of as well as consider when looking for native libraries for the given component.
dynamicallyModifiesClasspath - Variable in class org.apache.nifi.components.PropertyDescriptor
indicates whether or not this property represents resources that should be added to the classpath and used for loading native libraries for this instance of the component
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.
EMPTY_RESOURCE_REFERENCES - Static variable in class org.apache.nifi.components.resource.StandardResourceReferenceFactory
 
EmptyControllerServiceLookup - Class in org.apache.nifi.documentation.init
 
EmptyControllerServiceLookup() - Constructor for class org.apache.nifi.documentation.init.EmptyControllerServiceLookup
 
enabled - Variable in class org.apache.nifi.controller.AbstractControllerService
 
enabled() - Method in class org.apache.nifi.controller.AbstractControllerService
 
encrypt(String) - Method in interface org.apache.nifi.processor.ProcessContext
Deprecated.
Processors should not depend on framework encryption operations
endTimeMillis - Variable in class org.apache.nifi.controller.status.analytics.QueryWindow
 
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.PropertyDependency
 
equals(Object) - Method in class org.apache.nifi.components.PropertyDescriptor
 
equals(Object) - Method in class org.apache.nifi.components.resource.FileResourceReference
 
equals(Object) - Method in class org.apache.nifi.components.resource.StandardResourceReferences
 
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.flow.BatchSize
 
equals(Object) - Method in class org.apache.nifi.flow.Bundle
 
equals(Object) - Method in class org.apache.nifi.flow.ConnectableComponent
 
equals(Object) - Method in class org.apache.nifi.flow.ControllerServiceAPI
 
equals(Object) - Method in class org.apache.nifi.flow.Position
 
equals(Object) - Method in class org.apache.nifi.flow.VersionedComponent
 
equals(Object) - Method in class org.apache.nifi.flow.VersionedFlowCoordinates
 
equals(Object) - Method in class org.apache.nifi.flow.VersionedParameter
 
equals(Object) - Method in class org.apache.nifi.flow.VersionedRemoteGroupPort
 
equals(Object) - Method in class org.apache.nifi.parameter.Parameter
 
equals(Object) - Method in class org.apache.nifi.parameter.ParameterDescriptor
 
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 class org.apache.nifi.documentation.init.NopComponentLog
 
error(String, Object[]) - Method in class org.apache.nifi.documentation.init.NopComponentLog
 
error(String) - Method in class org.apache.nifi.documentation.init.NopComponentLog
 
error(String, Object[], Throwable) - Method in class org.apache.nifi.documentation.init.NopComponentLog
 
error(LogMessage) - Method in class org.apache.nifi.documentation.init.NopComponentLog
 
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
 
error(LogMessage) - 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(FlowFile, Map<String, String>, AttributeValueDecorator, 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(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.
eventDrivenThreads - Variable in class org.apache.nifi.controller.status.NodeStatus
 
executionNode - Variable in class org.apache.nifi.controller.status.ProcessorStatus
 
executionNode - Variable in class org.apache.nifi.flow.VersionedProcessor
 
ExecutionNode - Enum in org.apache.nifi.scheduling
Defines the Nodes where a given Component will be scheduled to run.
ExecutionNode() - Constructor for enum org.apache.nifi.scheduling.ExecutionNode
 
explanation - Variable in class org.apache.nifi.components.ConfigVerificationResult.Builder
 
explanation(String) - Method in class org.apache.nifi.components.ConfigVerificationResult.Builder
 
explanation - Variable in class org.apache.nifi.components.ConfigVerificationResult
 
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
 
expressionLanguageScope - Variable in class org.apache.nifi.components.PropertyDescriptor.Builder
 
expressionLanguageScope - Variable in class org.apache.nifi.components.PropertyDescriptor
indicates whether or nor this property will evaluate expression language against the flow file attributes
expressionLanguageScope - Variable in class org.apache.nifi.components.PropertyDescriptor.ResourceDefinitionValidator
 
ExpressionLanguageScope - Enum in org.apache.nifi.expression
Indicates the scope of expression language on a property descriptor.
ExpressionLanguageScope(String) - Constructor for enum org.apache.nifi.expression.ExpressionLanguageScope
 
expressionLanguageSupported - Variable in class org.apache.nifi.components.PropertyDescriptor.Builder
Deprecated.
expressionLanguageSupported(boolean) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
Deprecated.
expressionLanguageSupported(ExpressionLanguageScope) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
Sets the scope of the expression language evaluation
expressionLanguageSupported - Variable in class org.apache.nifi.components.PropertyDescriptor
Deprecated.
ExtensionDocumentationWriter - Interface in org.apache.nifi.documentation
Generates documentation for an instance of a ConfigurableComponent.
ExtensionType - Enum in org.apache.nifi.documentation
 
ExtensionType() - Constructor for enum org.apache.nifi.documentation.ExtensionType
 
ExternalControllerServiceReference - Class in org.apache.nifi.flow
 
ExternalControllerServiceReference() - Constructor for class org.apache.nifi.flow.ExternalControllerServiceReference
 
externalControllerServices - Variable in class org.apache.nifi.flow.VersionedExternalFlow
 
externalControllerServices - Variable in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
 
ExternalResourceConflictResolutionStrategy - Interface in org.apache.nifi.flow.resource
Might be used by provider service in order to decide if an available resource should be acquired from the external provider.
ExternalResourceDescriptor - Interface in org.apache.nifi.flow.resource
Describes an available resource might be fetched from the external source.
ExternalResourceProvider - Interface in org.apache.nifi.flow.resource
Represents an external source where the resource files might be acquired from.
ExternalResourceProviderInitializationContext - Interface in org.apache.nifi.flow.resource
Contains necessary information for extensions of external resource provider functionality.

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.
fetchExternalResource(ExternalResourceDescriptor) - Method in interface org.apache.nifi.flow.resource.ExternalResourceProvider
Fetches the resource determined by the descriptor.
fetchNarContents(String) - Method in interface org.apache.nifi.nar.NarProvider
Deprecated.
Fetches the NAR at the given location.
fetchParameters(ConfigurationContext) - Method in interface org.apache.nifi.parameter.ParameterProvider
Fetches named groups of parameters from an external source.
file - Variable in class org.apache.nifi.components.resource.FileResourceReference
 
FileResourceReference - Class in org.apache.nifi.components.resource
 
FileResourceReference(File) - Constructor for class org.apache.nifi.components.resource.FileResourceReference
 
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.
findBulletinsForSource(String, String) - Method in interface org.apache.nifi.reporting.BulletinRepository
Finds all bulletins for the specified source component that resides in the given group.
flatten() - Method in interface org.apache.nifi.components.resource.ResourceReferences
Iterates through the Resource References and for any reference that may represent more than one resource, flattens the resource into a List of single-entity references.
flatten() - Method in class org.apache.nifi.components.resource.StandardResourceReferences
 
flattenRecursively() - Method in interface org.apache.nifi.components.resource.ResourceReferences
Recursively iterates through the Resource References and for any reference that may represent more than one resource, flattens the resource into a List of single-entity references.
flattenRecursively() - Method in class org.apache.nifi.components.resource.StandardResourceReferences
 
flow - Variable in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
 
FlowAlreadyExistsException - Exception in org.apache.nifi.registry.flow
 
FlowAlreadyExistsException(String) - Constructor for exception org.apache.nifi.registry.flow.FlowAlreadyExistsException
 
FlowAlreadyExistsException(String, Throwable) - Constructor for exception org.apache.nifi.registry.flow.FlowAlreadyExistsException
 
flowContents - Variable in class org.apache.nifi.flow.VersionedExternalFlow
 
flowContents - Variable in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
 
flowEncodingVersion - Variable in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
 
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, or obtaining a reference to the FlowFile
FlowFileAccessException(String) - Constructor for exception org.apache.nifi.processor.exception.FlowFileAccessException
 
FlowFileAccessException(String, Throwable) - Constructor for exception org.apache.nifi.processor.exception.FlowFileAccessException
 
flowFileAvailability - Variable in class org.apache.nifi.controller.status.ConnectionStatus
 
FlowFileAvailability - Enum in org.apache.nifi.controller.status
 
FlowFileAvailability() - Constructor for enum org.apache.nifi.controller.status.FlowFileAvailability
 
flowfileConcurrency - Variable in class org.apache.nifi.flow.VersionedProcessGroup
 
flowFileExpiration - Variable in class org.apache.nifi.flow.VersionedConnection
 
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
 
flowfileOutboundPolicy - Variable in class org.apache.nifi.flow.VersionedProcessGroup
 
flowFileRepositoryFreeSpace - Variable in class org.apache.nifi.controller.status.NodeStatus
 
flowFileRepositoryUsedSpace - Variable in class org.apache.nifi.controller.status.NodeStatus
 
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
 
flowFileUuid - Variable in class org.apache.nifi.logging.LogMessage.Builder
 
flowFileUuid(String) - Method in class org.apache.nifi.logging.LogMessage.Builder
 
flowFileUuid - Variable in class org.apache.nifi.logging.LogMessage
 
flowFileUuid - Variable in class org.apache.nifi.reporting.Bulletin
 
flowId - Variable in class org.apache.nifi.flow.VersionedExternalFlowMetadata
 
flowId - Variable in class org.apache.nifi.flow.VersionedFlowCoordinates
 
flowIdentifier - Variable in class org.apache.nifi.registry.flow.RegisteredFlowSnapshotMetadata
 
flowName - Variable in class org.apache.nifi.flow.VersionedExternalFlowMetadata
 
FlowRegistryBucket - Class in org.apache.nifi.registry.flow
 
FlowRegistryBucket() - Constructor for class org.apache.nifi.registry.flow.FlowRegistryBucket
 
FlowRegistryClient - Interface in org.apache.nifi.registry.flow
Represents and external source, where flows might be stored and retrieved from.
FlowRegistryClientConfigurationContext - Interface in org.apache.nifi.registry.flow
 
FlowRegistryClientInitializationContext - Interface in org.apache.nifi.registry.flow
 
FlowRegistryException - Exception in org.apache.nifi.registry.flow
Indicates an error interacting with the NiFi registry for a reason other than IOException.
FlowRegistryException(String) - Constructor for exception org.apache.nifi.registry.flow.FlowRegistryException
 
FlowRegistryException(String, Throwable) - Constructor for exception org.apache.nifi.registry.flow.FlowRegistryException
 
FlowRegistryInvalidException - Exception in org.apache.nifi.registry.flow
 
FlowRegistryInvalidException(List<String>) - Constructor for exception org.apache.nifi.registry.flow.FlowRegistryInvalidException
 
FlowRegistryPermissions - Class in org.apache.nifi.registry.flow
 
FlowRegistryPermissions() - Constructor for class org.apache.nifi.registry.flow.FlowRegistryPermissions
 
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.
freeHeap - Variable in class org.apache.nifi.controller.status.NodeStatus
 
freeNonHeap - Variable in class org.apache.nifi.controller.status.NodeStatus
 
freeSpace - Variable in class org.apache.nifi.controller.status.StorageStatus
 
from(ParameterDescriptor) - Method in class org.apache.nifi.parameter.ParameterDescriptor.Builder
 
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
 
funnels - Variable in class org.apache.nifi.flow.VersionedProcessGroup
 

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
 
getAllowRemoteAccess() - Method in class org.apache.nifi.flow.VersionedPort
 
getAllProperties() - Method in interface org.apache.nifi.context.PropertyContext
 
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.controller.ConfigurationContext
 
getAnnotationData() - Method in class org.apache.nifi.flow.VersionedControllerService
 
getAnnotationData() - Method in class org.apache.nifi.flow.VersionedFlowRegistryClient
 
getAnnotationData() - Method in class org.apache.nifi.flow.VersionedParameterProvider
 
getAnnotationData() - Method in class org.apache.nifi.flow.VersionedProcessor
 
getAnnotationData() - Method in class org.apache.nifi.flow.VersionedReportingTask
 
getAnnotationData() - Method in interface org.apache.nifi.processor.ProcessContext
 
getAnnotationData() - Method in interface org.apache.nifi.search.SearchContext
 
getArtifact() - Method in class org.apache.nifi.flow.Bundle
 
getArtifactId() - Method in interface org.apache.nifi.documentation.ServiceAPI
 
getArtifactId() - Method in class org.apache.nifi.documentation.StandardServiceAPI
 
getAttribute(String) - Method in interface org.apache.nifi.flowfile.FlowFile
Obtains the attribute value for the given key
getAttribute(String) - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
Returns the attribute with the given name
getAttributes() - Method in interface org.apache.nifi.flowfile.FlowFile
 
getAttributes() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getAuthor() - Method in class org.apache.nifi.flow.VersionedExternalFlowMetadata
 
getAuthor() - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshotMetadata
 
getAuthorizationIssue() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
getAutoTerminatedRelationships() - Method in class org.apache.nifi.flow.VersionedProcessor
 
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
 
getBackoffMechanism() - Method in class org.apache.nifi.flow.VersionedProcessor
 
getBackPressureBytesThreshold() - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
getBackPressureDataSizeThreshold() - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
getBackPressureDataSizeThreshold() - Method in class org.apache.nifi.flow.VersionedConnection
 
getBackPressureObjectThreshold() - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
getBackPressureObjectThreshold() - Method in class org.apache.nifi.flow.VersionedConnection
 
getBatchSize() - Method in class org.apache.nifi.flow.VersionedRemoteGroupPort
 
getBends() - Method in class org.apache.nifi.flow.VersionedConnection
 
getBestEventIdentifier() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
Returns the best event identifier for this event (eventId if available, descriptive identifier if not yet persisted to allow for traceability).
getBucket(FlowRegistryClientConfigurationContext, String) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClient
Gets the bucket with the given id.
getBucket() - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
 
getBucketId() - Method in class org.apache.nifi.flow.VersionedFlowCoordinates
 
getBucketIdentifier() - Method in class org.apache.nifi.flow.VersionedExternalFlowMetadata
 
getBucketIdentifier() - Method in class org.apache.nifi.registry.flow.RegisteredFlow
 
getBucketIdentifier() - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshotMetadata
 
getBucketName() - Method in class org.apache.nifi.registry.flow.RegisteredFlow
 
getBuckets(FlowRegistryClientConfigurationContext) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClient
Gets the buckets for the specified user.
getBulletinLevel() - Method in class org.apache.nifi.flow.VersionedControllerService
 
getBulletinLevel() - Method in class org.apache.nifi.flow.VersionedProcessor
 
getBulletinRepository() - Method in interface org.apache.nifi.reporting.ReportingContext
 
getBundle() - Method in class org.apache.nifi.flow.ControllerServiceAPI
 
getBundle() - Method in class org.apache.nifi.flow.ParameterProviderReference
 
getBundle() - Method in class org.apache.nifi.flow.VersionedConfigurableExtension
 
getBundle() - Method in interface org.apache.nifi.flow.VersionedExtensionComponent
 
getBundle() - Method in class org.apache.nifi.flow.VersionedParameterProvider
 
getByteCount() - Method in class org.apache.nifi.controller.queue.QueueSize
 
getBytesFetched() - Method in interface org.apache.nifi.provenance.ProvenanceReporter
 
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
 
getBytesReceived() - Method in interface org.apache.nifi.provenance.ProvenanceReporter
 
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
 
getBytesSent() - Method in interface org.apache.nifi.provenance.ProvenanceReporter
 
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
 
getCanDelete() - Method in class org.apache.nifi.registry.flow.FlowRegistryPermissions
 
getCanRead() - Method in class org.apache.nifi.registry.flow.FlowRegistryPermissions
 
getCanWrite() - Method in class org.apache.nifi.registry.flow.FlowRegistryPermissions
 
getCardinality() - Method in interface org.apache.nifi.components.resource.ResourceDefinition
Specifies the number of resources that should be reference-able by a component property
getCardinality() - Method in class org.apache.nifi.components.resource.StandardResourceDefinition
 
getCardinality() - Method in class org.apache.nifi.flow.VersionedResourceDefinition
 
getCategory() - Method in class org.apache.nifi.reporting.Bulletin
 
getChildFlowFileIds() - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
 
getChildUuids() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getClassloaderIsolationKey(PropertyContext) - Method in interface org.apache.nifi.components.ClassloaderIsolationKeyProvider
Determines the key that identifies a shared ClassLoader that this component may use.
getClassName() - Method in interface org.apache.nifi.documentation.ServiceAPI
 
getClassName() - Method in class org.apache.nifi.documentation.StandardServiceAPI
 
getClusterMembers() - Method in interface org.apache.nifi.controller.NodeTypeProvider
 
getClusterNodeIdentifier() - Method in interface org.apache.nifi.reporting.ReportingContext
 
getComments() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
getComments() - Method in class org.apache.nifi.flow.ConnectableComponent
 
getComments() - Method in class org.apache.nifi.flow.VersionedComponent
 
getComments() - Method in class org.apache.nifi.flow.VersionedExternalFlowMetadata
 
getComments() - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshotMetadata
 
getCommunicationsTimeout() - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
 
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 class org.apache.nifi.flow.VersionedComponent
 
getComponentType() - Method in class org.apache.nifi.flow.VersionedConnection
 
getComponentType() - Method in class org.apache.nifi.flow.VersionedControllerService
 
getComponentType() - Method in class org.apache.nifi.flow.VersionedFlowRegistryClient
 
getComponentType() - Method in class org.apache.nifi.flow.VersionedFunnel
 
getComponentType() - Method in class org.apache.nifi.flow.VersionedLabel
 
getComponentType() - Method in class org.apache.nifi.flow.VersionedParameterContext
 
getComponentType() - Method in class org.apache.nifi.flow.VersionedParameterProvider
 
getComponentType() - Method in class org.apache.nifi.flow.VersionedPort
 
getComponentType() - Method in class org.apache.nifi.flow.VersionedProcessGroup
 
getComponentType() - Method in class org.apache.nifi.flow.VersionedProcessor
 
getComponentType() - Method in class org.apache.nifi.flow.VersionedRemoteGroupPort
 
getComponentType() - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
 
getComponentType() - Method in class org.apache.nifi.flow.VersionedReportingTask
 
getComponentType() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getConcurrentlySchedulableTaskCount() - Method in class org.apache.nifi.flow.VersionedPort
 
getConcurrentlySchedulableTaskCount() - Method in class org.apache.nifi.flow.VersionedProcessor
 
getConcurrentlySchedulableTaskCount() - Method in class org.apache.nifi.flow.VersionedRemoteGroupPort
 
getConfigurationContext() - Method in class org.apache.nifi.controller.AbstractControllerService
 
getConnections() - Method in class org.apache.nifi.flow.VersionedProcessGroup
 
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
 
getContentRepositories() - Method in class org.apache.nifi.controller.status.NodeStatus
 
getControllerBulletinCapacity() - Method in interface org.apache.nifi.reporting.BulletinRepository
 
getControllerService(String) - Method in interface org.apache.nifi.controller.ControllerServiceLookup
 
getControllerService(String) - Method in class org.apache.nifi.documentation.init.EmptyControllerServiceLookup
 
getControllerServiceApis() - Method in class org.apache.nifi.flow.VersionedControllerService
 
getControllerServiceDefinition() - Method in class org.apache.nifi.components.PropertyDescriptor
 
getControllerServiceIdentifiers(Class<? extends ControllerService>) - Method in interface org.apache.nifi.controller.ControllerServiceLookup
 
getControllerServiceIdentifiers(Class<? extends ControllerService>) - Method in class org.apache.nifi.documentation.init.EmptyControllerServiceLookup
 
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.documentation.init.DocumentationControllerServiceInitializationContext
 
getControllerServiceLookup() - Method in class org.apache.nifi.documentation.init.DocumentationProcessorInitializationContext
 
getControllerServiceLookup() - Method in class org.apache.nifi.documentation.init.DocumentationReportingInitializationContext
 
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
 
getControllerServiceName(String) - Method in class org.apache.nifi.documentation.init.EmptyControllerServiceLookup
 
getControllerServices() - Method in class org.apache.nifi.flow.VersionedProcessGroup
 
getControllerServiceValidationContext(ControllerService) - Method in interface org.apache.nifi.components.ValidationContext
 
getControllerStatus() - Method in interface org.apache.nifi.reporting.EventAccess
 
getCount() - Method in interface org.apache.nifi.components.resource.ResourceReferences
 
getCount() - Method in class org.apache.nifi.components.resource.StandardResourceReferences
 
getCount() - Method in class org.apache.nifi.flow.BatchSize
 
getCounters() - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
getCreatedAtInMs() - Method in class org.apache.nifi.controller.status.NodeStatus
 
getCreatedTimestamp() - Method in class org.apache.nifi.registry.flow.FlowRegistryBucket
 
getCreatedTimestamp() - Method in class org.apache.nifi.registry.flow.RegisteredFlow
 
getCurrentNode() - Method in interface org.apache.nifi.controller.NodeTypeProvider
 
getDefaultBackPressureDataSizeThreshold() - Method in class org.apache.nifi.flow.VersionedProcessGroup
 
getDefaultBackPressureObjectThreshold() - Method in class org.apache.nifi.flow.VersionedProcessGroup
 
getDefaultConcurrentTasks() - Method in enum org.apache.nifi.scheduling.SchedulingStrategy
 
getDefaultFlowFileExpiration() - Method in class org.apache.nifi.flow.VersionedProcessGroup
 
getDefaultSchedulingPeriod() - Method in enum org.apache.nifi.scheduling.SchedulingStrategy
 
getDefaultValue() - Method in class org.apache.nifi.components.PropertyDescriptor
 
getDependencies() - Method in class org.apache.nifi.components.PropertyDescriptor
 
getDependentValues() - Method in class org.apache.nifi.components.PropertyDependency
 
getDescription() - Method in class org.apache.nifi.components.AllowableValue
 
getDescription() - Method in interface org.apache.nifi.components.DescribedValue
 
getDescription() - Method in class org.apache.nifi.components.PropertyDescriptor
 
getDescription(ConfigurableComponent) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
 
getDescription() - Method in enum org.apache.nifi.expression.ExpressionLanguageScope
 
getDescription() - Method in class org.apache.nifi.flow.VersionedFlowRegistryClient
 
getDescription() - Method in class org.apache.nifi.flow.VersionedParameter
 
getDescription() - Method in class org.apache.nifi.flow.VersionedParameterContext
 
getDescription() - Method in class org.apache.nifi.parameter.ParameterDescriptor
 
getDescription() - Method in class org.apache.nifi.processor.Relationship
 
getDescription() - Method in class org.apache.nifi.registry.flow.FlowRegistryBucket
 
getDescription() - Method in class org.apache.nifi.registry.flow.RegisteredFlow
 
getDescription() - Method in enum org.apache.nifi.registry.flow.VersionedFlowState
 
getDescription() - Method in class org.apache.nifi.registry.VariableDescriptor
 
getDescriptor() - Method in class org.apache.nifi.parameter.Parameter
 
getDestination() - Method in class org.apache.nifi.flow.VersionedConnection
 
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 interface org.apache.nifi.components.DescribedValue
 
getDisplayName() - Method in class org.apache.nifi.components.PropertyDescriptor
 
getDisplayName() - Method in class org.apache.nifi.flow.VersionedPropertyDescriptor
 
getDuration() - Method in enum org.apache.nifi.annotation.behavior.DefaultRunDuration
 
getDuration() - Method in class org.apache.nifi.flow.BatchSize
 
getDynamicProperties(ConfigurableComponent) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
 
getDynamicRelationship(Processor) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
 
getEndDateTime() - Method in class org.apache.nifi.controller.status.analytics.QueryWindow
 
getEndTimeMillis() - Method in class org.apache.nifi.controller.status.analytics.QueryWindow
 
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
 
getEventDrivenThreads() - Method in class org.apache.nifi.controller.status.NodeStatus
 
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
 
getExecutionNode() - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
getExecutionNode() - Method in class org.apache.nifi.flow.VersionedProcessor
 
getExecutionNode() - Method in interface org.apache.nifi.processor.ProcessContext
 
getExplanation() - Method in class org.apache.nifi.components.ConfigVerificationResult
 
getExplanation() - Method in class org.apache.nifi.components.ValidationResult
 
getExpressionLanguageScope() - Method in class org.apache.nifi.components.PropertyDescriptor
 
getExtensionType(ConfigurableComponent) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
 
getExternalControllerServices() - Method in class org.apache.nifi.flow.VersionedExternalFlow
 
getExternalControllerServices() - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
 
getFileSize() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getFilter() - Method in interface org.apache.nifi.flow.resource.ExternalResourceProviderInitializationContext
 
getFlow(FlowRegistryClientConfigurationContext, String, String) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClient
Retrieves a flow by bucket id and Flow id.
getFlow() - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
 
getFlowChanges(int, int) - Method in interface org.apache.nifi.reporting.EventAccess
Obtains flow changes starting with (and including) the given action ID.
getFlowContents() - Method in class org.apache.nifi.flow.VersionedExternalFlow
 
getFlowContents(FlowRegistryClientConfigurationContext, String, String, int) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClient
Retrieves the contents of the flow with the given Bucket id, Flow id, and version, from the Registry.
getFlowContents() - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
 
getFlowEncodingVersion() - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
 
getFlowFileAvailability() - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
getFlowFileConcurrency() - Method in class org.apache.nifi.flow.VersionedProcessGroup
 
getFlowFileEntryDate() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getFlowFileExpiration() - Method in class org.apache.nifi.flow.VersionedConnection
 
getFlowFileId() - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
 
getFlowFileOutboundPolicy() - Method in class org.apache.nifi.flow.VersionedProcessGroup
 
getFlowFileRepositoryFreeSpace() - Method in class org.apache.nifi.controller.status.NodeStatus
 
getFlowFileRepositoryUsedSpace() - Method in class org.apache.nifi.controller.status.NodeStatus
 
getFlowFilesFetched() - Method in interface org.apache.nifi.provenance.ProvenanceReporter
 
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
 
getFlowFilesReceived() - Method in interface org.apache.nifi.provenance.ProvenanceReporter
 
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
 
getFlowFilesSent() - Method in interface org.apache.nifi.provenance.ProvenanceReporter
 
getFlowFilesTransferred() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getFlowFileUuid() - Method in class org.apache.nifi.logging.LogMessage
 
getFlowFileUuid() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getFlowFileUuid() - Method in class org.apache.nifi.reporting.Bulletin
 
getFlowId() - Method in class org.apache.nifi.flow.VersionedFlowCoordinates
 
getFlowIdentifier() - Method in class org.apache.nifi.flow.VersionedExternalFlowMetadata
 
getFlowIdentifier() - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshotMetadata
 
getFlowName() - Method in class org.apache.nifi.flow.VersionedExternalFlowMetadata
 
getFlows(FlowRegistryClientConfigurationContext, String) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClient
Retrieves the set of all Flows for the specified bucket.
getFlowVersions(FlowRegistryClientConfigurationContext, String, String) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClient
Retrieves the set of all versions of the specified flow.
getFreeHeap() - Method in class org.apache.nifi.controller.status.NodeStatus
 
getFreeNonHeap() - Method in class org.apache.nifi.controller.status.NodeStatus
 
getFreeSpace() - Method in class org.apache.nifi.controller.status.StorageStatus
 
getFunnels() - Method in class org.apache.nifi.flow.VersionedProcessGroup
 
getGroup() - Method in class org.apache.nifi.flow.Bundle
 
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 interface org.apache.nifi.documentation.ServiceAPI
 
getGroupId() - Method in class org.apache.nifi.documentation.StandardServiceAPI
 
getGroupId() - Method in class org.apache.nifi.flow.ConnectableComponent
 
getGroupId() - Method in class org.apache.nifi.reporting.Bulletin
 
getGroupIdentifier() - Method in class org.apache.nifi.flow.VersionedComponent
 
getGroupIdPattern() - Method in class org.apache.nifi.reporting.BulletinQuery
 
getGroupName() - Method in class org.apache.nifi.parameter.AbstractParameterGroup
 
getGroupName() - Method in class org.apache.nifi.parameter.ParameterGroup
 
getGroupName() - Method in class org.apache.nifi.parameter.ParameterGroupConfiguration
 
getGroupName() - Method in class org.apache.nifi.reporting.Bulletin
 
getGroupPath() - Method in class org.apache.nifi.reporting.Bulletin
 
getGroupStatus(String) - Method in interface org.apache.nifi.reporting.EventAccess
 
getHeapUtilization() - Method in class org.apache.nifi.controller.status.NodeStatus
 
getHeight() - Method in class org.apache.nifi.flow.VersionedLabel
 
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 class org.apache.nifi.flow.ConnectableComponent
 
getId() - Method in class org.apache.nifi.flow.VersionedFlowRegistryClient
Deprecated.
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.documentation.init.DocumentationControllerServiceInitializationContext
 
getIdentifier() - Method in class org.apache.nifi.documentation.init.DocumentationParameterProviderInitializationContext
 
getIdentifier() - Method in class org.apache.nifi.documentation.init.DocumentationProcessorInitializationContext
 
getIdentifier() - Method in class org.apache.nifi.documentation.init.DocumentationReportingInitializationContext
 
getIdentifier() - Method in class org.apache.nifi.flow.ExternalControllerServiceReference
 
getIdentifier() - Method in class org.apache.nifi.flow.ParameterProviderReference
 
getIdentifier() - Method in class org.apache.nifi.flow.VersionedComponent
 
getIdentifier() - Method in class org.apache.nifi.parameter.AbstractParameterProvider
 
getIdentifier() - Method in interface org.apache.nifi.parameter.ParameterProviderInitializationContext
 
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.registry.flow.AbstractFlowRegistryClient
 
getIdentifier() - Method in class org.apache.nifi.registry.flow.FlowRegistryBucket
 
getIdentifier() - Method in interface org.apache.nifi.registry.flow.FlowRegistryClientInitializationContext
 
getIdentifier() - Method in class org.apache.nifi.registry.flow.RegisteredFlow
 
getIdentifier() - Method in class org.apache.nifi.reporting.AbstractReportingTask
 
getIdentifier() - Method in interface org.apache.nifi.reporting.ReportingInitializationContext
 
getIdentifiesControllerService() - Method in class org.apache.nifi.flow.VersionedPropertyDescriptor
 
getInactiveRemotePortCount() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
getInheritedParameterContexts() - Method in class org.apache.nifi.flow.VersionedParameterContext
 
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
 
getInputPorts() - Method in class org.apache.nifi.flow.VersionedProcessGroup
 
getInputPorts() - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
 
getInputPortStatus() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getInputRequirement(ConfigurableComponent) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
 
getInstanceIdentifier() - Method in class org.apache.nifi.flow.ConnectableComponent
 
getInstanceIdentifier() - Method in class org.apache.nifi.flow.VersionedComponent
 
getInvocations() - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
getItems() - Method in class org.apache.nifi.parameter.AbstractParameterGroup
 
getKerberosConfigurationFile() - Method in class org.apache.nifi.documentation.init.DocumentationControllerServiceInitializationContext
 
getKerberosConfigurationFile() - Method in class org.apache.nifi.documentation.init.DocumentationParameterProviderInitializationContext
 
getKerberosConfigurationFile() - Method in class org.apache.nifi.documentation.init.DocumentationProcessorInitializationContext
 
getKerberosConfigurationFile() - Method in class org.apache.nifi.documentation.init.DocumentationReportingInitializationContext
 
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 class org.apache.nifi.documentation.init.DocumentationControllerServiceInitializationContext
 
getKerberosServiceKeytab() - Method in class org.apache.nifi.documentation.init.DocumentationParameterProviderInitializationContext
 
getKerberosServiceKeytab() - Method in class org.apache.nifi.documentation.init.DocumentationProcessorInitializationContext
 
getKerberosServiceKeytab() - Method in class org.apache.nifi.documentation.init.DocumentationReportingInitializationContext
 
getKerberosServiceKeytab() - Method in interface org.apache.nifi.kerberos.KerberosContext
The File instance for the Kerberos service keytab.
getKerberosServicePrincipal() - Method in class org.apache.nifi.documentation.init.DocumentationControllerServiceInitializationContext
 
getKerberosServicePrincipal() - Method in class org.apache.nifi.documentation.init.DocumentationParameterProviderInitializationContext
 
getKerberosServicePrincipal() - Method in class org.apache.nifi.documentation.init.DocumentationProcessorInitializationContext
 
getKerberosServicePrincipal() - Method in class org.apache.nifi.documentation.init.DocumentationReportingInitializationContext
 
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.flow.VersionedLabel
 
getLabel() - Method in class org.apache.nifi.search.SearchResult
 
getLabelIndex() - Method in class org.apache.nifi.flow.VersionedConnection
 
getLabels() - Method in class org.apache.nifi.flow.VersionedProcessGroup
 
getLastModified() - Method in interface org.apache.nifi.flow.resource.ExternalResourceDescriptor
 
getLastModified() - Method in class org.apache.nifi.flow.resource.ImmutableExternalResourceDescriptor
 
getLastModifiedTimestamp() - Method in class org.apache.nifi.registry.flow.RegisteredFlow
 
getLastQueueDate() - Method in interface org.apache.nifi.flowfile.FlowFile
 
getLastRefreshTime() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
getLatest() - Method in class org.apache.nifi.flow.VersionedFlowCoordinates
 
getLatestVersion(FlowRegistryClientConfigurationContext, String, String) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClient
Returns the latest (most recent) version of the Flow in the Flow Registry for the given bucket and Flow.
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.
getLoadBalanceCompression() - Method in class org.apache.nifi.flow.VersionedConnection
 
getLoadBalanceStatus() - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
getLoadBalanceStrategy() - Method in class org.apache.nifi.flow.VersionedConnection
 
getLocalNetworkInterface() - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
 
getLocation() - Method in class org.apache.nifi.components.resource.FileResourceReference
 
getLocation() - Method in interface org.apache.nifi.components.resource.ResourceReference
 
getLocation() - Method in class org.apache.nifi.components.resource.URLResourceReference
 
getLocation() - Method in class org.apache.nifi.components.resource.Utf8TextResource
 
getLocation() - Method in interface org.apache.nifi.flow.resource.ExternalResourceDescriptor
 
getLocation() - Method in class org.apache.nifi.flow.resource.ImmutableExternalResourceDescriptor
 
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.documentation.init.DocumentationControllerServiceInitializationContext
 
getLogger() - Method in class org.apache.nifi.documentation.init.DocumentationParameterProviderInitializationContext
 
getLogger() - Method in class org.apache.nifi.documentation.init.DocumentationProcessorInitializationContext
 
getLogger() - Method in class org.apache.nifi.documentation.init.DocumentationReportingInitializationContext
 
getLogger() - Method in class org.apache.nifi.parameter.AbstractParameterProvider
 
getLogger() - Method in interface org.apache.nifi.parameter.ParameterProviderInitializationContext
 
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.registry.flow.AbstractFlowRegistryClient
 
getLogger() - Method in interface org.apache.nifi.registry.flow.FlowRegistryClientInitializationContext
 
getLogger() - Method in class org.apache.nifi.reporting.AbstractReportingTask
 
getLogger() - Method in interface org.apache.nifi.reporting.ReportingInitializationContext
 
getLogLevel() - Method in class org.apache.nifi.logging.LogMessage
 
getMatch() - Method in class org.apache.nifi.search.SearchResult
 
getMaxBackoffPeriod() - Method in class org.apache.nifi.flow.VersionedProcessor
 
getMaxBulletinId() - Method in interface org.apache.nifi.reporting.BulletinRepository
 
getMaxConcurrentTasks() - Method in interface org.apache.nifi.processor.ProcessContext
 
getMaxEventId() - Method in interface org.apache.nifi.provenance.ProvenanceEventRepository
 
getMaxQueuedBytes() - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
getMaxQueuedCount() - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
getMaxQueuedDuration() - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
getMessage() - Method in class org.apache.nifi.logging.LogMessage
 
getMessage() - Method in class org.apache.nifi.reporting.Bulletin
 
getMessagePattern() - Method in class org.apache.nifi.reporting.BulletinQuery
 
getMetadata() - Method in class org.apache.nifi.flow.VersionedExternalFlow
 
getName() - Method in class org.apache.nifi.components.PropertyDescriptor
 
getName() - Method in interface org.apache.nifi.controller.ConfigurationContext
Returns the component's (ControllerService, ReportingTask, ParameterProvider, e.g.) name
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 class org.apache.nifi.controller.status.StorageStatus
 
getName() - Method in class org.apache.nifi.documentation.init.DocumentationParameterProviderInitializationContext
 
getName() - Method in class org.apache.nifi.documentation.init.DocumentationReportingInitializationContext
 
getName() - Method in class org.apache.nifi.documentation.init.NopComponentLog
 
getName() - Method in class org.apache.nifi.flow.ConnectableComponent
 
getName() - Method in class org.apache.nifi.flow.ExternalControllerServiceReference
 
getName() - Method in class org.apache.nifi.flow.ParameterProviderReference
 
getName() - Method in class org.apache.nifi.flow.VersionedComponent
 
getName() - Method in class org.apache.nifi.flow.VersionedParameter
 
getName() - Method in class org.apache.nifi.flow.VersionedPropertyDescriptor
 
getName() - Method in interface org.apache.nifi.logging.ComponentLog
 
getName() - Method in class org.apache.nifi.parameter.AbstractParameterProvider
 
getName() - Method in class org.apache.nifi.parameter.ParameterDescriptor
 
getName() - Method in interface org.apache.nifi.parameter.ParameterProviderInitializationContext
 
getName() - Method in enum org.apache.nifi.parameter.ParameterSensitivity
 
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.flow.FlowRegistryBucket
 
getName() - Method in class org.apache.nifi.registry.flow.RegisteredFlow
 
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
 
getNextPredictedQueuedBytes() - Method in class org.apache.nifi.controller.status.analytics.ConnectionStatusPredictions
 
getNextPredictedQueuedCount() - Method in class org.apache.nifi.controller.status.analytics.ConnectionStatusPredictions
 
getNiFiSSLContext() - Method in interface org.apache.nifi.nar.NarProviderInitializationContext
Deprecated.
 
getNiFiUserIdentity() - Method in interface org.apache.nifi.registry.flow.FlowRegistryClientConfigurationContext
 
getNodeAddress() - Method in class org.apache.nifi.reporting.Bulletin
 
getNodeTypeProvider() - Method in class org.apache.nifi.controller.AbstractControllerService
 
getNodeTypeProvider() - Method in interface org.apache.nifi.controller.ControllerServiceInitializationContext
 
getNodeTypeProvider() - Method in class org.apache.nifi.documentation.init.DocumentationControllerServiceInitializationContext
 
getNodeTypeProvider() - Method in class org.apache.nifi.documentation.init.DocumentationParameterProviderInitializationContext
 
getNodeTypeProvider() - Method in class org.apache.nifi.documentation.init.DocumentationProcessorInitializationContext
 
getNodeTypeProvider() - Method in class org.apache.nifi.documentation.init.DocumentationReportingInitializationContext
 
getNodeTypeProvider() - Method in class org.apache.nifi.parameter.AbstractParameterProvider
 
getNodeTypeProvider() - Method in interface org.apache.nifi.parameter.ParameterProviderInitializationContext
 
getNodeTypeProvider() - Method in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
 
getNodeTypeProvider() - Method in interface org.apache.nifi.processor.ProcessorInitializationContext
 
getNodeTypeProvider() - Method in class org.apache.nifi.reporting.AbstractReportingTask
 
getNodeTypeProvider() - Method in interface org.apache.nifi.reporting.ReportingInitializationContext
 
getObjectCount() - Method in class org.apache.nifi.controller.queue.QueueSize
 
getObjects() - Method in class org.apache.nifi.logging.LogMessage
 
getOpenFileHandlers() - Method in class org.apache.nifi.controller.status.NodeStatus
 
getOperation() - Method in interface org.apache.nifi.action.Action
 
getOutcome() - Method in class org.apache.nifi.components.ConfigVerificationResult
 
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
 
getOutputPorts() - Method in class org.apache.nifi.flow.VersionedProcessGroup
 
getOutputPorts() - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
 
getOutputPortStatus() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getParameterContextId() - Method in class org.apache.nifi.parameter.Parameter
 
getParameterContextName() - Method in class org.apache.nifi.flow.VersionedProcessGroup
 
getParameterContextName() - Method in class org.apache.nifi.parameter.ParameterGroupConfiguration
 
getParameterContexts() - Method in class org.apache.nifi.flow.VersionedExternalFlow
 
getParameterContexts() - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
 
getParameterGroupName() - Method in class org.apache.nifi.flow.VersionedParameterContext
 
getParameterProvider() - Method in class org.apache.nifi.flow.VersionedParameterContext
 
getParameterProviders() - Method in class org.apache.nifi.flow.VersionedExternalFlow
 
getParameterProviders() - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
 
getParameters() - Method in class org.apache.nifi.flow.VersionedParameterContext
 
getParameters() - Method in class org.apache.nifi.parameter.ParameterGroup
 
getParameterSensitivities() - Method in class org.apache.nifi.parameter.ParameterGroupConfiguration
 
getParent() - Method in interface org.apache.nifi.registry.ComponentVariableRegistry
 
getParentFlowFileIds() - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
 
getParentUuids() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getPartitioningAttribute() - Method in class org.apache.nifi.flow.VersionedConnection
 
getPenaltyDuration() - Method in class org.apache.nifi.flow.VersionedProcessor
 
getPermissionIdentifier() - Method in enum org.apache.nifi.components.RequiredPermission
 
getPermissionLabel() - Method in enum org.apache.nifi.components.RequiredPermission
 
getPermissions() - Method in class org.apache.nifi.registry.flow.FlowRegistryBucket
 
getPermissions() - Method in class org.apache.nifi.registry.flow.RegisteredFlow
 
getPosition() - Method in class org.apache.nifi.flow.VersionedComponent
 
getPredictedPercentBytes() - Method in class org.apache.nifi.controller.status.analytics.ConnectionStatusPredictions
 
getPredictedPercentCount() - Method in class org.apache.nifi.controller.status.analytics.ConnectionStatusPredictions
 
getPredictedTimeToBytesBackpressureMillis() - Method in class org.apache.nifi.controller.status.analytics.ConnectionStatusPredictions
 
getPredictedTimeToCountBackpressureMillis() - Method in class org.apache.nifi.controller.status.analytics.ConnectionStatusPredictions
 
getPredictionIntervalMillis() - Method in class org.apache.nifi.controller.status.analytics.ConnectionStatusPredictions
 
getPredictions() - Method in interface org.apache.nifi.controller.status.analytics.StatusAnalytics
Get available predictions where the key (String) in the map is the name of the prediction and value (Long) is the value for the prediction
getPredictions() - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
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
 
getPrioritizers() - Method in class org.apache.nifi.flow.VersionedConnection
 
getProcessGroupIdentifier() - Method in interface org.apache.nifi.components.ValidationContext
Returns the identifier of the ProcessGroup that the component being validated lives in
getProcessGroups() - Method in class org.apache.nifi.flow.VersionedProcessGroup
 
getProcessGroupStatus() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getProcessingNanos() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getProcessingNanos() - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
getProcessorLoadAverage() - Method in class org.apache.nifi.controller.status.NodeStatus
 
getProcessors() - Method in class org.apache.nifi.flow.VersionedProcessGroup
 
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.flow.resource.ExternalResourceProviderInitializationContext
 
getProperties() - Method in interface org.apache.nifi.flow.VersionedConfigurableComponent
 
getProperties() - Method in class org.apache.nifi.flow.VersionedConfigurableExtension
 
getProperties() - Method in class org.apache.nifi.flow.VersionedParameterProvider
 
getProperties() - Method in interface org.apache.nifi.nar.NarProviderInitializationContext
Deprecated.
 
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.context.PropertyContext
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 class org.apache.nifi.controller.AbstractControllerService
 
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.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
 
getPropertyDescriptor() - Method in interface org.apache.nifi.components.resource.ResourceContext
 
getPropertyDescriptor() - Method in class org.apache.nifi.components.resource.StandardResourceContext
 
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.
getPropertyDescriptors() - Method in interface org.apache.nifi.flow.VersionedConfigurableComponent
 
getPropertyDescriptors() - Method in class org.apache.nifi.flow.VersionedConfigurableExtension
 
getPropertyDescriptors() - Method in class org.apache.nifi.flow.VersionedParameterProvider
 
getPropertyDisplayName() - Method in class org.apache.nifi.components.PropertyDependency
 
getPropertyName() - Method in class org.apache.nifi.components.PropertyDependency
 
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.
getProvenanceRepositories() - Method in class org.apache.nifi.controller.status.NodeStatus
 
getProvenanceRepository() - Method in interface org.apache.nifi.reporting.EventAccess
 
getProxyHost() - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
 
getProxyPassword() - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
 
getProxyPort() - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
 
getProxyUser() - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
 
getQueryWindow() - Method in interface org.apache.nifi.controller.status.analytics.StatusAnalytics
Get the Query Window used by the analytics instance
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
 
getReadsAttributes(Processor) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
 
getReceivedContentSize() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
getReceivedCount() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
getReferencedParameters(String) - Method in interface org.apache.nifi.components.ValidationContext
Returns a Collection containing the names of all Parameters that are referenced by the property with the given name
getRegistryId() - Method in class org.apache.nifi.flow.VersionedFlowCoordinates
 
getRegistryUrl() - Method in class org.apache.nifi.flow.VersionedFlowCoordinates
Deprecated.
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
 
getRemoteGroupId() - Method in class org.apache.nifi.flow.VersionedRemoteGroupPort
 
getRemoteProcessGroups() - Method in class org.apache.nifi.flow.VersionedProcessGroup
 
getRemoteProcessGroupStatus() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getResourceDefinition() - Method in class org.apache.nifi.components.PropertyDescriptor
 
getResourceDefinition() - Method in class org.apache.nifi.flow.VersionedPropertyDescriptor
 
getResourceReferenceFactory() - Method in interface org.apache.nifi.components.resource.ResourceContext
 
getResourceReferenceFactory() - Method in class org.apache.nifi.components.resource.StandardResourceContext
 
getResourceType() - Method in class org.apache.nifi.components.resource.FileResourceReference
 
getResourceType() - Method in interface org.apache.nifi.components.resource.ResourceReference
 
getResourceType() - Method in class org.apache.nifi.components.resource.URLResourceReference
 
getResourceType() - Method in class org.apache.nifi.components.resource.Utf8TextResource
 
getResourceTypes() - Method in interface org.apache.nifi.components.resource.ResourceDefinition
 
getResourceTypes() - Method in class org.apache.nifi.components.resource.StandardResourceDefinition
 
getResourceTypes() - Method in class org.apache.nifi.flow.VersionedResourceDefinition
 
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
getRetriedRelationships() - Method in class org.apache.nifi.flow.VersionedProcessor
 
getRetryCount() - Method in class org.apache.nifi.flow.VersionedProcessor
 
getRetryCount() - Method in interface org.apache.nifi.processor.ProcessContext
 
getRunDurationMillis() - Method in class org.apache.nifi.flow.VersionedProcessor
 
getRunStatus() - Method in class org.apache.nifi.controller.status.PortStatus
 
getRunStatus() - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
getScheduledState() - Method in class org.apache.nifi.flow.VersionedControllerService
 
getScheduledState() - Method in class org.apache.nifi.flow.VersionedPort
 
getScheduledState() - Method in class org.apache.nifi.flow.VersionedProcessor
 
getScheduledState() - Method in class org.apache.nifi.flow.VersionedRemoteGroupPort
 
getScheduledState() - Method in class org.apache.nifi.flow.VersionedReportingTask
 
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.documentation.init.DocumentationReportingInitializationContext
 
getSchedulingPeriod() - Method in class org.apache.nifi.documentation.init.DocumentationReportingInitializationContext
 
getSchedulingPeriod() - Method in class org.apache.nifi.flow.VersionedProcessor
 
getSchedulingPeriod() - Method in class org.apache.nifi.flow.VersionedReportingTask
 
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 class org.apache.nifi.documentation.init.DocumentationReportingInitializationContext
 
getSchedulingStrategy() - Method in class org.apache.nifi.flow.VersionedProcessor
 
getSchedulingStrategy() - Method in class org.apache.nifi.flow.VersionedReportingTask
 
getSchedulingStrategy() - Method in interface org.apache.nifi.reporting.ReportingInitializationContext
 
getScores() - Method in interface org.apache.nifi.controller.status.analytics.StatusAnalyticsModel
Returns a map of scores relevant to model (e.g.
getSearchTerm() - Method in interface org.apache.nifi.search.SearchContext
 
getSelectedRelationships() - Method in class org.apache.nifi.flow.VersionedConnection
 
getSentContentSize() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
getSentCount() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
getSize() - Method in class org.apache.nifi.flow.BatchSize
 
getSize() - Method in interface org.apache.nifi.flowfile.FlowFile
 
getSnapshotMetadata() - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
 
getSource() - Method in class org.apache.nifi.flow.VersionedConnection
 
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
 
getSSLContext() - Method in interface org.apache.nifi.flow.resource.ExternalResourceProviderInitializationContext
 
getStartDateTime() - Method in class org.apache.nifi.controller.status.analytics.QueryWindow
 
getStartTimeMillis() - Method in class org.apache.nifi.controller.status.analytics.QueryWindow
 
getState(Scope) - Method in interface org.apache.nifi.components.state.StateManager
Returns the current state for the component.
getState(Scope) - Method in class org.apache.nifi.documentation.init.NopStateManager
 
getState(Scope) - Method in interface org.apache.nifi.processor.ProcessSession
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 class org.apache.nifi.documentation.init.DocumentationControllerServiceInitializationContext
 
getStateManager() - Method in interface org.apache.nifi.processor.ProcessContext
 
getStateManager() - Method in interface org.apache.nifi.reporting.ReportingContext
 
getStatusAnalytics(String) - Method in interface org.apache.nifi.controller.status.analytics.StatusAnalyticsEngine
Retrieve status analytics object for given component
getStorageLocation() - Method in class org.apache.nifi.flow.VersionedFlowCoordinates
 
getStyle() - Method in class org.apache.nifi.flow.VersionedLabel
 
getStyle() - Method in class org.apache.nifi.flow.VersionedProcessor
 
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.
getSupportedPropertyDescriptor(PropertyDescriptor) - Method in class org.apache.nifi.components.AbstractConfigurableComponent
 
getSupportedPropertyDescriptors() - Method in class org.apache.nifi.components.AbstractConfigurableComponent
Allows subclasses to register which property descriptor objects are supported.
getSystemResourceConsiderations(ConfigurableComponent) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
 
getSystemSslContext() - Method in class org.apache.nifi.registry.flow.AbstractFlowRegistryClient
 
getSystemSslContext() - Method in interface org.apache.nifi.registry.flow.FlowRegistryClientInitializationContext
 
getTags(ConfigurableComponent) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
 
getTargetId() - Method in class org.apache.nifi.flow.VersionedRemoteGroupPort
 
getTargetUri() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
getTargetUri() - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
Deprecated.
getTargetUris() - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
 
getTerminatedThreadCount() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getTerminatedThreadCount() - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
getThrowable() - Method in class org.apache.nifi.logging.LogMessage
 
getTime() - Method in class org.apache.nifi.logging.LogMessage
 
getTimeDifferenceMillis() - Method in class org.apache.nifi.controller.status.analytics.QueryWindow
 
getTimerDrivenThreads() - Method in class org.apache.nifi.controller.status.NodeStatus
 
getTimestamp() - Method in interface org.apache.nifi.action.Action
 
getTimestamp() - Method in class org.apache.nifi.flow.VersionedExternalFlowMetadata
 
getTimestamp() - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshotMetadata
 
getTimestamp() - Method in class org.apache.nifi.reporting.Bulletin
 
getTotalBytesRead() - Method in interface org.apache.nifi.reporting.EventAccess
Returns the total number of bytes read by this instance (at the root process group level, i.e.
getTotalBytesReceived() - Method in interface org.apache.nifi.reporting.EventAccess
Returns the total number of bytes received by this instance (at the root process group level) since the instance started
getTotalBytesSent() - Method in interface org.apache.nifi.reporting.EventAccess
Returns the total number of bytes sent by this instance (at the root process group level) since the instance started
getTotalBytesWritten() - Method in interface org.apache.nifi.reporting.EventAccess
Returns the total number of bytes written by this instance (at the root process group level, i.e.
getTotalQueuedDuration() - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
getTotalThreads() - Method in class org.apache.nifi.controller.status.NodeStatus
 
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
 
getTransportProtocol() - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
 
getType() - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
getType() - Method in class org.apache.nifi.flow.ConnectableComponent
 
getType() - Method in class org.apache.nifi.flow.ControllerServiceAPI
 
getType() - Method in class org.apache.nifi.flow.ParameterProviderReference
 
getType() - Method in class org.apache.nifi.flow.VersionedConfigurableExtension
 
getType() - Method in interface org.apache.nifi.flow.VersionedExtensionComponent
 
getType() - Method in class org.apache.nifi.flow.VersionedParameterProvider
 
getType() - Method in class org.apache.nifi.flow.VersionedPort
 
getTypeName() - Method in enum org.apache.nifi.flow.ComponentType
 
getUpdatedAttributes() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getUrl() - Method in class org.apache.nifi.flow.VersionedFlowRegistryClient
Deprecated.
getUsedHeap() - Method in class org.apache.nifi.controller.status.NodeStatus
 
getUsedNonHeap() - Method in class org.apache.nifi.controller.status.NodeStatus
 
getUsedSpace() - Method in class org.apache.nifi.controller.status.StorageStatus
 
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.DescribedValue
 
getValue() - Method in interface org.apache.nifi.components.PropertyValue
 
getValue() - Method in class org.apache.nifi.flow.VersionedParameter
 
getValue() - Method in class org.apache.nifi.parameter.Parameter
 
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.
getVariables() - Method in class org.apache.nifi.flow.VersionedProcessGroup
 
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
getVerificationStepName() - Method in class org.apache.nifi.components.ConfigVerificationResult
 
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.
getVersion() - Method in interface org.apache.nifi.documentation.ServiceAPI
 
getVersion() - Method in class org.apache.nifi.documentation.StandardServiceAPI
 
getVersion() - Method in class org.apache.nifi.flow.Bundle
 
getVersion() - Method in class org.apache.nifi.flow.VersionedExternalFlowMetadata
 
getVersion() - Method in class org.apache.nifi.flow.VersionedFlowCoordinates
 
getVersion() - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshotMetadata
 
getVersion() - Method in class org.apache.nifi.registry.flow.RegisteredFlowVersionInfo
 
getVersionCount() - Method in class org.apache.nifi.registry.flow.RegisteredFlow
 
getVersionedComponentId() - Method in interface org.apache.nifi.components.VersionedComponent
 
getVersionedFlowCoordinates() - Method in class org.apache.nifi.flow.VersionedProcessGroup
 
getVersionedFlowState() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getVersionInfo() - Method in class org.apache.nifi.registry.flow.RegisteredFlow
 
getWidth() - Method in class org.apache.nifi.flow.VersionedLabel
 
getWritesAttributes(Processor) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
 
getX() - Method in class org.apache.nifi.flow.Position
 
getY() - Method in class org.apache.nifi.flow.Position
 
getYieldDuration() - Method in class org.apache.nifi.flow.VersionedProcessor
 
getYieldDuration() - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
 
getzIndex() - Method in class org.apache.nifi.flow.VersionedConnection
 
getzIndex() - Method in class org.apache.nifi.flow.VersionedLabel
 
group - Variable in class org.apache.nifi.flow.Bundle
 
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.documentation.StandardServiceAPI
 
groupId - Variable in class org.apache.nifi.flow.ConnectableComponent
 
groupId - Variable in class org.apache.nifi.flow.VersionedComponent
 
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
 
groupName - Variable in class org.apache.nifi.parameter.AbstractParameterGroup
 
groupName - Variable in class org.apache.nifi.parameter.ParameterGroup
 
groupName - Variable in class org.apache.nifi.parameter.ParameterGroupConfiguration
 
groupName - Variable in class org.apache.nifi.reporting.Bulletin
 
groupPath - Variable in class org.apache.nifi.reporting.Bulletin
 

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.PropertyDependency
 
hashCode() - Method in class org.apache.nifi.components.PropertyDescriptor
 
hashCode() - Method in class org.apache.nifi.components.resource.FileResourceReference
 
hashCode() - Method in class org.apache.nifi.components.resource.StandardResourceReferences
 
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() - Method in class org.apache.nifi.flow.BatchSize
 
hashCode() - Method in class org.apache.nifi.flow.Bundle
 
hashCode() - Method in class org.apache.nifi.flow.ConnectableComponent
 
hashCode() - Method in class org.apache.nifi.flow.ControllerServiceAPI
 
hashCode() - Method in class org.apache.nifi.flow.Position
 
hashCode() - Method in class org.apache.nifi.flow.VersionedComponent
 
hashCode() - Method in class org.apache.nifi.flow.VersionedFlowCoordinates
 
hashCode() - Method in class org.apache.nifi.flow.VersionedParameter
 
hashCode() - Method in class org.apache.nifi.flow.VersionedRemoteGroupPort
 
hashCode() - Method in class org.apache.nifi.parameter.Parameter
 
hashCode() - Method in class org.apache.nifi.parameter.ParameterDescriptor
 
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
 
heapUtilization - Variable in class org.apache.nifi.controller.status.NodeStatus
 
height - Variable in class org.apache.nifi.flow.VersionedLabel
 

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.documentation.init.DocumentationControllerServiceInitializationContext
 
id - Variable in class org.apache.nifi.documentation.init.DocumentationParameterProviderInitializationContext
 
id - Variable in class org.apache.nifi.documentation.init.DocumentationReportingInitializationContext
 
id - Variable in class org.apache.nifi.flow.ConnectableComponent
 
id - Variable in class org.apache.nifi.flow.VersionedFlowRegistryClient
Deprecated.
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.flow.ExternalControllerServiceReference
 
identifier - Variable in class org.apache.nifi.flow.ParameterProviderReference
 
identifier - Variable in class org.apache.nifi.flow.VersionedComponent
 
identifier - Variable in class org.apache.nifi.parameter.AbstractParameterProvider
 
identifier - Variable in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
 
identifier - Variable in class org.apache.nifi.registry.flow.AbstractFlowRegistryClient
 
identifier - Variable in class org.apache.nifi.registry.flow.FlowRegistryBucket
 
identifier - Variable in class org.apache.nifi.registry.flow.RegisteredFlow
 
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
identifiesControllerService - Variable in class org.apache.nifi.flow.VersionedPropertyDescriptor
 
identifiesExternalResource(ResourceCardinality, ResourceType, ResourceType...) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
Specifies that this property references one or more resources that are external to NiFi that the component is meant to consume.
ImmutableExternalResourceDescriptor - Class in org.apache.nifi.flow.resource
 
ImmutableExternalResourceDescriptor(String, long) - Constructor for class org.apache.nifi.flow.resource.ImmutableExternalResourceDescriptor
 
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 class org.apache.nifi.documentation.init.NopComponentLog
 
info(String, Object[]) - Method in class org.apache.nifi.documentation.init.NopComponentLog
 
info(String) - Method in class org.apache.nifi.documentation.init.NopComponentLog
 
info(String, Object[], Throwable) - Method in class org.apache.nifi.documentation.init.NopComponentLog
 
info(LogMessage) - Method in class org.apache.nifi.documentation.init.NopComponentLog
 
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
 
info(LogMessage) - Method in interface org.apache.nifi.logging.ComponentLog
 
inheritedParameterContexts - Variable in class org.apache.nifi.flow.VersionedParameterContext
 
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(ParameterProviderInitializationContext) - Method in class org.apache.nifi.parameter.AbstractParameterProvider
Provides a mechanism by which subclasses can perform initialization of the Parameter Provider before its parameters are fetched
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(ConfigurableComponent) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
 
initialize(Processor) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
 
initialize(ControllerService) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
 
initialize(ReportingTask) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
 
initialize(ParameterProvider) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
 
initialize(ConfigurableComponent) - Method in interface org.apache.nifi.documentation.ExtensionDocumentationWriter
Calls initialize on the component.
initialize(ExternalResourceProviderInitializationContext) - Method in interface org.apache.nifi.flow.resource.ExternalResourceProvider
Initializes the External Resource Provider based on the given set of properties.
initialize(NarProviderInitializationContext) - Method in interface org.apache.nifi.nar.NarProvider
Deprecated.
Initializes the NAR Provider based on the given set of properties.
initialize(ParameterProviderInitializationContext) - Method in class org.apache.nifi.parameter.AbstractParameterProvider
 
initialize(ParameterProviderInitializationContext) - Method in interface org.apache.nifi.parameter.ParameterProvider
Provides the Parameter Provider with access to objects that may be of use throughout the life of the provider
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(FlowRegistryClientInitializationContext) - Method in class org.apache.nifi.registry.flow.AbstractFlowRegistryClient
 
initialize(FlowRegistryClientInitializationContext) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClient
 
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
 
inputPorts - Variable in class org.apache.nifi.flow.VersionedProcessGroup
 
inputPorts - Variable in class org.apache.nifi.flow.VersionedRemoteProcessGroup
 
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
 
instanceId - Variable in class org.apache.nifi.flow.ConnectableComponent
 
instanceIdentifier - Variable in class org.apache.nifi.flow.VersionedComponent
 
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
 
invokeRemoteProcess(FlowFile, String) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type ProvenanceEventType.REMOTE_INVOCATION that indicates a remote invocation is requested to an external endpoint using the given FlowFile.
invokeRemoteProcess(FlowFile, String, String) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type ProvenanceEventType.REMOTE_INVOCATION that indicates a remote invocation is requested to an external endpoint using the given FlowFile.
isAccept() - Method in enum org.apache.nifi.processor.FlowFileFilter.FlowFileFilterResult
 
isAccessible() - Method in class org.apache.nifi.components.resource.FileResourceReference
 
isAccessible() - Method in interface org.apache.nifi.components.resource.ResourceReference
Indicates whether or not the resource is accessible.
isAccessible() - Method in class org.apache.nifi.components.resource.URLResourceReference
 
isAccessible() - Method in class org.apache.nifi.components.resource.Utf8TextResource
 
isAllowRemoteAccess() - Method in class org.apache.nifi.flow.VersionedPort
 
isAnalyticsEnabled() - Method in interface org.apache.nifi.reporting.ReportingContext
 
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 class org.apache.nifi.documentation.init.StandaloneNodeTypeProvider
 
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.
isConfiguredForClustering() - Method in interface org.apache.nifi.controller.NodeTypeProvider
 
isConnected() - Method in interface org.apache.nifi.controller.NodeTypeProvider
 
isConnectedToCluster() - Method in interface org.apache.nifi.context.ClusterContext
Retrieves the current state of the cluster connection of this node.
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
 
isControllerServiceEnabled(String) - Method in class org.apache.nifi.documentation.init.EmptyControllerServiceLookup
 
isControllerServiceEnabled(ControllerService) - Method in class org.apache.nifi.documentation.init.EmptyControllerServiceLookup
 
isControllerServiceEnabling(String) - Method in interface org.apache.nifi.controller.ControllerServiceLookup
 
isControllerServiceEnabling(String) - Method in class org.apache.nifi.documentation.init.EmptyControllerServiceLookup
 
isDebugEnabled() - Method in class org.apache.nifi.documentation.init.NopComponentLog
 
isDebugEnabled() - Method in interface org.apache.nifi.logging.ComponentLog
 
isDependencySatisfied(PropertyDescriptor, Function<String, PropertyDescriptor>) - Method in interface org.apache.nifi.components.ValidationContext
Determines whether or not the dependencies of the given Property Descriptor are satisfied.
isDynamic() - Method in class org.apache.nifi.components.PropertyDescriptor
 
isDynamicClasspathModifier() - Method in class org.apache.nifi.components.PropertyDescriptor
 
isEmpty(String) - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
 
isEnabled() - Method in class org.apache.nifi.controller.AbstractControllerService
 
isErrorEnabled() - Method in class org.apache.nifi.documentation.init.NopComponentLog
 
isErrorEnabled() - Method in interface org.apache.nifi.logging.ComponentLog
 
isExpressionLanguagePresent() - Method in interface org.apache.nifi.components.PropertyValue
Indicates whether the value of the property uses Expression Language.
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 class org.apache.nifi.documentation.init.NopComponentLog
 
isInfoEnabled() - Method in interface org.apache.nifi.logging.ComponentLog
 
isLatest() - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
 
isParameterDefined(String) - Method in interface org.apache.nifi.components.ValidationContext
 
isParameterSet(String) - Method in interface org.apache.nifi.components.ValidationContext
Returns true if a Parameter with the given name is defined and has a non-null value, false if either the Parameter is not defined or the Parameter is defined but has a value of null.
isPenalized() - Method in interface org.apache.nifi.flowfile.FlowFile
 
isPrimary() - Method in interface org.apache.nifi.controller.NodeTypeProvider
 
isPrimary() - Method in class org.apache.nifi.documentation.init.StandaloneNodeTypeProvider
 
isProvided() - Method in class org.apache.nifi.flow.VersionedParameter
 
isProvided() - Method in class org.apache.nifi.parameter.Parameter
 
isRelationshipRetried(Relationship) - Method in interface org.apache.nifi.processor.ProcessContext
 
isRemotePortType() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
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.flow.VersionedParameter
 
isSensitive() - Method in class org.apache.nifi.flow.VersionedPropertyDescriptor
 
isSensitive() - Method in class org.apache.nifi.parameter.ParameterDescriptor
 
isSensitive() - Method in class org.apache.nifi.registry.VariableDescriptor
 
isSet() - Method in interface org.apache.nifi.components.PropertyValue
 
isStateful(ConfigurationContext) - Method in interface org.apache.nifi.controller.ControllerService
Indicates whether this controller service, configured with the given ConfigurationContext, stores state.
isStateful(ProcessContext) - Method in interface org.apache.nifi.processor.Processor
Indicates whether this processor, configured with the given ProcessContext, stores state.
isStateful(ReportingContext) - Method in interface org.apache.nifi.reporting.ReportingTask
Indicates whether this reporting task, configured with the given ReportingContext, stores state.
isStorageLocationApplicable(FlowRegistryClientConfigurationContext, String) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClient
Decides if the given location is applicable by the repository instance.
isSynchronized - Variable in class org.apache.nifi.flow.VersionedParameterContext
 
isSynchronized() - Method in class org.apache.nifi.flow.VersionedParameterContext
 
isSynchronized - Variable in class org.apache.nifi.parameter.ParameterGroupConfiguration
 
isSynchronized() - Method in class org.apache.nifi.parameter.ParameterGroupConfiguration
 
isTraceEnabled() - Method in class org.apache.nifi.documentation.init.NopComponentLog
 
isTraceEnabled() - Method in interface org.apache.nifi.logging.ComponentLog
 
isTransmitting() - Method in class org.apache.nifi.controller.status.PortStatus
 
isUseCompression() - Method in class org.apache.nifi.flow.VersionedRemoteGroupPort
 
isValid() - Method in class org.apache.nifi.components.ValidationResult
 
isValid(String) - Static method in class org.apache.nifi.flowfile.FlowFile.KeyValidator
 
isValidateConnections() - Method in interface org.apache.nifi.components.ValidationContext
Determines whether or not incoming and outgoing connections should be validated.
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 class org.apache.nifi.documentation.init.NopComponentLog
 
isWarnEnabled() - Method in interface org.apache.nifi.logging.ComponentLog
 
items - Variable in class org.apache.nifi.parameter.AbstractParameterGroup
 

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 enum org.apache.nifi.action.Operation
 
label - Variable in class org.apache.nifi.flow.VersionedLabel
 
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
 
labelIndex - Variable in class org.apache.nifi.flow.VersionedConnection
 
labels - Variable in class org.apache.nifi.flow.VersionedProcessGroup
 
lastModifiedTimestamp - Variable in class org.apache.nifi.registry.flow.RegisteredFlow
 
lastRefreshTime - Variable in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
latest - Variable in class org.apache.nifi.flow.VersionedFlowCoordinates
 
learn(Stream<Double[]>, Stream<Double>) - Method in interface org.apache.nifi.controller.status.analytics.StatusAnalyticsModel
Train model with provided observations (features, labels/targets)
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
 
listNars() - Method in interface org.apache.nifi.nar.NarProvider
Deprecated.
Performs a listing of all NAR's that are available.
listResources() - Method in interface org.apache.nifi.flow.resource.ExternalResourceProvider
Performs a listing of all resources that are available.
loadBalanceCompression - Variable in class org.apache.nifi.flow.VersionedConnection
 
loadBalanceStatus - Variable in class org.apache.nifi.controller.status.ConnectionStatus
 
LoadBalanceStatus - Enum in org.apache.nifi.controller.status
 
LoadBalanceStatus() - Constructor for enum org.apache.nifi.controller.status.LoadBalanceStatus
 
loadBalanceStrategy - Variable in class org.apache.nifi.flow.VersionedConnection
 
localNetworkInterface - Variable in class org.apache.nifi.flow.VersionedRemoteProcessGroup
 
location - Variable in class org.apache.nifi.flow.resource.ImmutableExternalResourceDescriptor
 
log(LogLevel, String, Throwable) - Method in class org.apache.nifi.documentation.init.NopComponentLog
 
log(LogLevel, String, Object[]) - Method in class org.apache.nifi.documentation.init.NopComponentLog
 
log(LogLevel, String) - Method in class org.apache.nifi.documentation.init.NopComponentLog
 
log(LogLevel, String, Object[], Throwable) - Method in class org.apache.nifi.documentation.init.NopComponentLog
 
log(LogMessage) - Method in class org.apache.nifi.documentation.init.NopComponentLog
 
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
 
log(LogMessage) - Method in interface org.apache.nifi.logging.ComponentLog
 
log(LogLevel, LogMessage) - Method in interface org.apache.nifi.logging.ComponentLog
 
logger - Variable in class org.apache.nifi.controller.AbstractControllerService
 
logger - Variable in class org.apache.nifi.parameter.AbstractParameterProvider
 
logger - Variable in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
 
logger - Variable in class org.apache.nifi.registry.flow.AbstractFlowRegistryClient
 
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
 
logLevel - Variable in class org.apache.nifi.logging.LogMessage.Builder
 
logLevel - Variable in class org.apache.nifi.logging.LogMessage
 
LogMessage - Class in org.apache.nifi.logging
 
LogMessage(long, LogLevel, String, Throwable, String, Object[]) - Constructor for class org.apache.nifi.logging.LogMessage
 
LogMessage.Builder - Class in org.apache.nifi.logging
 

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
 
maxBackoffPeriod - Variable in class org.apache.nifi.flow.VersionedProcessor
 
maxQueuedBytes - Variable in class org.apache.nifi.controller.status.ConnectionStatus
 
maxQueuedCount - Variable in class org.apache.nifi.controller.status.ConnectionStatus
 
maxQueuedDuration - Variable in class org.apache.nifi.controller.status.ConnectionStatus
 
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.
mergeFlowFileAvailability(FlowFileAvailability, FlowFileAvailability) - Static method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
mergeLoadBalanceStatus(LoadBalanceStatus, LoadBalanceStatus) - Static method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
message - Variable in class org.apache.nifi.logging.LogMessage.Builder
 
message(String) - Method in class org.apache.nifi.logging.LogMessage.Builder
 
message - Variable in class org.apache.nifi.logging.LogMessage
 
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
 
metadata - Variable in class org.apache.nifi.flow.VersionedExternalFlow
 
migrate(ProcessSession, Collection<FlowFile>) - Method in interface org.apache.nifi.processor.ProcessSession
Migrates ownership of the given FlowFiles from this to the given newOwner.
migrate(ProcessSession) - Method in interface org.apache.nifi.processor.ProcessSession
Migrates all FlowFiles to the given new owner as described in ProcessSession.migrate(ProcessSession, Collection)
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
 
modifiedAt - Variable in class org.apache.nifi.flow.resource.ImmutableExternalResourceDescriptor
 
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.controller.status.StorageStatus
 
name - Variable in class org.apache.nifi.documentation.init.DocumentationParameterProviderInitializationContext
 
name - Variable in class org.apache.nifi.documentation.init.DocumentationReportingInitializationContext
 
name - Variable in class org.apache.nifi.flow.ConnectableComponent
 
name - Variable in class org.apache.nifi.flow.ExternalControllerServiceReference
 
name - Variable in class org.apache.nifi.flow.ParameterProviderReference
 
name - Variable in class org.apache.nifi.flow.VersionedComponent
 
name - Variable in class org.apache.nifi.flow.VersionedParameter
 
name - Variable in class org.apache.nifi.flow.VersionedPropertyDescriptor
 
name - Variable in class org.apache.nifi.parameter.AbstractParameterProvider
 
name - Variable in class org.apache.nifi.parameter.ParameterDescriptor.Builder
 
name(String) - Method in class org.apache.nifi.parameter.ParameterDescriptor.Builder
 
name - Variable in class org.apache.nifi.parameter.ParameterDescriptor
 
name - Variable in enum org.apache.nifi.parameter.ParameterSensitivity
 
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.flow.FlowRegistryBucket
 
name - Variable in class org.apache.nifi.registry.flow.RegisteredFlow
 
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
 
NarProvider - Interface in org.apache.nifi.nar
Deprecated.
org.apache.nifi.flow.resource.ExternalResourceProvider replaces this interface. External resource as concept includes NARs from external sources but not limited to them. In order to have greater flexibility, the focus of future implementations and improvements is suggested to be on the external resource approach. Existing implementations at the point of introducing external resource concept support both interface families for compatibility reasons.
NarProviderInitializationContext - Interface in org.apache.nifi.nar
Deprecated.
org.apache.nifi.flow.resource.ExternalResourceProviderInitializationContext replaces this interface. External resource as concept includes NARs from external sources but not limited to them. In order to have greater flexibility, the focus of future implementations and improvements is suggested to be on the external resource approach. Existing implementations at the point of introducing external resource concept support both interface families for compatibility reasons.
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
nextPredictedQueuedBytes - Variable in class org.apache.nifi.controller.status.analytics.ConnectionStatusPredictions
 
nextPredictedQueuedCount - Variable in class org.apache.nifi.controller.status.analytics.ConnectionStatusPredictions
 
nodeAddress - Variable in class org.apache.nifi.reporting.Bulletin
 
NodeStatus - Class in org.apache.nifi.controller.status
The status of a NiFi node.
NodeStatus() - Constructor for class org.apache.nifi.controller.status.NodeStatus
 
nodeTypeProvider - Variable in class org.apache.nifi.controller.AbstractControllerService
 
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.documentation.init.DocumentationParameterProviderInitializationContext
 
nodeTypeProvider - Variable in class org.apache.nifi.documentation.init.DocumentationProcessorInitializationContext
 
nodeTypeProvider - Variable in class org.apache.nifi.documentation.init.DocumentationReportingInitializationContext
 
nodeTypeProvider - Variable in class org.apache.nifi.parameter.AbstractParameterProvider
 
nodeTypeProvider - Variable in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
 
nodeTypeProvider - Variable in class org.apache.nifi.reporting.AbstractReportingTask
 
NopComponentLog - Class in org.apache.nifi.documentation.init
 
NopComponentLog() - Constructor for class org.apache.nifi.documentation.init.NopComponentLog
 
NopStateManager - Class in org.apache.nifi.documentation.init
 
NopStateManager() - Constructor for class org.apache.nifi.documentation.init.NopStateManager
 
NoSuchBucketException - Exception in org.apache.nifi.registry.flow
 
NoSuchBucketException(String) - Constructor for exception org.apache.nifi.registry.flow.NoSuchBucketException
 
NoSuchBucketException(String, Throwable) - Constructor for exception org.apache.nifi.registry.flow.NoSuchBucketException
 
NoSuchFlowException - Exception in org.apache.nifi.registry.flow
 
NoSuchFlowException(String) - Constructor for exception org.apache.nifi.registry.flow.NoSuchFlowException
 
NoSuchFlowException(String, Throwable) - Constructor for exception org.apache.nifi.registry.flow.NoSuchFlowException
 
NoSuchFlowVersionException - Exception in org.apache.nifi.registry.flow
 
NoSuchFlowVersionException(String) - Constructor for exception org.apache.nifi.registry.flow.NoSuchFlowVersionException
 
NoSuchFlowVersionException(String, Throwable) - Constructor for exception org.apache.nifi.registry.flow.NoSuchFlowVersionException
 
NULL_DESCRIPTOR - Static variable in class org.apache.nifi.components.PropertyDescriptor
 

O

objectCount - Variable in class org.apache.nifi.controller.queue.QueueSize
 
objects - Variable in class org.apache.nifi.logging.LogMessage.Builder
 
objects(Object[]) - Method in class org.apache.nifi.logging.LogMessage.Builder
 
objects - Variable in class org.apache.nifi.logging.LogMessage
 
OnAdded - Annotation Type in org.apache.nifi.annotation.lifecycle
Marker annotation a Processor, ControllerService, FlowRegistryClient ParameterProvider, 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, FlowRegistryClient ParameterProvider, 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, ParameterProvider, 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.
openFileHandlers - Variable in class org.apache.nifi.controller.status.NodeStatus
 
Operation - Enum in org.apache.nifi.action
Defines possible operations for a given action.
Operation(String) - 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.configuration - package org.apache.nifi.annotation.configuration
 
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.resource - package org.apache.nifi.components.resource
 
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.context - package org.apache.nifi.context
 
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.controller.status.analytics - package org.apache.nifi.controller.status.analytics
 
org.apache.nifi.documentation - package org.apache.nifi.documentation
 
org.apache.nifi.documentation.init - package org.apache.nifi.documentation.init
 
org.apache.nifi.documentation.xml - package org.apache.nifi.documentation.xml
 
org.apache.nifi.expression - package org.apache.nifi.expression
 
org.apache.nifi.flow - package org.apache.nifi.flow
 
org.apache.nifi.flow.resource - package org.apache.nifi.flow.resource
 
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.nar - package org.apache.nifi.nar
 
org.apache.nifi.parameter - package org.apache.nifi.parameter
 
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.registry.flow - package org.apache.nifi.registry.flow
 
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
 
outcome - Variable in class org.apache.nifi.components.ConfigVerificationResult.Builder
 
outcome(ConfigVerificationResult.Outcome) - Method in class org.apache.nifi.components.ConfigVerificationResult.Builder
 
outcome - Variable in class org.apache.nifi.components.ConfigVerificationResult
 
Outcome() - Constructor for enum org.apache.nifi.components.ConfigVerificationResult.Outcome
 
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
 
outputPorts - Variable in class org.apache.nifi.flow.VersionedProcessGroup
 
outputPorts - Variable in class org.apache.nifi.flow.VersionedRemoteProcessGroup
 
outputPortStatus - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
 
OutputStreamCallback - Interface in org.apache.nifi.processor.io
 

P

Parameter - Class in org.apache.nifi.parameter
 
Parameter(ParameterDescriptor, String, String, Boolean) - Constructor for class org.apache.nifi.parameter.Parameter
 
Parameter(Parameter, String) - Constructor for class org.apache.nifi.parameter.Parameter
 
Parameter(ParameterDescriptor, String) - Constructor for class org.apache.nifi.parameter.Parameter
 
parameterContextId - Variable in class org.apache.nifi.parameter.Parameter
 
parameterContextName - Variable in class org.apache.nifi.flow.VersionedProcessGroup
 
parameterContextName - Variable in class org.apache.nifi.parameter.ParameterGroupConfiguration
 
parameterContexts - Variable in class org.apache.nifi.flow.VersionedExternalFlow
 
parameterContexts - Variable in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
 
ParameterDescriptor - Class in org.apache.nifi.parameter
An immutable class that holds information about a Parameter.
ParameterDescriptor(ParameterDescriptor.Builder) - Constructor for class org.apache.nifi.parameter.ParameterDescriptor
 
ParameterDescriptor.Builder - Class in org.apache.nifi.parameter
 
ParameterGroup - Class in org.apache.nifi.parameter
Encapsulates a named group of externally fetched parameters that can be provided to referencing Parameter Contexts.
ParameterGroup(String, List<Parameter>) - Constructor for class org.apache.nifi.parameter.ParameterGroup
Creates a named parameter group.
ParameterGroupConfiguration - Class in org.apache.nifi.parameter
User-provided configuration for a group of parameters fetched from a ParameterProvider.
ParameterGroupConfiguration(String, String, Map<String, ParameterSensitivity>, Boolean) - Constructor for class org.apache.nifi.parameter.ParameterGroupConfiguration
Creates a named group of parameter names.
parameterGroupName - Variable in class org.apache.nifi.flow.VersionedParameterContext
 
parameterProvider - Variable in class org.apache.nifi.flow.VersionedParameterContext
 
ParameterProvider - Interface in org.apache.nifi.parameter
Defines a provider that is responsible for fetching from an external source Parameters with which a ParameterContext can be populated.
ParameterProviderInitializationContext - Interface in org.apache.nifi.parameter
 
ParameterProviderReference - Class in org.apache.nifi.flow
 
ParameterProviderReference() - Constructor for class org.apache.nifi.flow.ParameterProviderReference
 
parameterProviders - Variable in class org.apache.nifi.flow.VersionedExternalFlow
 
parameterProviders - Variable in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
 
parameters - Variable in class org.apache.nifi.flow.VersionedParameterContext
 
parameters - Variable in class org.apache.nifi.parameter.ParameterGroup
 
parameterSensitivities - Variable in class org.apache.nifi.parameter.ParameterGroupConfiguration
 
ParameterSensitivity - Enum in org.apache.nifi.parameter
Indicates the sensitivity of a parameter.
ParameterSensitivity(String) - Constructor for enum org.apache.nifi.parameter.ParameterSensitivity
 
parseDataSize(String, DataUnit) - Static method in enum org.apache.nifi.processor.DataUnit
 
parseResourceLocations(String) - Method in class org.apache.nifi.components.resource.StandardResourceReferenceFactory
 
partitioningAttribute - Variable in class org.apache.nifi.flow.VersionedConnection
 
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.
penaltyDuration - Variable in class org.apache.nifi.flow.VersionedProcessor
 
permissionIdentifier - Variable in enum org.apache.nifi.components.RequiredPermission
 
permissionLabel - Variable in enum org.apache.nifi.components.RequiredPermission
 
permissions - Variable in class org.apache.nifi.registry.flow.FlowRegistryBucket
 
permissions - Variable in class org.apache.nifi.registry.flow.RegisteredFlow
 
PortStatus - Class in org.apache.nifi.controller.status
The status of a port.
PortStatus() - Constructor for class org.apache.nifi.controller.status.PortStatus
 
PortType - Enum in org.apache.nifi.flow
 
PortType() - Constructor for enum org.apache.nifi.flow.PortType
 
Position - Class in org.apache.nifi.flow
 
Position() - Constructor for class org.apache.nifi.flow.Position
 
Position(double, double) - Constructor for class org.apache.nifi.flow.Position
 
position - Variable in class org.apache.nifi.flow.VersionedComponent
 
POSITIVE_EXPLANATION - Static variable in class org.apache.nifi.components.PropertyDescriptor.ConstrainedSetValidator
 
POWERS - Static variable in enum org.apache.nifi.processor.DataUnit
 
predict(Double[]) - Method in interface org.apache.nifi.controller.status.analytics.StatusAnalyticsModel
Return a prediction given observation values
predictedPercentBytes - Variable in class org.apache.nifi.controller.status.analytics.ConnectionStatusPredictions
 
predictedPercentCount - Variable in class org.apache.nifi.controller.status.analytics.ConnectionStatusPredictions
 
predictedTimeToBytesBackpressureMillis - Variable in class org.apache.nifi.controller.status.analytics.ConnectionStatusPredictions
 
predictedTimeToCountBackpressureMillis - Variable in class org.apache.nifi.controller.status.analytics.ConnectionStatusPredictions
 
predictionIntervalMillis - Variable in class org.apache.nifi.controller.status.analytics.ConnectionStatusPredictions
 
predictions - Variable in class org.apache.nifi.controller.status.ConnectionStatus
 
predictVariable(Integer, Map<Integer, Double>, Double) - Method in interface org.apache.nifi.controller.status.analytics.StatusAnalyticsModel
Predict a feature given a known target and known predictor values (if multiple predictors are included with model)
prettyPrintName - Variable in enum org.apache.nifi.components.resource.ResourceType
 
PrimaryNodeOnly - Annotation Type in org.apache.nifi.annotation.behavior
Marker annotation a Processor implementation can use to indicate that the ExecutionNode of the processor is to be set to PRIMARY
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
 
prioritizers - Variable in class org.apache.nifi.flow.VersionedConnection
 
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
 
processGroups - Variable in class org.apache.nifi.flow.VersionedProcessGroup
 
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.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.
processorLoadAverage - Variable in class org.apache.nifi.controller.status.NodeStatus
 
processors - Variable in class org.apache.nifi.flow.VersionedProcessGroup
 
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
properties - Variable in class org.apache.nifi.flow.VersionedConfigurableExtension
 
properties - Variable in class org.apache.nifi.flow.VersionedParameterProvider
 
PropertyContext - Interface in org.apache.nifi.context
A context for retrieving a PropertyValue from a PropertyDescriptor.
PropertyDependency - Class in org.apache.nifi.components
 
PropertyDependency(String, String) - Constructor for class org.apache.nifi.components.PropertyDependency
Creates a dependency that is satisfied if any value is set for the property with the given name
PropertyDependency(String, String, Set<String>) - Constructor for class org.apache.nifi.components.PropertyDependency
Creates a dependency that is satisfied only if the property with the given name has a value that is in the given set of dependent values
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 - Variable in class org.apache.nifi.components.resource.StandardResourceContext
 
PropertyDescriptor.Builder - Class in org.apache.nifi.components
 
PropertyDescriptor.ConstrainedSetValidator - Class in org.apache.nifi.components
 
PropertyDescriptor.ResourceDefinitionValidator - Class in org.apache.nifi.components
 
propertyDescriptors - Variable in class org.apache.nifi.flow.VersionedConfigurableExtension
 
propertyDescriptors - Variable in class org.apache.nifi.flow.VersionedParameterProvider
 
propertyName - Variable in class org.apache.nifi.components.PropertyDependency
 
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.
provenanceRepositories - Variable in class org.apache.nifi.controller.status.NodeStatus
 
provided - Variable in class org.apache.nifi.flow.VersionedParameter
 
provided - Variable in class org.apache.nifi.parameter.Parameter
 
proxyHost - Variable in class org.apache.nifi.flow.VersionedRemoteProcessGroup
 
proxyPassword - Variable in class org.apache.nifi.flow.VersionedRemoteProcessGroup
 
proxyPort - Variable in class org.apache.nifi.flow.VersionedRemoteProcessGroup
 
proxyUser - Variable in class org.apache.nifi.flow.VersionedRemoteProcessGroup
 
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

QueryWindow - Class in org.apache.nifi.controller.status.analytics
QueryWindow is used to track time intervals for querying for observations
QueryWindow(long, long) - Constructor for class org.apache.nifi.controller.status.analytics.QueryWindow
 
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() - Method in class org.apache.nifi.components.resource.FileResourceReference
 
read() - Method in interface org.apache.nifi.components.resource.ResourceReference
 
read() - Method in class org.apache.nifi.components.resource.URLResourceReference
 
read() - Method in class org.apache.nifi.components.resource.Utf8TextResource
 
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
 
recurse(File, List<ResourceReference>) - Method in class org.apache.nifi.components.resource.StandardResourceReferences
 
RegisteredFlow - Class in org.apache.nifi.registry.flow
 
RegisteredFlow() - Constructor for class org.apache.nifi.registry.flow.RegisteredFlow
 
RegisteredFlowSnapshot - Class in org.apache.nifi.registry.flow
 
RegisteredFlowSnapshot() - Constructor for class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
 
RegisteredFlowSnapshotMetadata - Class in org.apache.nifi.registry.flow
 
RegisteredFlowSnapshotMetadata() - Constructor for class org.apache.nifi.registry.flow.RegisteredFlowSnapshotMetadata
 
RegisteredFlowVersionInfo - Class in org.apache.nifi.registry.flow
 
RegisteredFlowVersionInfo() - Constructor for class org.apache.nifi.registry.flow.RegisteredFlowVersionInfo
 
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.
registerFlow(FlowRegistryClientConfigurationContext, RegisteredFlow) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClient
Registers the given RegisteredFlow into the the Flow Registry.
registerFlowSnapshot(FlowRegistryClientConfigurationContext, RegisteredFlowSnapshot) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClient
Adds the given snapshot to the Flow Registry for the given Flow.
registryId - Variable in class org.apache.nifi.flow.VersionedFlowCoordinates
 
registryUrl - Variable in class org.apache.nifi.flow.VersionedFlowCoordinates
 
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
 
REMOTE_INPUT_PORT_TYPE - Static variable in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
REMOTE_OUTPUT_PORT_TYPE - Static variable in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
remoteGroupId - Variable in class org.apache.nifi.flow.VersionedRemoteGroupPort
 
remoteProcessGroups - Variable in class org.apache.nifi.flow.VersionedProcessGroup
 
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.FORK, ProvenanceEventType.JOIN, and ProvenanceEventType.CLONE This is valid only for 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.FORK, ProvenanceEventType.JOIN, and ProvenanceEventType.CLONE This is valid only for 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.
replace(StateMap, Map<String, String>, Scope) - Method in class org.apache.nifi.documentation.init.NopStateManager
 
replaceState(StateMap, Map<String, String>, Scope) - Method in interface org.apache.nifi.processor.ProcessSession
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
RequiredPermission - Enum in org.apache.nifi.components
 
RequiredPermission(String, String) - Constructor for enum org.apache.nifi.components.RequiredPermission
 
Requirement() - Constructor for enum org.apache.nifi.annotation.behavior.InputRequirement.Requirement
 
RequiresInstanceClassLoading - Annotation Type in org.apache.nifi.annotation.behavior
Marker annotation a component can use to indicate that the framework should create a new ClassLoader for each instance of the component, copying all resources from the component's NARClassLoader to a new ClassLoader which will only be used by a given instance of the component.
ResourceCardinality - Enum in org.apache.nifi.components.resource
Indicates the cardinality of how many resources can be referenced by a given property.
ResourceCardinality() - Constructor for enum org.apache.nifi.components.resource.ResourceCardinality
 
ResourceContext - Interface in org.apache.nifi.components.resource
Provides the context in which a Reference Reference is to be evaluated
resourceDefinition - Variable in class org.apache.nifi.components.PropertyDescriptor.Builder
 
resourceDefinition - Variable in class org.apache.nifi.components.PropertyDescriptor
The definition of the resource(s) that this property references
resourceDefinition - Variable in class org.apache.nifi.components.PropertyDescriptor.ResourceDefinitionValidator
 
ResourceDefinition - Interface in org.apache.nifi.components.resource
Defines the number and types of resources that allowed to be referenced by a component property
resourceDefinition - Variable in class org.apache.nifi.flow.VersionedPropertyDescriptor
 
ResourceDefinitionValidator(ResourceDefinition, ExpressionLanguageScope) - Constructor for class org.apache.nifi.components.PropertyDescriptor.ResourceDefinitionValidator
 
ResourceReference - Interface in org.apache.nifi.components.resource
A reference to a Resource that is identified by a property value
ResourceReferenceFactory - Interface in org.apache.nifi.components.resource
 
resourceReferenceFactory - Variable in class org.apache.nifi.components.resource.StandardResourceContext
 
ResourceReferences - Interface in org.apache.nifi.components.resource
A representation of zero or more ResourceReferences
resourceReferences - Variable in class org.apache.nifi.components.resource.StandardResourceReferences
 
resourceType - Variable in class org.apache.nifi.components.resource.FileResourceReference
 
ResourceType - Enum in org.apache.nifi.components.resource
 
ResourceType(String) - Constructor for enum org.apache.nifi.components.resource.ResourceType
 
resourceTypes - Variable in class org.apache.nifi.components.resource.StandardResourceDefinition
 
resourceTypes - Variable in class org.apache.nifi.flow.VersionedResourceDefinition
 
Restricted - Annotation Type in org.apache.nifi.annotation.behavior
Marks the usage of a component as restricted to users with elevated privileges.
Restriction - Annotation Type in org.apache.nifi.annotation.behavior
Specific restriction for a component.
ResultType() - Constructor for enum org.apache.nifi.expression.AttributeExpression.ResultType
 
retriedRelationships - Variable in class org.apache.nifi.flow.VersionedProcessor
 
retryCount - Variable in class org.apache.nifi.flow.VersionedProcessor
 
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.
runDurationMillis - Variable in class org.apache.nifi.flow.VersionedProcessor
 
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
 
ScheduledState - Enum in org.apache.nifi.flow
 
ScheduledState() - Constructor for enum org.apache.nifi.flow.ScheduledState
 
scheduledState - Variable in class org.apache.nifi.flow.VersionedControllerService
 
scheduledState - Variable in class org.apache.nifi.flow.VersionedPort
 
scheduledState - Variable in class org.apache.nifi.flow.VersionedProcessor
 
scheduledState - Variable in class org.apache.nifi.flow.VersionedRemoteGroupPort
 
scheduledState - Variable in class org.apache.nifi.flow.VersionedReportingTask
 
schedulingNanos - Variable in class org.apache.nifi.reporting.AbstractReportingTask
 
schedulingPeriod - Variable in class org.apache.nifi.flow.VersionedProcessor
 
schedulingPeriod - Variable in class org.apache.nifi.flow.VersionedReportingTask
 
schedulingStrategy - Variable in class org.apache.nifi.flow.VersionedProcessor
 
schedulingStrategy - Variable in class org.apache.nifi.flow.VersionedReportingTask
 
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, ParameterProvider, or ReportingTask that indicates this component is related to the components listed.
selectedRelationships - Variable in class org.apache.nifi.flow.VersionedConnection
 
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.flow.VersionedParameter
 
sensitive - Variable in class org.apache.nifi.flow.VersionedPropertyDescriptor
 
sensitive - Variable in class org.apache.nifi.parameter.ParameterDescriptor.Builder
 
sensitive(boolean) - Method in class org.apache.nifi.parameter.ParameterDescriptor.Builder
 
sensitive - Variable in class org.apache.nifi.parameter.ParameterDescriptor
 
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
 
ServiceAPI - Interface in org.apache.nifi.documentation
Describes a Controller Service API that is provided by some implementation.
serviceLookup - Variable in class org.apache.nifi.controller.AbstractControllerService
 
serviceLookup - Variable in class org.apache.nifi.documentation.init.DocumentationControllerServiceInitializationContext
 
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
 
setAllowRemoteAccess(Boolean) - Method in class org.apache.nifi.flow.VersionedPort
 
setAlternateIdentifierUri(String) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Associates the given identifier with the FlowFile for which this Event is created.
setAnnotationData(String) - Method in class org.apache.nifi.flow.VersionedControllerService
 
setAnnotationData(String) - Method in class org.apache.nifi.flow.VersionedFlowRegistryClient
 
setAnnotationData(String) - Method in class org.apache.nifi.flow.VersionedParameterProvider
 
setAnnotationData(String) - Method in class org.apache.nifi.flow.VersionedProcessor
 
setAnnotationData(String) - Method in class org.apache.nifi.flow.VersionedReportingTask
 
setArtifact(String) - Method in class org.apache.nifi.flow.Bundle
 
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.
setAuthor(String) - Method in class org.apache.nifi.flow.VersionedExternalFlowMetadata
 
setAuthor(String) - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshotMetadata
 
setAuthorizationIssue(String) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
setAutoTerminatedRelationships(Set<String>) - Method in class org.apache.nifi.flow.VersionedProcessor
 
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
 
setBackoffMechanism(String) - Method in class org.apache.nifi.flow.VersionedProcessor
 
setBackPressureBytesThreshold(long) - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
setBackPressureDataSizeThreshold(String) - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
setBackPressureDataSizeThreshold(String) - Method in class org.apache.nifi.flow.VersionedConnection
 
setBackPressureObjectThreshold(long) - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
setBackPressureObjectThreshold(Long) - Method in class org.apache.nifi.flow.VersionedConnection
 
setBatchSize(BatchSize) - Method in class org.apache.nifi.flow.VersionedRemoteGroupPort
 
setBends(List<Position>) - Method in class org.apache.nifi.flow.VersionedConnection
 
setBucket(FlowRegistryBucket) - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
 
setBucketId(String) - Method in class org.apache.nifi.flow.VersionedFlowCoordinates
 
setBucketIdentifier(String) - Method in class org.apache.nifi.flow.VersionedExternalFlowMetadata
 
setBucketIdentifier(String) - Method in class org.apache.nifi.registry.flow.RegisteredFlow
 
setBucketIdentifier(String) - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshotMetadata
 
setBucketName(String) - Method in class org.apache.nifi.registry.flow.RegisteredFlow
 
setBulletinLevel(String) - Method in class org.apache.nifi.flow.VersionedControllerService
 
setBulletinLevel(String) - Method in class org.apache.nifi.flow.VersionedProcessor
 
setBundle(Bundle) - Method in class org.apache.nifi.flow.ControllerServiceAPI
 
setBundle(Bundle) - Method in class org.apache.nifi.flow.ParameterProviderReference
 
setBundle(Bundle) - Method in class org.apache.nifi.flow.VersionedConfigurableExtension
 
setBundle(Bundle) - Method in interface org.apache.nifi.flow.VersionedExtensionComponent
 
setBundle(Bundle) - Method in class org.apache.nifi.flow.VersionedParameterProvider
 
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
 
setCanDelete(boolean) - Method in class org.apache.nifi.registry.flow.FlowRegistryPermissions
 
setCanRead(boolean) - Method in class org.apache.nifi.registry.flow.FlowRegistryPermissions
 
setCanWrite(boolean) - Method in class org.apache.nifi.registry.flow.FlowRegistryPermissions
 
setCardinality(VersionedResourceCardinality) - Method in class org.apache.nifi.flow.VersionedResourceDefinition
 
setCategory(String) - Method in class org.apache.nifi.reporting.Bulletin
 
setComments(String) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
setComments(String) - Method in class org.apache.nifi.flow.ConnectableComponent
 
setComments(String) - Method in class org.apache.nifi.flow.VersionedComponent
 
setComments(String) - Method in class org.apache.nifi.flow.VersionedExternalFlowMetadata
 
setComments(String) - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshotMetadata
 
setCommunicationsTimeout(String) - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
 
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
setComponentInfo(ConfigurationContext) - Method in class org.apache.nifi.reporting.AbstractReportingTask
Sets various component information using the given context
setComponentType(ComponentType) - Method in class org.apache.nifi.flow.VersionedComponent
 
setComponentType(ComponentType) - Method in class org.apache.nifi.flow.VersionedRemoteGroupPort
 
setComponentType(String) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Sets the type of the Component that is generating the Event.
setConcurrentlySchedulableTaskCount(Integer) - Method in class org.apache.nifi.flow.VersionedPort
 
setConcurrentlySchedulableTaskCount(Integer) - Method in class org.apache.nifi.flow.VersionedProcessor
 
setConcurrentlySchedulableTaskCount(Integer) - Method in class org.apache.nifi.flow.VersionedRemoteGroupPort
 
setConnections(Set<VersionedConnection>) - Method in class org.apache.nifi.flow.VersionedProcessGroup
 
setConnectionStatus(Collection<ConnectionStatus>) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setContentRepositories(List<StorageStatus>) - Method in class org.apache.nifi.controller.status.NodeStatus
 
setControllerServiceApis(List<ControllerServiceAPI>) - Method in class org.apache.nifi.flow.VersionedControllerService
 
setControllerServices(Set<VersionedControllerService>) - Method in class org.apache.nifi.flow.VersionedProcessGroup
 
setCount(Integer) - Method in class org.apache.nifi.flow.BatchSize
 
setCounters(Map<String, Long>) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
setCreatedAtInMs(long) - Method in class org.apache.nifi.controller.status.NodeStatus
 
setCreatedTimestamp(long) - Method in class org.apache.nifi.registry.flow.FlowRegistryBucket
 
setCreatedTimestamp(long) - Method in class org.apache.nifi.registry.flow.RegisteredFlow
 
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
setDefaultBackPressureDataSizeThreshold(String) - Method in class org.apache.nifi.flow.VersionedProcessGroup
 
setDefaultBackPressureObjectThreshold(Long) - Method in class org.apache.nifi.flow.VersionedProcessGroup
 
setDefaultFlowFileExpiration(String) - Method in class org.apache.nifi.flow.VersionedProcessGroup
 
setDescription(String) - Method in class org.apache.nifi.flow.VersionedFlowRegistryClient
 
setDescription(String) - Method in class org.apache.nifi.flow.VersionedParameter
 
setDescription(String) - Method in class org.apache.nifi.flow.VersionedParameterContext
 
setDescription(String) - Method in class org.apache.nifi.registry.flow.FlowRegistryBucket
 
setDescription(String) - Method in class org.apache.nifi.registry.flow.RegisteredFlow
 
setDestination(ConnectableComponent) - Method in class org.apache.nifi.flow.VersionedConnection
 
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.
setDisplayName(String) - Method in class org.apache.nifi.flow.VersionedPropertyDescriptor
 
setDuration(String) - Method in class org.apache.nifi.flow.BatchSize
 
setEndTimeMillis(long) - Method in class org.apache.nifi.controller.status.analytics.QueryWindow
 
setEventDrivenThreads(long) - Method in class org.apache.nifi.controller.status.NodeStatus
 
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
setExecutionNode(ExecutionNode) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
setExecutionNode(String) - Method in class org.apache.nifi.flow.VersionedProcessor
 
setExternalControllerServices(Map<String, ExternalControllerServiceReference>) - Method in class org.apache.nifi.flow.VersionedExternalFlow
 
setExternalControllerServices(Map<String, ExternalControllerServiceReference>) - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
 
setFlow(RegisteredFlow) - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
 
setFlowContents(VersionedProcessGroup) - Method in class org.apache.nifi.flow.VersionedExternalFlow
 
setFlowContents(VersionedProcessGroup) - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
 
setFlowEncodingVersion(String) - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
 
setFlowFileAvailability(FlowFileAvailability) - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
setFlowFileConcurrency(String) - Method in class org.apache.nifi.flow.VersionedProcessGroup
 
setFlowFileEntryDate(long) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Sets the date and time at which the FlowFile entered the flow
setFlowFileExpiration(String) - Method in class org.apache.nifi.flow.VersionedConnection
 
setFlowFileOutboundPolicy(String) - Method in class org.apache.nifi.flow.VersionedProcessGroup
 
setFlowFileRepositoryFreeSpace(long) - Method in class org.apache.nifi.controller.status.NodeStatus
 
setFlowFileRepositoryUsedSpace(long) - Method in class org.apache.nifi.controller.status.NodeStatus
 
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
setFlowFileUuid(String) - Method in class org.apache.nifi.reporting.Bulletin
 
setFlowId(String) - Method in class org.apache.nifi.flow.VersionedFlowCoordinates
 
setFlowIdentifier(String) - Method in class org.apache.nifi.flow.VersionedExternalFlowMetadata
 
setFlowIdentifier(String) - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshotMetadata
 
setFlowName(String) - Method in class org.apache.nifi.flow.VersionedExternalFlowMetadata
 
setFreeHeap(long) - Method in class org.apache.nifi.controller.status.NodeStatus
 
setFreeNonHeap(long) - Method in class org.apache.nifi.controller.status.NodeStatus
 
setFreeSpace(long) - Method in class org.apache.nifi.controller.status.StorageStatus
 
setFunnels(Set<VersionedFunnel>) - Method in class org.apache.nifi.flow.VersionedProcessGroup
 
setGroup(String) - Method in class org.apache.nifi.flow.Bundle
 
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.flow.ConnectableComponent
 
setGroupId(String) - Method in class org.apache.nifi.reporting.Bulletin
 
setGroupIdentifier(String) - Method in class org.apache.nifi.flow.VersionedComponent
 
setGroupName(String) - Method in class org.apache.nifi.reporting.Bulletin
 
setGroupPath(String) - Method in class org.apache.nifi.reporting.Bulletin
 
setHeapUtilization(long) - Method in class org.apache.nifi.controller.status.NodeStatus
 
setHeight(Double) - Method in class org.apache.nifi.flow.VersionedLabel
 
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
 
setId(String) - Method in class org.apache.nifi.flow.ConnectableComponent
 
setId(String) - Method in class org.apache.nifi.flow.VersionedFlowRegistryClient
 
setIdentifier(String) - Method in class org.apache.nifi.flow.ExternalControllerServiceReference
 
setIdentifier(String) - Method in class org.apache.nifi.flow.ParameterProviderReference
 
setIdentifier(String) - Method in class org.apache.nifi.flow.VersionedComponent
 
setIdentifier(String) - Method in class org.apache.nifi.registry.flow.FlowRegistryBucket
 
setIdentifier(String) - Method in class org.apache.nifi.registry.flow.RegisteredFlow
 
setIdentifiesControllerService(boolean) - Method in class org.apache.nifi.flow.VersionedPropertyDescriptor
 
setInactiveRemotePortCount(Integer) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
setInheritedParameterContexts(List<String>) - Method in class org.apache.nifi.flow.VersionedParameterContext
 
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
 
setInputPorts(Set<VersionedPort>) - Method in class org.apache.nifi.flow.VersionedProcessGroup
 
setInputPorts(Set<VersionedRemoteGroupPort>) - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
 
setInputPortStatus(Collection<PortStatus>) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setInstanceIdentifier(String) - Method in class org.apache.nifi.flow.ConnectableComponent
 
setInstanceIdentifier(String) - Method in class org.apache.nifi.flow.VersionedComponent
 
setInvocations(int) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
setLabel(String) - Method in class org.apache.nifi.flow.VersionedLabel
 
setLabelIndex(Integer) - Method in class org.apache.nifi.flow.VersionedConnection
 
setLabels(Set<VersionedLabel>) - Method in class org.apache.nifi.flow.VersionedProcessGroup
 
setLastModifiedTimestamp(long) - Method in class org.apache.nifi.registry.flow.RegisteredFlow
 
setLastRefreshTime(Date) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
setLatest(Boolean) - Method in class org.apache.nifi.flow.VersionedFlowCoordinates
 
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
setLoadBalanceCompression(String) - Method in class org.apache.nifi.flow.VersionedConnection
 
setLoadBalanceStatus(LoadBalanceStatus) - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
setLoadBalanceStrategy(String) - Method in class org.apache.nifi.flow.VersionedConnection
 
setLocalNetworkInterface(String) - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
 
setMaxBackoffPeriod(String) - Method in class org.apache.nifi.flow.VersionedProcessor
 
setMaxQueuedBytes(long) - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
setMaxQueuedCount(int) - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
setMaxQueuedDuration(long) - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
setMessage(String) - Method in class org.apache.nifi.reporting.Bulletin
 
setMetadata(VersionedExternalFlowMetadata) - Method in class org.apache.nifi.flow.VersionedExternalFlow
 
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
 
setName(String) - Method in class org.apache.nifi.controller.status.StorageStatus
 
setName(String) - Method in class org.apache.nifi.flow.ConnectableComponent
 
setName(String) - Method in class org.apache.nifi.flow.ExternalControllerServiceReference
 
setName(String) - Method in class org.apache.nifi.flow.ParameterProviderReference
 
setName(String) - Method in class org.apache.nifi.flow.VersionedComponent
 
setName(String) - Method in class org.apache.nifi.flow.VersionedParameter
 
setName(String) - Method in class org.apache.nifi.flow.VersionedPropertyDescriptor
 
setName(String) - Method in class org.apache.nifi.registry.flow.FlowRegistryBucket
 
setName(String) - Method in class org.apache.nifi.registry.flow.RegisteredFlow
 
setNextPredictedQueuedBytes(long) - Method in class org.apache.nifi.controller.status.analytics.ConnectionStatusPredictions
 
setNextPredictedQueuedCount(int) - Method in class org.apache.nifi.controller.status.analytics.ConnectionStatusPredictions
 
setNodeAddress(String) - Method in class org.apache.nifi.reporting.Bulletin
 
setOpenFileHandlers(long) - Method in class org.apache.nifi.controller.status.NodeStatus
 
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
 
setOutputPorts(Set<VersionedPort>) - Method in class org.apache.nifi.flow.VersionedProcessGroup
 
setOutputPorts(Set<VersionedRemoteGroupPort>) - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
 
setOutputPortStatus(Collection<PortStatus>) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setParameterContextName(String) - Method in class org.apache.nifi.flow.VersionedProcessGroup
 
setParameterContexts(Map<String, VersionedParameterContext>) - Method in class org.apache.nifi.flow.VersionedExternalFlow
 
setParameterContexts(Map<String, VersionedParameterContext>) - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
 
setParameterGroupName(String) - Method in class org.apache.nifi.flow.VersionedParameterContext
 
setParameterProvider(String) - Method in class org.apache.nifi.flow.VersionedParameterContext
 
setParameterProviders(Map<String, ParameterProviderReference>) - Method in class org.apache.nifi.flow.VersionedExternalFlow
 
setParameterProviders(Map<String, ParameterProviderReference>) - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
 
setParameters(Set<VersionedParameter>) - Method in class org.apache.nifi.flow.VersionedParameterContext
 
setParent(VariableRegistry) - Method in interface org.apache.nifi.registry.ComponentVariableRegistry
 
setPartitioningAttribute(String) - Method in class org.apache.nifi.flow.VersionedConnection
 
setPenaltyDuration(String) - Method in class org.apache.nifi.flow.VersionedProcessor
 
setPermissions(FlowRegistryPermissions) - Method in class org.apache.nifi.registry.flow.FlowRegistryBucket
 
setPermissions(FlowRegistryPermissions) - Method in class org.apache.nifi.registry.flow.RegisteredFlow
 
setPosition(Position) - Method in class org.apache.nifi.flow.VersionedComponent
 
setPredictedPercentBytes(int) - Method in class org.apache.nifi.controller.status.analytics.ConnectionStatusPredictions
 
setPredictedPercentCount(int) - Method in class org.apache.nifi.controller.status.analytics.ConnectionStatusPredictions
 
setPredictedTimeToBytesBackpressureMillis(long) - Method in class org.apache.nifi.controller.status.analytics.ConnectionStatusPredictions
 
setPredictedTimeToCountBackpressureMillis(long) - Method in class org.apache.nifi.controller.status.analytics.ConnectionStatusPredictions
 
setPredictionIntervalMillis(long) - Method in class org.apache.nifi.controller.status.analytics.ConnectionStatusPredictions
 
setPredictions(ConnectionStatusPredictions) - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
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.
setPrioritizers(List<String>) - Method in class org.apache.nifi.flow.VersionedConnection
 
setProcessGroups(Set<VersionedProcessGroup>) - Method in class org.apache.nifi.flow.VersionedProcessGroup
 
setProcessGroupStatus(Collection<ProcessGroupStatus>) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setProcessingNanos(long) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setProcessingNanos(long) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
setProcessorLoadAverage(double) - Method in class org.apache.nifi.controller.status.NodeStatus
 
setProcessors(Set<VersionedProcessor>) - Method in class org.apache.nifi.flow.VersionedProcessGroup
 
setProcessorStatus(Collection<ProcessorStatus>) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setProperties(Map<String, String>) - Method in interface org.apache.nifi.flow.VersionedConfigurableComponent
 
setProperties(Map<String, String>) - Method in class org.apache.nifi.flow.VersionedConfigurableExtension
 
setProperties(Map<String, String>) - Method in class org.apache.nifi.flow.VersionedParameterProvider
 
setPropertyDescriptors(Map<String, VersionedPropertyDescriptor>) - Method in interface org.apache.nifi.flow.VersionedConfigurableComponent
 
setPropertyDescriptors(Map<String, VersionedPropertyDescriptor>) - Method in class org.apache.nifi.flow.VersionedConfigurableExtension
 
setPropertyDescriptors(Map<String, VersionedPropertyDescriptor>) - Method in class org.apache.nifi.flow.VersionedParameterProvider
 
setProvenanceRepositories(List<StorageStatus>) - Method in class org.apache.nifi.controller.status.NodeStatus
 
setProvided(boolean) - Method in class org.apache.nifi.flow.VersionedParameter
 
setProxyHost(String) - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
 
setProxyPassword(String) - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
 
setProxyPort(Integer) - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
 
setProxyUser(String) - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
 
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
 
setRegistryId(String) - Method in class org.apache.nifi.flow.VersionedFlowCoordinates
 
setRegistryUrl(String) - Method in class org.apache.nifi.flow.VersionedFlowCoordinates
Deprecated.
setRelationship(Relationship) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Sets the to which the FlowFile was routed for ProvenanceEventType.ROUTE events.
setRemoteGroupId(String) - Method in class org.apache.nifi.flow.VersionedRemoteGroupPort
 
setRemoteProcessGroups(Set<VersionedRemoteProcessGroup>) - Method in class org.apache.nifi.flow.VersionedProcessGroup
 
setRemoteProcessGroupStatus(Collection<RemoteProcessGroupStatus>) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setResourceDefinition(VersionedResourceDefinition) - Method in class org.apache.nifi.flow.VersionedPropertyDescriptor
 
setResourceTypes(Set<VersionedResourceType>) - Method in class org.apache.nifi.flow.VersionedResourceDefinition
 
setRetriedRelationships(Set<String>) - Method in class org.apache.nifi.flow.VersionedProcessor
 
setRetryCount(Integer) - Method in class org.apache.nifi.flow.VersionedProcessor
 
setRunDurationMillis(Long) - Method in class org.apache.nifi.flow.VersionedProcessor
 
setRunStatus(RunStatus) - Method in class org.apache.nifi.controller.status.PortStatus
 
setRunStatus(RunStatus) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
setScheduledState(ScheduledState) - Method in class org.apache.nifi.flow.VersionedControllerService
 
setScheduledState(ScheduledState) - Method in class org.apache.nifi.flow.VersionedPort
 
setScheduledState(ScheduledState) - Method in class org.apache.nifi.flow.VersionedProcessor
 
setScheduledState(ScheduledState) - Method in class org.apache.nifi.flow.VersionedRemoteGroupPort
 
setScheduledState(ScheduledState) - Method in class org.apache.nifi.flow.VersionedReportingTask
 
setSchedulingPeriod(String) - Method in class org.apache.nifi.flow.VersionedProcessor
 
setSchedulingPeriod(String) - Method in class org.apache.nifi.flow.VersionedReportingTask
 
setSchedulingStrategy(String) - Method in class org.apache.nifi.flow.VersionedProcessor
 
setSchedulingStrategy(String) - Method in class org.apache.nifi.flow.VersionedReportingTask
 
setSelectedRelationships(Set<String>) - Method in class org.apache.nifi.flow.VersionedConnection
 
setSensitive(boolean) - Method in class org.apache.nifi.flow.VersionedParameter
 
setSensitive(boolean) - Method in class org.apache.nifi.flow.VersionedPropertyDescriptor
 
setSentContentSize(Long) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
setSentCount(Integer) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
setSize(String) - Method in class org.apache.nifi.flow.BatchSize
 
setSnapshotMetadata(RegisteredFlowSnapshotMetadata) - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
 
setSource(ConnectableComponent) - Method in class org.apache.nifi.flow.VersionedConnection
 
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
 
setStartTimeMillis(long) - Method in class org.apache.nifi.controller.status.analytics.QueryWindow
 
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
setState(Map<String, String>, Scope) - Method in class org.apache.nifi.documentation.init.NopStateManager
 
setState(Map<String, String>, Scope) - Method in interface org.apache.nifi.processor.ProcessSession
Updates the value of the component's state, setting it to given value.
setStorageLocation(String) - Method in class org.apache.nifi.flow.VersionedFlowCoordinates
 
setStyle(Map<String, String>) - Method in class org.apache.nifi.flow.VersionedLabel
 
setStyle(Map<String, String>) - Method in class org.apache.nifi.flow.VersionedProcessor
 
setSynchronized(Boolean) - Method in class org.apache.nifi.flow.VersionedParameterContext
 
setTargetId(String) - Method in class org.apache.nifi.flow.VersionedRemoteGroupPort
 
setTargetUri(String) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
setTargetUri(String) - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
 
setTargetUris(String) - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
 
setTerminatedThreadCount(Integer) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setTerminatedThreadCount(int) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
setTimerDrivenThreads(long) - Method in class org.apache.nifi.controller.status.NodeStatus
 
setTimestamp(long) - Method in class org.apache.nifi.flow.VersionedExternalFlowMetadata
 
setTimestamp(long) - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshotMetadata
 
setTotalQueuedDuration(long) - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
setTotalThreads(long) - Method in class org.apache.nifi.controller.status.NodeStatus
 
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
 
setTransportProtocol(String) - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
 
setType(String) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
setType(ConnectableComponentType) - Method in class org.apache.nifi.flow.ConnectableComponent
 
setType(String) - Method in class org.apache.nifi.flow.ControllerServiceAPI
 
setType(String) - Method in class org.apache.nifi.flow.ParameterProviderReference
 
setType(String) - Method in class org.apache.nifi.flow.VersionedConfigurableExtension
 
setType(String) - Method in interface org.apache.nifi.flow.VersionedExtensionComponent
 
setType(String) - Method in class org.apache.nifi.flow.VersionedParameterProvider
 
setType(PortType) - Method in class org.apache.nifi.flow.VersionedPort
 
setUrl(String) - Method in class org.apache.nifi.flow.VersionedFlowRegistryClient
Deprecated.
setUseCompression(Boolean) - Method in class org.apache.nifi.flow.VersionedRemoteGroupPort
 
setUsedHeap(long) - Method in class org.apache.nifi.controller.status.NodeStatus
 
setUsedNonHeap(long) - Method in class org.apache.nifi.controller.status.NodeStatus
 
setUsedSpace(long) - Method in class org.apache.nifi.controller.status.StorageStatus
 
setValue(String) - Method in class org.apache.nifi.flow.VersionedParameter
 
setVariables(Map<String, String>) - Method in class org.apache.nifi.flow.VersionedProcessGroup
 
setVersion(String) - Method in class org.apache.nifi.flow.Bundle
 
setVersion(int) - Method in class org.apache.nifi.flow.VersionedExternalFlowMetadata
 
setVersion(int) - Method in class org.apache.nifi.flow.VersionedFlowCoordinates
 
setVersion(int) - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshotMetadata
 
setVersion(long) - Method in class org.apache.nifi.registry.flow.RegisteredFlowVersionInfo
 
setVersionCount(long) - Method in class org.apache.nifi.registry.flow.RegisteredFlow
 
setVersionedComponentId(String) - Method in interface org.apache.nifi.components.VersionedComponent
Updates the versioned component identifier
setVersionedFlowCoordinates(VersionedFlowCoordinates) - Method in class org.apache.nifi.flow.VersionedProcessGroup
 
setVersionedFlowState(VersionedFlowState) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setVersionInfo(RegisteredFlowVersionInfo) - Method in class org.apache.nifi.registry.flow.RegisteredFlow
 
setWidth(Double) - Method in class org.apache.nifi.flow.VersionedLabel
 
setX(double) - Method in class org.apache.nifi.flow.Position
 
setY(double) - Method in class org.apache.nifi.flow.Position
 
setYieldDuration(String) - Method in class org.apache.nifi.flow.VersionedProcessor
 
setYieldDuration(String) - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
 
setzIndex(Long) - Method in class org.apache.nifi.flow.VersionedConnection
 
setzIndex(Long) - Method in class org.apache.nifi.flow.VersionedLabel
 
Severity - Enum in org.apache.nifi.reporting
 
Severity() - Constructor for enum org.apache.nifi.reporting.Severity
 
shouldBeFetched(File, ExternalResourceDescriptor) - Method in interface org.apache.nifi.flow.resource.ExternalResourceConflictResolutionStrategy
 
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.
size - Variable in class org.apache.nifi.flow.BatchSize
 
snapshotMetadata - Variable in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
 
source - Variable in class org.apache.nifi.flow.VersionedConnection
 
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
 
StandaloneNodeTypeProvider - Class in org.apache.nifi.documentation.init
 
StandaloneNodeTypeProvider() - Constructor for class org.apache.nifi.documentation.init.StandaloneNodeTypeProvider
 
StandardResourceContext - Class in org.apache.nifi.components.resource
 
StandardResourceContext(ResourceReferenceFactory, PropertyDescriptor) - Constructor for class org.apache.nifi.components.resource.StandardResourceContext
 
StandardResourceDefinition - Class in org.apache.nifi.components.resource
 
StandardResourceDefinition(ResourceCardinality, Set<ResourceType>) - Constructor for class org.apache.nifi.components.resource.StandardResourceDefinition
 
StandardResourceReferenceFactory - Class in org.apache.nifi.components.resource
 
StandardResourceReferenceFactory() - Constructor for class org.apache.nifi.components.resource.StandardResourceReferenceFactory
 
StandardResourceReferences - Class in org.apache.nifi.components.resource
 
StandardResourceReferences(List<ResourceReference>) - Constructor for class org.apache.nifi.components.resource.StandardResourceReferences
 
StandardServiceAPI - Class in org.apache.nifi.documentation
 
StandardServiceAPI(String, String, String, String) - Constructor for class org.apache.nifi.documentation.StandardServiceAPI
 
startTimeMillis - Variable in class org.apache.nifi.controller.status.analytics.QueryWindow
 
Stateful - Annotation Type in org.apache.nifi.annotation.behavior
Annotation that a Processor, ReportingTask, ParameterProvider, 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
 
StatusAnalytics - Interface in org.apache.nifi.controller.status.analytics
The StatusAnalytics interface offers methods for accessing predicted and other values for a single component (Connection instance, e.g.).
StatusAnalyticsEngine - Interface in org.apache.nifi.controller.status.analytics
 
StatusAnalyticsModel - Interface in org.apache.nifi.controller.status.analytics
 
storageLocation - Variable in class org.apache.nifi.flow.VersionedFlowCoordinates
 
StorageStatus - Class in org.apache.nifi.controller.status
The status of a storage repository.
StorageStatus() - Constructor for class org.apache.nifi.controller.status.StorageStatus
 
StreamCallback - Interface in org.apache.nifi.processor.io
 
style - Variable in class org.apache.nifi.flow.VersionedLabel
 
style - Variable in class org.apache.nifi.flow.VersionedProcessor
 
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.
supportsOnlineLearning() - Method in interface org.apache.nifi.controller.status.analytics.StatusAnalytics
Return if analytics object supports online learning
supportsOnlineLearning() - Method in interface org.apache.nifi.controller.status.analytics.StatusAnalyticsModel
Indicate if model supports online learning (e.g.
SupportsSensitiveDynamicProperties - Annotation Type in org.apache.nifi.annotation.behavior
Component annotation indicating support for dynamic properties that can be designated as sensitive for the purpose of persistence and framework processing
SystemResource - Enum in org.apache.nifi.annotation.behavior
Represents a system resource.
SystemResource() - Constructor for enum org.apache.nifi.annotation.behavior.SystemResource
 
SystemResourceConsideration - Annotation Type in org.apache.nifi.annotation.behavior
Annotation that may be placed on a Component describes how this component may impact a system resource based on its configuration.
SystemResourceConsiderations - Annotation Type in org.apache.nifi.annotation.behavior
Annotation that may be placed on a Component describes how this component may impact system resources based on its configuration.
systemSslContext - Variable in class org.apache.nifi.registry.flow.AbstractFlowRegistryClient
 

T

Tags - Annotation Type in org.apache.nifi.annotation.documentation
Annotation that can be applied to a Processor, ControllerService, ParameterProvider, or ReportingTask in order to associate tags (keywords) with the component.
targetId - Variable in class org.apache.nifi.flow.VersionedRemoteGroupPort
 
targetUri - Variable in class org.apache.nifi.flow.VersionedRemoteProcessGroup
 
targetUris - Variable in class org.apache.nifi.flow.VersionedRemoteProcessGroup
 
TerminatedTaskException - Exception in org.apache.nifi.processor.exception
This Exception is thrown whenever a user terminates a Processor and the Processor subsequently attempts to call a method on a ProcessSession, ProcessSessionFactory, ProcessContext, or an InputStream or OutputStream that were generated from the associated Process Sessions
TerminatedTaskException() - Constructor for exception org.apache.nifi.processor.exception.TerminatedTaskException
 
terminatedThreadCount - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
 
terminatedThreadCount - Variable in class org.apache.nifi.controller.status.ProcessorStatus
 
text - Variable in class org.apache.nifi.components.resource.Utf8TextResource
 
throwable - Variable in class org.apache.nifi.logging.LogMessage.Builder
 
throwable(Throwable) - Method in class org.apache.nifi.logging.LogMessage.Builder
 
throwable - Variable in class org.apache.nifi.logging.LogMessage
 
time - Variable in class org.apache.nifi.logging.LogMessage.Builder
 
time - Variable in class org.apache.nifi.logging.LogMessage
 
timerDrivenThreads - Variable in class org.apache.nifi.controller.status.NodeStatus
 
timestamp - Variable in class org.apache.nifi.flow.VersionedExternalFlowMetadata
 
timestamp - Variable in class org.apache.nifi.registry.flow.RegisteredFlowSnapshotMetadata
 
timestamp - Variable in class org.apache.nifi.reporting.Bulletin
 
TO_STRING_FORMAT - Static variable in class org.apache.nifi.logging.LogMessage
 
toAllowableValue(DescribedValue) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
 
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 enum org.apache.nifi.action.Operation
 
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.ConfigVerificationResult
 
toString() - Method in class org.apache.nifi.components.PropertyDependency
 
toString() - Method in class org.apache.nifi.components.PropertyDescriptor
 
toString() - Method in class org.apache.nifi.components.resource.FileResourceReference
 
toString() - Method in enum org.apache.nifi.components.resource.ResourceType
 
toString() - Method in class org.apache.nifi.components.resource.StandardResourceReferences
 
toString() - Method in class org.apache.nifi.components.resource.URLResourceReference
 
toString() - Method in class org.apache.nifi.components.resource.Utf8TextResource
 
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.analytics.ConnectionStatusPredictions
 
toString() - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
toString() - Method in class org.apache.nifi.controller.status.NodeStatus
 
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.controller.status.StorageStatus
 
toString() - Method in class org.apache.nifi.flow.Bundle
 
toString() - Method in enum org.apache.nifi.flow.ComponentType
 
toString() - Method in class org.apache.nifi.flow.ConnectableComponent
 
toString() - Method in class org.apache.nifi.flow.Position
 
toString() - Method in class org.apache.nifi.flow.VersionedFlowCoordinates
 
toString() - Method in class org.apache.nifi.logging.LogMessage
 
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
 
totalQueuedDuration - Variable in class org.apache.nifi.controller.status.ConnectionStatus
 
totalSizeBytes - Variable in class org.apache.nifi.controller.queue.QueueSize
 
totalThreads - Variable in class org.apache.nifi.controller.status.NodeStatus
 
toTB(double) - Method in enum org.apache.nifi.processor.DataUnit
 
trace(String, Throwable) - Method in class org.apache.nifi.documentation.init.NopComponentLog
 
trace(String, Object[]) - Method in class org.apache.nifi.documentation.init.NopComponentLog
 
trace(String) - Method in class org.apache.nifi.documentation.init.NopComponentLog
 
trace(String, Object[], Throwable) - Method in class org.apache.nifi.documentation.init.NopComponentLog
 
trace(LogMessage) - Method in class org.apache.nifi.documentation.init.NopComponentLog
 
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
 
trace(LogMessage) - 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
 
transportProtocol - Variable in class org.apache.nifi.flow.VersionedRemoteProcessGroup
 
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
 
type - Variable in class org.apache.nifi.flow.ConnectableComponent
 
type - Variable in class org.apache.nifi.flow.ControllerServiceAPI
 
type - Variable in class org.apache.nifi.flow.ParameterProviderReference
 
type - Variable in class org.apache.nifi.flow.VersionedConfigurableExtension
 
type - Variable in class org.apache.nifi.flow.VersionedParameterProvider
 
type - Variable in class org.apache.nifi.flow.VersionedPort
 
typeName - Variable in enum org.apache.nifi.flow.ComponentType
 

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
 
url - Variable in class org.apache.nifi.components.resource.URLResourceReference
 
url - Variable in class org.apache.nifi.flow.VersionedFlowRegistryClient
Deprecated.
URLResourceReference - Class in org.apache.nifi.components.resource
 
URLResourceReference(URL) - Constructor for class org.apache.nifi.components.resource.URLResourceReference
 
useCompression - Variable in class org.apache.nifi.flow.VersionedRemoteGroupPort
 
usedHeap - Variable in class org.apache.nifi.controller.status.NodeStatus
 
usedNonHeap - Variable in class org.apache.nifi.controller.status.NodeStatus
 
usedSpace - Variable in class org.apache.nifi.controller.status.StorageStatus
 
Utf8TextResource - Class in org.apache.nifi.components.resource
 
Utf8TextResource(String) - Constructor for class org.apache.nifi.components.resource.Utf8TextResource
 
uuid - Variable in class org.apache.nifi.documentation.init.DocumentationProcessorInitializationContext
 

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, String, ValidationContext) - Method in class org.apache.nifi.components.PropertyDescriptor.ResourceDefinitionValidator
 
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
 
validateDependencies(PropertyDescriptor, ValidationContext, Collection<ValidationResult>) - Method in class org.apache.nifi.components.AbstractConfigurableComponent
 
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 - Variable in class org.apache.nifi.flow.VersionedParameter
 
value - Variable in class org.apache.nifi.parameter.Parameter
 
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.DefaultRunDuration
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.behavior.SystemResource
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.ConfigVerificationResult.Outcome
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.components.RequiredPermission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.components.resource.ResourceCardinality
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.components.resource.ResourceType
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.FlowFileAvailability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.controller.status.LoadBalanceStatus
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.documentation.ExtensionType
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.expression.ExpressionLanguageScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.flow.ComponentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.flow.ConnectableComponentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.flow.PortType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.flow.ScheduledState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.flow.VersionedResourceCardinality
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.flow.VersionedResourceType
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.parameter.ParameterSensitivity
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.registry.flow.VersionedFlowState
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.ExecutionNode
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.
valueOfPermissionIdentifier(String) - Static method in enum org.apache.nifi.components.RequiredPermission
 
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.DefaultRunDuration
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.behavior.SystemResource
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.ConfigVerificationResult.Outcome
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.RequiredPermission
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.resource.ResourceCardinality
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.resource.ResourceType
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.FlowFileAvailability
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.LoadBalanceStatus
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.documentation.ExtensionType
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.expression.ExpressionLanguageScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.flow.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.flow.ConnectableComponentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.flow.PortType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.flow.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.flow.VersionedResourceCardinality
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.flow.VersionedResourceType
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.parameter.ParameterSensitivity
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.registry.flow.VersionedFlowState
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.ExecutionNode
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.
variables - Variable in class org.apache.nifi.flow.VersionedProcessGroup
 
VerifiableControllerService - Interface in org.apache.nifi.controller
Any Controller Service that implements this interface will be provided the opportunity to verify a given configuration of the Controller Service.
VerifiableParameterProvider - Interface in org.apache.nifi.parameter
Any Parameter Provider that implements this interface will be provided the opportunity to verify a given configuration of the Parameter Provider.
VerifiableProcessor - Interface in org.apache.nifi.processor
Any Processor that implements this interface will be provided the opportunity to verify a given configuration of the Processor.
VerifiableReportingTask - Interface in org.apache.nifi.reporting
Any Reporting Task that implements this interface will be provided the opportunity to verify a given configuration of the Reporting Task.
verificationStepName - Variable in class org.apache.nifi.components.ConfigVerificationResult.Builder
 
verificationStepName(String) - Method in class org.apache.nifi.components.ConfigVerificationResult.Builder
 
verificationStepName - Variable in class org.apache.nifi.components.ConfigVerificationResult
 
verify(ConfigurationContext, ComponentLog, Map<String, String>) - Method in interface org.apache.nifi.controller.VerifiableControllerService
Verifies that the configuration defined by the given ConfigurationContext is valid.
verify(ConfigurationContext, ComponentLog) - Method in interface org.apache.nifi.parameter.VerifiableParameterProvider
Verifies that the configuration defined by the given ConfigurationContext is valid.
verify(ProcessContext, ComponentLog, Map<String, String>) - Method in interface org.apache.nifi.processor.VerifiableProcessor
Verifies that the configuration defined by the given ProcessContext is valid.
verify(ConfigurationContext, ComponentLog) - Method in interface org.apache.nifi.reporting.VerifiableReportingTask
Verifies that the configuration defined by the given ConfigurationContext is valid.
version - Variable in class org.apache.nifi.documentation.StandardServiceAPI
 
version - Variable in class org.apache.nifi.flow.Bundle
 
version - Variable in class org.apache.nifi.flow.VersionedExternalFlowMetadata
 
version - Variable in class org.apache.nifi.flow.VersionedFlowCoordinates
 
version - Variable in class org.apache.nifi.registry.flow.RegisteredFlowSnapshotMetadata
 
version - Variable in class org.apache.nifi.registry.flow.RegisteredFlowVersionInfo
 
versionCount - Variable in class org.apache.nifi.registry.flow.RegisteredFlow
 
VersionedComponent - Interface in org.apache.nifi.components
 
VersionedComponent - Class in org.apache.nifi.flow
 
VersionedComponent() - Constructor for class org.apache.nifi.flow.VersionedComponent
 
VersionedConfigurableComponent - Interface in org.apache.nifi.flow
A component that has property descriptors and can be configured with values for those properties.
VersionedConfigurableExtension - Class in org.apache.nifi.flow
 
VersionedConfigurableExtension() - Constructor for class org.apache.nifi.flow.VersionedConfigurableExtension
 
VersionedConnection - Class in org.apache.nifi.flow
 
VersionedConnection() - Constructor for class org.apache.nifi.flow.VersionedConnection
 
VersionedControllerService - Class in org.apache.nifi.flow
 
VersionedControllerService() - Constructor for class org.apache.nifi.flow.VersionedControllerService
 
VersionedExtensionComponent - Interface in org.apache.nifi.flow
A component that is an extension and has a type and bundle.
VersionedExternalFlow - Class in org.apache.nifi.flow
 
VersionedExternalFlow() - Constructor for class org.apache.nifi.flow.VersionedExternalFlow
 
VersionedExternalFlowMetadata - Class in org.apache.nifi.flow
 
VersionedExternalFlowMetadata() - Constructor for class org.apache.nifi.flow.VersionedExternalFlowMetadata
 
VersionedFlowCoordinates - Class in org.apache.nifi.flow
 
VersionedFlowCoordinates() - Constructor for class org.apache.nifi.flow.VersionedFlowCoordinates
 
versionedFlowCoordinates - Variable in class org.apache.nifi.flow.VersionedProcessGroup
 
VersionedFlowRegistryClient - Class in org.apache.nifi.flow
 
VersionedFlowRegistryClient() - Constructor for class org.apache.nifi.flow.VersionedFlowRegistryClient
 
versionedFlowState - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
 
VersionedFlowState - Enum in org.apache.nifi.registry.flow
 
VersionedFlowState(String) - Constructor for enum org.apache.nifi.registry.flow.VersionedFlowState
 
VersionedFunnel - Class in org.apache.nifi.flow
 
VersionedFunnel() - Constructor for class org.apache.nifi.flow.VersionedFunnel
 
VersionedLabel - Class in org.apache.nifi.flow
 
VersionedLabel() - Constructor for class org.apache.nifi.flow.VersionedLabel
 
VersionedParameter - Class in org.apache.nifi.flow
 
VersionedParameter() - Constructor for class org.apache.nifi.flow.VersionedParameter
 
VersionedParameterContext - Class in org.apache.nifi.flow
 
VersionedParameterContext() - Constructor for class org.apache.nifi.flow.VersionedParameterContext
 
VersionedParameterProvider - Class in org.apache.nifi.flow
 
VersionedParameterProvider() - Constructor for class org.apache.nifi.flow.VersionedParameterProvider
 
VersionedPort - Class in org.apache.nifi.flow
 
VersionedPort() - Constructor for class org.apache.nifi.flow.VersionedPort
 
VersionedProcessGroup - Class in org.apache.nifi.flow
 
VersionedProcessGroup() - Constructor for class org.apache.nifi.flow.VersionedProcessGroup
 
VersionedProcessor - Class in org.apache.nifi.flow
 
VersionedProcessor() - Constructor for class org.apache.nifi.flow.VersionedProcessor
 
VersionedPropertyDescriptor - Class in org.apache.nifi.flow
 
VersionedPropertyDescriptor() - Constructor for class org.apache.nifi.flow.VersionedPropertyDescriptor
 
VersionedRemoteGroupPort - Class in org.apache.nifi.flow
 
VersionedRemoteGroupPort() - Constructor for class org.apache.nifi.flow.VersionedRemoteGroupPort
 
VersionedRemoteProcessGroup - Class in org.apache.nifi.flow
 
VersionedRemoteProcessGroup() - Constructor for class org.apache.nifi.flow.VersionedRemoteProcessGroup
 
VersionedReportingTask - Class in org.apache.nifi.flow
 
VersionedReportingTask() - Constructor for class org.apache.nifi.flow.VersionedReportingTask
 
VersionedResourceCardinality - Enum in org.apache.nifi.flow
 
VersionedResourceCardinality() - Constructor for enum org.apache.nifi.flow.VersionedResourceCardinality
 
VersionedResourceDefinition - Class in org.apache.nifi.flow
 
VersionedResourceDefinition() - Constructor for class org.apache.nifi.flow.VersionedResourceDefinition
 
VersionedResourceType - Enum in org.apache.nifi.flow
 
VersionedResourceType() - Constructor for enum org.apache.nifi.flow.VersionedResourceType
 
versionInfo - Variable in class org.apache.nifi.registry.flow.RegisteredFlow
 

W

warn(String, Throwable) - Method in class org.apache.nifi.documentation.init.NopComponentLog
 
warn(String, Object[]) - Method in class org.apache.nifi.documentation.init.NopComponentLog
 
warn(String, Object[], Throwable) - Method in class org.apache.nifi.documentation.init.NopComponentLog
 
warn(String) - Method in class org.apache.nifi.documentation.init.NopComponentLog
 
warn(LogMessage) - Method in class org.apache.nifi.documentation.init.NopComponentLog
 
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
 
warn(LogMessage) - Method in interface org.apache.nifi.logging.ComponentLog
 
width - Variable in class org.apache.nifi.flow.VersionedLabel
 
write(ConfigurableComponent) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
 
write(ConfigurableComponent, Collection<ServiceAPI>, Map<String, ServiceAPI>) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
 
write(ConfigurableComponent) - Method in interface org.apache.nifi.documentation.ExtensionDocumentationWriter
Write the documentation for the given component.
write(ConfigurableComponent, Collection<ServiceAPI>, Map<String, ServiceAPI>) - Method in interface org.apache.nifi.documentation.ExtensionDocumentationWriter
Writes the documentation for the given component.
write(T) - Method in interface org.apache.nifi.documentation.xml.XmlDocumentationWriter.ElementWriter
 
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) - Method in interface org.apache.nifi.processor.ProcessSession
Provides an OutputStream that can be used to write to the contents of 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.
writeAllowableValue(AllowableValue) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writeArray(String, Collection<T>, XmlDocumentationWriter.ElementWriter<T>) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writeBody(ConfigurableComponent, Map<String, ServiceAPI>) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
 
writeBooleanElement(String, boolean) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writeDefaultSchedule(DefaultSchedule) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
 
writeDefaultSchedule(DefaultSchedule) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writeDefaultSettings(DefaultSettings) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
 
writeDefaultSettings(DefaultSettings) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writeDependencies(PropertyDescriptor) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writeDeprecationNotice(DeprecationNotice) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
 
writeDeprecationNotice(DeprecationNotice) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writeDeprecationNotice(String, Set<String>) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writeDescription(String) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
 
writeDescription(String) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writeDynamicProperties(List<DynamicProperty>) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
 
writeDynamicProperties(List<DynamicProperty>) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writeDynamicProperty(DynamicProperty) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writeDynamicRelationship(DynamicRelationship) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
 
writeDynamicRelationship(DynamicRelationship) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writeEmptyElement(String) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writeEndElement() - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writeEventDriven(EventDriven) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
 
writeEventDriven(EventDriven) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writeExtensionName(String) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
 
writeExtensionName(String) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writeExtensionType(ExtensionType) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
 
writeExtensionType(ExtensionType) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writeFooter(ConfigurableComponent) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
 
writeFooter(ConfigurableComponent) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writeHeader(ConfigurableComponent) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
 
writeHeader(ConfigurableComponent) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writeInputRequirementInfo(InputRequirement.Requirement) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
 
writeInputRequirementInfo(InputRequirement.Requirement) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writePrimaryNodeOnly(PrimaryNodeOnly) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
 
writePrimaryNodeOnly(PrimaryNodeOnly) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writeProperties(List<PropertyDescriptor>, Map<String, ServiceAPI>) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
 
writeProperties(List<PropertyDescriptor>, Map<String, ServiceAPI>) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writeProperty(PropertyDescriptor, Map<String, ServiceAPI>) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writeProvidedService(ServiceAPI) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writeProvidedServices(Collection<ServiceAPI>) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
 
writeProvidedServices(Collection<ServiceAPI>) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writer - Variable in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writeReadsAttribute(ReadsAttribute) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writeReadsAttributes(List<ReadsAttribute>) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
 
writeReadsAttributes(List<ReadsAttribute>) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writeRelationships(Set<Relationship>) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
 
writeRelationships(Set<Relationship>) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writeResourceDefinition(ResourceDefinition) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writeResourceType(ResourceType) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writeRestrictedInfo(Restricted) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
 
writeRestrictedInfo(Restricted) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writeRestriction(Restriction) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
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.
writeSeeAlso(SeeAlso) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
 
writeSeeAlso(SeeAlso) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writeSideEffectFree(SideEffectFree) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
 
writeSideEffectFree(SideEffectFree) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writeStartElement(String) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writeStatefulInfo(Stateful) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
 
writeStatefulInfo(Stateful) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writeSupportsBatching(SupportsBatching) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
 
writeSupportsBatching(SupportsBatching) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writeSupportsSensitiveDynamicProperties(SupportsSensitiveDynamicProperties) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
 
writeSupportsSensitiveDynamicProperties(SupportsSensitiveDynamicProperties) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writeSystemResourceConsideration(SystemResourceConsideration) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writeSystemResourceConsiderationInfo(List<SystemResourceConsideration>) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
 
writeSystemResourceConsiderationInfo(List<SystemResourceConsideration>) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writeTags(List<String>) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
 
writeTags(List<String>) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writeText(String) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writeTextArray(String, String, Collection<String>) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writeTextArray(String, String, Collection<T>, Function<T, String>) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writeTextElement(String, String) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writeTriggerSerially(TriggerSerially) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
 
writeTriggerSerially(TriggerSerially) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writeTriggerWhenAnyDestinationAvailable(TriggerWhenAnyDestinationAvailable) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
 
writeTriggerWhenAnyDestinationAvailable(TriggerWhenAnyDestinationAvailable) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writeTriggerWhenEmpty(TriggerWhenEmpty) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
 
writeTriggerWhenEmpty(TriggerWhenEmpty) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writeWritesAttribute(WritesAttribute) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
writeWritesAttributes(List<WritesAttribute>) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
 
writeWritesAttributes(List<WritesAttribute>) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 

X

x - Variable in class org.apache.nifi.flow.Position
 
XmlDocumentationWriter - Class in org.apache.nifi.documentation.xml
XML-based implementation of DocumentationWriter Please note that while this class lives within the nifi-api, it is provided primarily as a means for documentation components within the NiFi NAR Maven Plugin.
XmlDocumentationWriter(OutputStream) - Constructor for class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
XmlDocumentationWriter(XMLStreamWriter) - Constructor for class org.apache.nifi.documentation.xml.XmlDocumentationWriter
 
XmlDocumentationWriter.ElementWriter<T> - Interface in org.apache.nifi.documentation.xml
 

Y

y - Variable in class org.apache.nifi.flow.Position
 
yield() - Method in interface org.apache.nifi.processor.ProcessContext
Causes the Processor not to be scheduled for some pre-configured amount of time.
yieldDuration - Variable in class org.apache.nifi.flow.VersionedProcessor
 
yieldDuration - Variable in class org.apache.nifi.flow.VersionedRemoteProcessGroup
 

Z

zIndex - Variable in class org.apache.nifi.flow.VersionedConnection
 
zIndex - Variable in class org.apache.nifi.flow.VersionedLabel
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links

Copyright © 2023 Apache NiFi Project. All rights reserved.