Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractAnalysisResult - Class in org.apache.nifi.flowanalysis
-
Abstract class holding information about a
FlowAnalysisRule
violation. - AbstractAnalysisResult(String, String, String) - Constructor for class org.apache.nifi.flowanalysis.AbstractAnalysisResult
- 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
- AbstractFlowAnalysisRule - Class in org.apache.nifi.flowanalysis
- AbstractFlowAnalysisRule() - Constructor for class org.apache.nifi.flowanalysis.AbstractFlowAnalysisRule
- 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 class org.apache.nifi.processor.FlowFileFilter.FlowFileFilterResult
- ACCEPT_AND_CONTINUE - Enum constant in enum class org.apache.nifi.processor.FlowFileFilter.FlowFileFilterResult
-
Indicates that a FlowFile should be returned to the Processor to be processed and that additional FlowFiles should be processed by this filter.
- ACCEPT_AND_TERMINATE - Enum constant in enum class org.apache.nifi.processor.FlowFileFilter.FlowFileFilterResult
-
Indicates that a FlowFile should be returned to the Processor to be processed and that this is the last FlowFile that should be processed by this filter.
- ACCESS_ENVIRONMENT_CREDENTIALS - Enum constant in enum class org.apache.nifi.components.RequiredPermission
- ACCESS_KEYTAB - Enum constant in enum class org.apache.nifi.components.RequiredPermission
- ACCESS_TICKET_CACHE - Enum constant in enum class org.apache.nifi.components.RequiredPermission
- Accessing Controller Services - Search tag in interface org.apache.nifi.controller.ControllerService
- Section
- AccessPolicy - Enum constant in enum class org.apache.nifi.action.Component
- 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.
- ACTIVE_QUEUE_EMPTY - Enum constant in enum class org.apache.nifi.controller.status.FlowFileAvailability
- 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(int, long) - Method in class org.apache.nifi.controller.queue.QueueSize
- 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 - Enum constant in enum class org.apache.nifi.action.Operation
- addBulletin(Bulletin) - Method in interface org.apache.nifi.reporting.BulletinRepository
-
Adds a Bulletin to the repository.
- addChildFlowFile(String) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
-
Adds the given FlowFile identifier as a child for Events of type
ProvenanceEventType.FORK
andProvenanceEventType.CLONE
- 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
, andProvenanceEventType.CLONE
This is valid only forProvenanceEventType.FORK
,ProvenanceEventType.JOIN
, andProvenanceEventType.CLONE
events and will be ignored for any other event types. - addChildren(File, List<ResourceReference>) - Method in class org.apache.nifi.components.resource.StandardResourceReferences
- ADDINFO - Enum constant in enum class org.apache.nifi.provenance.ProvenanceEventType
-
Indicates a provenance event for adding additional information such as a new linkage to a new URI or UUID
- 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
, andProvenanceEventType.CLONE
This is valid only forProvenanceEventType.FORK
,ProvenanceEventType.JOIN
, andProvenanceEventType.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
- ALL - Enum constant in enum class org.apache.nifi.scheduling.ExecutionNode
-
A Component will be scheduled to run on all nodes.
- 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(E[]) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
-
Sets the Allowable Values for this Property.
- allowableValues(Class<E>) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
-
Sets the Allowable Values for this Property.
- allowableValues(String...) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
-
Sets the Allowable Values for this Property.
- allowableValues(EnumSet<E>) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
-
Sets the Allowable Values for this Property.
- allowableValues(Set<String>) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
-
Sets the Allowable Values for this Property.
- allowableValues(DescribedValue...) - 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
- alternatives() - Element in annotation interface org.apache.nifi.annotation.documentation.DeprecationNotice
- analyzeComponent(VersionedComponent, FlowAnalysisRuleContext) - Method in interface org.apache.nifi.flowanalysis.FlowAnalysisRule
-
Analyze a component provided by the framework.
- analyzeProcessGroup(VersionedProcessGroup, FlowAnalysisRuleContext) - Method in interface org.apache.nifi.flowanalysis.FlowAnalysisRule
-
Analyze a flow or a part of it, represented by a process group.
- 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
- asAllowableValue(Class<E>) - Method in interface org.apache.nifi.components.PropertyValue
-
Returns the property value as one of the configured allowableValues, see
PropertyDescriptor.Builder.allowableValues(Class)
- 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
- asDuration() - Method in interface org.apache.nifi.components.PropertyValue
-
Returns the value as a Duration
- 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
- attribute() - Element in annotation interface org.apache.nifi.annotation.behavior.ReadsAttribute
- attribute() - Element in annotation interface org.apache.nifi.annotation.behavior.WritesAttribute
- 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 Class in org.apache.nifi.expression
- ATTRIBUTES_MODIFIED - Enum constant in enum class org.apache.nifi.provenance.ProvenanceEventType
-
ATTRIBUTES_MODIFIED is used to indicate that a FlowFile's attributes were modified in some way.
- AttributeValueDecorator - Interface in org.apache.nifi.expression
- AuthenticationException - Exception Class in org.apache.nifi.registry.flow
- AuthenticationException(String) - Constructor for exception class org.apache.nifi.registry.flow.AuthenticationException
- AuthenticationException(String, Throwable) - Constructor for exception class 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 Class in org.apache.nifi.registry.flow
- AuthorizationException(String) - Constructor for exception class org.apache.nifi.registry.flow.AuthorizationException
- AuthorizationException(String, Throwable) - Constructor for exception class 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
- B - Enum constant in enum class org.apache.nifi.processor.DataUnit
-
Bytes
- 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
- Batch - Enum constant in enum class org.apache.nifi.action.Operation
- batchSize - Variable in class org.apache.nifi.flow.VersionedRemoteGroupPort
- BatchSize - Class in org.apache.nifi.flow
- BatchSize() - Constructor for class org.apache.nifi.flow.BatchSize
- bends - Variable in class org.apache.nifi.flow.VersionedConnection
- BOOLEAN - Enum constant in enum class org.apache.nifi.expression.AttributeExpression.ResultType
- 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.flowanalysis.GroupAnalysisResult.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() - Constructor for class org.apache.nifi.parameter.ParameterDescriptor.Builder
- Builder() - Constructor for class org.apache.nifi.processor.Relationship.Builder
- Builder() - Constructor for class org.apache.nifi.reporting.BulletinQuery.Builder
- Builder() - Constructor for class org.apache.nifi.search.SearchResult.Builder
- Builder(long, LogLevel) - Constructor for class org.apache.nifi.logging.LogMessage.Builder
- Builder(String) - Constructor for class org.apache.nifi.registry.VariableDescriptor.Builder
-
Establishes the unique identifier or key name of the variable.
- Builder(VersionedComponent, String, String) - Constructor for class org.apache.nifi.flowanalysis.GroupAnalysisResult.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
- bulletinLevel() - Element in annotation interface org.apache.nifi.annotation.configuration.DefaultSettings
- 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
Bulletin
s that have been created by the NiFi Framework and the Components that are running within the Framework. - 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
- 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
- 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 Interface in org.apache.nifi.annotation.documentation
-
Annotation that may be placed on a
Processor
,ControllerService
,ParameterProvider
,FlowAnalysisRule
, orReportingTask
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
- ChangeVersion - Enum constant in enum class org.apache.nifi.action.Operation
- 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
- classNames() - Element in annotation interface org.apache.nifi.annotation.documentation.DeprecationNotice
- classNames() - Element in annotation interface org.apache.nifi.annotation.documentation.SeeAlso
- clear() - Method in interface org.apache.nifi.controller.status.analytics.StatusAnalyticsModel
-
Resets a model by clearing observations and other calculations
- clear(Scope) - Method in interface org.apache.nifi.components.state.StateManager
-
Clears all keys and values from the component's state
- clear(Scope) - Method in class org.apache.nifi.documentation.init.NopStateManager
- clearAllowableValues() - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
-
Clears all Allowable Values from this Property
- clearDefaultValue() - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
-
Clears the initial value and default value from this Property.
- clearDependsOn() - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
-
Clear all Dependencies from this Property
- 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
- ClearState - Enum constant in enum class org.apache.nifi.action.Operation
- clearValidators() - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
-
Clear all Validators from this Property
- 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() - Method in class org.apache.nifi.diagnostics.StorageUsage
- 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. - CLONE - Enum constant in enum class org.apache.nifi.provenance.ProvenanceEventType
-
CLONE is used to indicate that a FlowFile is an exact duplicate of its parent FlowFile.
- cloneAncestorResources() - Element in annotation interface org.apache.nifi.annotation.behavior.RequiresInstanceClassLoading
- close() - Method in interface org.apache.nifi.provenance.ProvenanceEventRepository
-
Closes the repository, freeing any resources
- CLUSTER - Enum constant in enum class org.apache.nifi.components.state.Scope
-
State is to be treated as "global" across the cluster.
- 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.
- CommitLocalChanges - Enum constant in enum class org.apache.nifi.action.Operation
- 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 - Variable in class org.apache.nifi.flowanalysis.GroupAnalysisResult.Builder
- component - Variable in class org.apache.nifi.flowanalysis.GroupAnalysisResult
- Component - Enum Class in org.apache.nifi.action
-
Defines possible components for a given action.
- Component() - Constructor for enum class org.apache.nifi.action.Component
- ComponentAnalysisResult - Class in org.apache.nifi.flowanalysis
-
Holds information about a component violating a
FlowAnalysisRule
- ComponentAnalysisResult(String, String) - Constructor for class org.apache.nifi.flowanalysis.ComponentAnalysisResult
- ComponentAnalysisResult(String, String, String) - Constructor for class org.apache.nifi.flowanalysis.ComponentAnalysisResult
- 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.DocumentationFlowAnalysisRuleInitializationContext
- 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 - Variable in class org.apache.nifi.flow.VersionedRemoteGroupPort
- ComponentType - Enum Class in org.apache.nifi.flow
- ComponentType - Enum Class in org.apache.nifi.reporting
-
An Enumeration for indicating which type of component a Bulletin is associated with
- ComponentType() - Constructor for enum class org.apache.nifi.reporting.ComponentType
- ComponentType(String) - Constructor for enum class org.apache.nifi.flow.ComponentType
- 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
- concurrentTasks() - Element in annotation interface org.apache.nifi.annotation.configuration.DefaultSchedule
- ConfigurableComponent - Interface in org.apache.nifi.components
- configuration() - Element in annotation interface org.apache.nifi.annotation.documentation.ProcessorConfiguration
- configuration() - Element in annotation interface org.apache.nifi.annotation.documentation.UseCase
-
A description of how to configure the extension for this particular use case.
- 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
- configurations() - Element in annotation interface org.apache.nifi.annotation.documentation.MultiProcessorUseCase
-
An array of
ProcessorConfiguration
s that are necessary in order to accomplish the task described in this use case. - Configure - Enum constant in enum class org.apache.nifi.action.Operation
- 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 Class in org.apache.nifi.components
- Connect - Enum constant in enum class org.apache.nifi.action.Operation
- ConnectableComponent - Class in org.apache.nifi.flow
- ConnectableComponent() - Constructor for class org.apache.nifi.flow.ConnectableComponent
- ConnectableComponentType - Enum Class in org.apache.nifi.flow
- ConnectableComponentType() - Constructor for enum class org.apache.nifi.flow.ConnectableComponentType
- Connection - Enum constant in enum class org.apache.nifi.action.Component
- CONNECTION - Enum constant in enum class org.apache.nifi.flow.ComponentType
- connections - Variable in class org.apache.nifi.flow.VersionedProcessGroup
- connectionStatus - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
- ConnectionStatus - Class in org.apache.nifi.controller.status
- ConnectionStatus() - Constructor for class org.apache.nifi.controller.status.ConnectionStatus
- 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.
- CONTENT_MODIFIED - Enum constant in enum class org.apache.nifi.provenance.ProvenanceEventType
-
CONTENT_MODIFIED is used to indicate that a FlowFile's content was modified in some way.
- contentRepositories - Variable in class org.apache.nifi.controller.status.NodeStatus
- continueProcessing - Variable in enum class org.apache.nifi.processor.FlowFileFilter.FlowFileFilterResult
- Controller - Enum constant in enum class org.apache.nifi.action.Component
- CONTROLLER_SERVICE - Enum constant in enum class org.apache.nifi.documentation.ExtensionType
- CONTROLLER_SERVICE - Enum constant in enum class org.apache.nifi.flow.ComponentType
- CONTROLLER_SERVICE - Enum constant in enum class org.apache.nifi.reporting.ComponentType
-
Bulletin is associated with a Controller Service
- ControllerService - Enum constant in enum class org.apache.nifi.action.Component
- ControllerService - Interface in org.apache.nifi.controller
-
This interface provides a mechanism for creating services that are shared among all
Processor
s,ReportingTask
s,FlowAnalysisRule
s,ParameterProvider
s and otherControllerService
s. - 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
- controllerServices - Variable in class org.apache.nifi.flow.VersionedReportingTaskSnapshot
- Controller Services and NARs - Search tag in interface org.apache.nifi.controller.ControllerService
- Section
- convert(double, DataUnit) - Method in enum class 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
- CPU - Enum constant in enum class org.apache.nifi.annotation.behavior.SystemResource
- 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(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.processor.ProcessSession
-
Creates a new FlowFile in the repository with no content but with a parent linkage to
parent
. - 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. - CREATE - Enum constant in enum class org.apache.nifi.provenance.ProvenanceEventType
-
A CREATE event is used when a FlowFile is generated from data that was not received from a remote system or external process
- createBulletin(String, String, Severity, String) - Method in interface org.apache.nifi.reporting.ReportingContext
-
Creates a
Bulletin
for the component with the specified identifier. - 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 theBulletinRepository
. - createControllerService(String, Map<String, String>) - Method in interface org.apache.nifi.migration.PropertyConfiguration
-
Creates a new Controller Service of the given type and configures it with the given property values.
- 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
- CRON_DRIVEN - Enum constant in enum class org.apache.nifi.scheduling.SchedulingStrategy
-
Indicates that the component will be scheduled to run according to a Cron-style expression
- 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 class org.apache.nifi.processor.DataUnit
- DATA_SIZE_REGEX - Static variable in enum class org.apache.nifi.processor.DataUnit
- DataUnit - Enum Class in org.apache.nifi.processor
- DataUnit() - Constructor for enum class org.apache.nifi.processor.DataUnit
- DATE - Enum constant in enum class org.apache.nifi.expression.AttributeExpression.ResultType
- DATE_TIME_FORMAT - Static variable in class org.apache.nifi.logging.LogMessage
- DATE_TIME_FORMATTER - Static variable in class org.apache.nifi.logging.LogMessage
- debug(String) - Method in class org.apache.nifi.documentation.init.NopComponentLog
- debug(String) - Method in interface org.apache.nifi.logging.ComponentLog
- debug(String, Object...) - Method in class org.apache.nifi.documentation.init.NopComponentLog
- debug(String, Object...) - Method in interface org.apache.nifi.logging.ComponentLog
- debug(String, Throwable) - Method in class org.apache.nifi.documentation.init.NopComponentLog
- debug(String, Throwable) - Method in interface org.apache.nifi.logging.ComponentLog
- debug(LogMessage) - Method in class org.apache.nifi.documentation.init.NopComponentLog
- debug(LogMessage) - Method in interface org.apache.nifi.logging.ComponentLog
- DEBUG - Enum constant in enum class org.apache.nifi.logging.LogLevel
- DECIMAL - Enum constant in enum class org.apache.nifi.expression.AttributeExpression.ResultType
- decorate(String) - Method in interface org.apache.nifi.expression.AttributeValueDecorator
-
Decorates the given value
- DEFAULT_DESCRIPTION - Static variable in annotation interface 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 class org.apache.nifi.scheduling.SchedulingStrategy
- defaultDuration() - Element in annotation interface org.apache.nifi.annotation.behavior.SupportsBatching
- defaultFlowFileExpiration - Variable in class org.apache.nifi.flow.VersionedProcessGroup
- DefaultRunDuration - Enum Class in org.apache.nifi.annotation.behavior
- DefaultRunDuration(Duration) - Constructor for enum class org.apache.nifi.annotation.behavior.DefaultRunDuration
- DefaultSchedule - Annotation Interface 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 class org.apache.nifi.scheduling.SchedulingStrategy
- DefaultSettings - Annotation Interface 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 - Variable in class org.apache.nifi.components.PropertyDescriptor
-
The default value for this property
- 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(DescribedValue) - 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.
- Defining a Controller Service - Search tag in interface org.apache.nifi.controller.ControllerService
- Section
- 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, 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, 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, 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 Interface in org.apache.nifi.annotation.documentation
-
Annotation that can be applied to a
Processor
,ControllerService
, orReportingTask
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 - Variable in class org.apache.nifi.components.PropertyDescriptor
-
And explanation of the meaning of the given property.
- description - Variable in enum class 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.flowanalysis.AbstractFlowAnalysisRule
- description - Variable 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 - 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 class org.apache.nifi.registry.flow.VersionedFlowState
- description - Variable in class org.apache.nifi.registry.VariableDescriptor.Builder
- description - Variable in class org.apache.nifi.registry.VariableDescriptor
-
A brief description of the variable.
- description() - Element in annotation interface org.apache.nifi.annotation.behavior.DynamicProperty
- description() - Element in annotation interface org.apache.nifi.annotation.behavior.DynamicRelationship
- description() - Element in annotation interface org.apache.nifi.annotation.behavior.ReadsAttribute
- description() - Element in annotation interface org.apache.nifi.annotation.behavior.Stateful
-
Provides a description of what information is being stored in the
StateManager
- description() - Element in annotation interface org.apache.nifi.annotation.behavior.SystemResourceConsideration
-
A description of how this component and its configuration may affect system resource usage.
- description() - Element in annotation interface org.apache.nifi.annotation.behavior.WritesAttribute
- description() - Element in annotation interface org.apache.nifi.annotation.documentation.MultiProcessorUseCase
-
A simple 1 (at most 2) sentence description of the use case.
- description() - Element in annotation interface org.apache.nifi.annotation.documentation.UseCase
-
A simple 1 (at most 2) sentence description of the use case.
- description(String) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
- description(String) - Method in class org.apache.nifi.parameter.ParameterDescriptor.Builder
- description(String) - Method in class org.apache.nifi.processor.Relationship.Builder
- description(String) - Method in class org.apache.nifi.registry.VariableDescriptor.Builder
- 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
- DIRECTORY - Enum constant in enum class org.apache.nifi.components.resource.ResourceType
-
Referenced Resource is a directory on a local (or mounted) file system
- DIRECTORY - Enum constant in enum class org.apache.nifi.flow.VersionedResourceType
-
Referenced Resource is a directory on a local (or mounted) file system
- Disable - Enum constant in enum class org.apache.nifi.action.Operation
- disabled() - Method in class org.apache.nifi.controller.AbstractControllerService
- Disabled - Enum constant in enum class org.apache.nifi.controller.status.RunStatus
- DISABLED - Enum constant in enum class org.apache.nifi.controller.ScheduledState
-
Entity cannot be scheduled to run
- DISABLED - Enum constant in enum class org.apache.nifi.flow.ScheduledState
- DISABLED - Enum constant in enum class org.apache.nifi.flowanalysis.FlowAnalysisRuleState
- Disconnect - Enum constant in enum class org.apache.nifi.action.Operation
- DISK - Enum constant in enum class org.apache.nifi.annotation.behavior.SystemResource
- 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 - 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
- displayName(String) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
-
Sets a unique id for the property.
- DocumentationControllerServiceInitializationContext - Class in org.apache.nifi.documentation.init
- DocumentationControllerServiceInitializationContext() - Constructor for class org.apache.nifi.documentation.init.DocumentationControllerServiceInitializationContext
- DocumentationFlowAnalysisRuleInitializationContext - Class in org.apache.nifi.documentation.init
- DocumentationFlowAnalysisRuleInitializationContext() - Constructor for class org.apache.nifi.documentation.init.DocumentationFlowAnalysisRuleInitializationContext
- 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
- DOWNLOAD - Enum constant in enum class org.apache.nifi.provenance.ProvenanceEventType
-
Indicates that the contents of a FlowFile were downloaded by a user or external entity.
- DROP - Enum constant in enum class org.apache.nifi.provenance.ProvenanceEventType
-
Indicates a provenance event for the conclusion of an object's life for some reason other than object expiration
- duration - Variable in enum class 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 - Variable in class org.apache.nifi.components.PropertyDescriptor
-
indicates whether this property well-known for this processor or is user-defined
- dynamic - Variable in class org.apache.nifi.flow.VersionedPropertyDescriptor
- dynamic(boolean) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
- dynamicallyModifiesClasspath - Variable in class org.apache.nifi.components.PropertyDescriptor.Builder
- 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
- 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.
- DynamicProperties - Annotation Interface in org.apache.nifi.annotation.behavior
-
Indicates that a component has more than one dynamic property
- DynamicProperty - Annotation Interface 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 Interface in org.apache.nifi.annotation.behavior
-
Annotation to indicate that a
Processor
supports dynamic relationship.
E
- ELECTED_PRIMARY_NODE - Enum constant in enum class org.apache.nifi.annotation.notification.PrimaryNodeState
-
The node receiving this state has been elected the Primary Node of the NiFi cluster.
- EMPTY_ENVIRONMENT_VARIABLES - Static variable in interface org.apache.nifi.registry.EnvironmentVariables
-
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
- Enable - Enum constant in enum class org.apache.nifi.action.Operation
- enabled - Variable in class org.apache.nifi.controller.AbstractControllerService
- enabled() - Method in class org.apache.nifi.controller.AbstractControllerService
- ENABLED - Enum constant in enum class org.apache.nifi.flow.ScheduledState
- ENABLED - Enum constant in enum class org.apache.nifi.flowanalysis.FlowAnalysisRuleState
- endTimeMillis - Variable in class org.apache.nifi.controller.status.analytics.QueryWindow
- ENFORCE - Enum constant in enum class org.apache.nifi.flowanalysis.EnforcementPolicy
-
Rules with this enforcement policy also invalidate the corresponding components and fixing these problems are to be considered mandatory.
- enforcementPolicy - Variable in class org.apache.nifi.flow.VersionedFlowAnalysisRule
- EnforcementPolicy - Enum Class in org.apache.nifi.flowanalysis
- EnforcementPolicy() - Constructor for enum class org.apache.nifi.flowanalysis.EnforcementPolicy
- ENVIRONMENT - Enum constant in enum class org.apache.nifi.expression.ExpressionLanguageScope
-
Expression language is evaluated against variables in registry
- ENVIRONMENT_VARIABLES - Static variable in interface org.apache.nifi.registry.EnvironmentVariables
-
Provides a registry containing all environment variables and system properties.
- EnvironmentVariables - Interface in org.apache.nifi.registry
-
Provides a registry of variables available for use by various components and extension points.
- 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) - Method in class org.apache.nifi.documentation.init.NopComponentLog
- error(String) - Method in interface org.apache.nifi.logging.ComponentLog
- error(String, Object...) - Method in class org.apache.nifi.documentation.init.NopComponentLog
- error(String, Object...) - Method in interface org.apache.nifi.logging.ComponentLog
- error(String, Throwable) - Method in class org.apache.nifi.documentation.init.NopComponentLog
- error(String, Throwable) - Method in interface org.apache.nifi.logging.ComponentLog
- error(LogMessage) - Method in class org.apache.nifi.documentation.init.NopComponentLog
- error(LogMessage) - Method in interface org.apache.nifi.logging.ComponentLog
- ERROR - Enum constant in enum class org.apache.nifi.logging.LogLevel
- ERROR - Enum constant in enum class org.apache.nifi.reporting.Severity
- 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(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(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 buildingProvenanceEventRecord
s - EXECUTE_CODE - Enum constant in enum class org.apache.nifi.components.RequiredPermission
- executionEngine - Variable in class org.apache.nifi.flow.VersionedProcessGroup
- ExecutionEngine - Enum Class in org.apache.nifi.flow
- ExecutionEngine() - Constructor for enum class org.apache.nifi.flow.ExecutionEngine
- executionNode - Variable in class org.apache.nifi.controller.status.ProcessorStatus
- executionNode - Variable in class org.apache.nifi.flow.VersionedProcessor
- ExecutionNode - Enum Class in org.apache.nifi.scheduling
-
Defines the Nodes where a given Component will be scheduled to run.
- ExecutionNode() - Constructor for enum class org.apache.nifi.scheduling.ExecutionNode
- EXPIRE - Enum constant in enum class org.apache.nifi.provenance.ProvenanceEventType
-
Indicates a provenance event for the conclusion of an object's life due to the fact that the object could not be processed in a timely manner
- explanation - Variable 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 - Variable in class org.apache.nifi.components.ValidationResult
- explanation - Variable in class org.apache.nifi.flowanalysis.AbstractAnalysisResult
- explanation - Variable in class org.apache.nifi.flowanalysis.GroupAnalysisResult.Builder
- explanation() - Element in annotation interface org.apache.nifi.annotation.behavior.Restriction
-
Provides a explanation of why the component usage is restricted
- explanation(String) - Method in class org.apache.nifi.components.ConfigVerificationResult.Builder
- explanation(String) - Method in class org.apache.nifi.components.ValidationResult.Builder
-
Defaults to empty string
- explanation(String) - Method in class org.apache.nifi.flowanalysis.GroupAnalysisResult.Builder
- EXPORT_NIFI_DETAILS - Enum constant in enum class org.apache.nifi.components.RequiredPermission
- exportTo(FlowFile, OutputStream) - Method in interface org.apache.nifi.processor.ProcessSession
-
Writes the content of the given FlowFile to the given destination stream
- exportTo(FlowFile, Path, boolean) - Method in interface org.apache.nifi.processor.ProcessSession
-
Writes the content of the given FlowFile to the given destination path.
- 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() - Element in annotation interface org.apache.nifi.annotation.behavior.DynamicProperty
- ExpressionLanguageScope - Enum Class in org.apache.nifi.expression
-
Indicates the scope of expression language on a property descriptor.
- ExpressionLanguageScope(String) - Constructor for enum class org.apache.nifi.expression.ExpressionLanguageScope
- expressionLanguageSupported(ExpressionLanguageScope) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
-
Sets the scope of the expression language evaluation
- ExtensionDocumentationWriter - Interface in org.apache.nifi.documentation
-
Generates documentation for an instance of a ConfigurableComponent.
- ExtensionType - Enum Class in org.apache.nifi.documentation
- ExtensionType() - Constructor for enum class 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
- FAILED - Enum constant in enum class org.apache.nifi.components.ConfigVerificationResult.Outcome
- FAILURE - Enum constant in enum class org.apache.nifi.components.PortFunction
-
Port denotes that the invocation of the stateless flow has failed.
- FATAL - Enum constant in enum class org.apache.nifi.logging.LogLevel
- 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. - FETCH - Enum constant in enum class org.apache.nifi.provenance.ProvenanceEventType
-
Indicates that the contents of a FlowFile were overwritten using the contents of some external resource.
- fetchExternalResource(ExternalResourceDescriptor) - Method in interface org.apache.nifi.flow.resource.ExternalResourceProvider
-
Fetches the resource determined by the descriptor.
- fetchParameters(ConfigurationContext) - Method in interface org.apache.nifi.parameter.ParameterProvider
-
Fetches named groups of parameters from an external source.
- FIFTY_MILLIS - Enum constant in enum class org.apache.nifi.annotation.behavior.DefaultRunDuration
- file - Variable in class org.apache.nifi.components.resource.FileResourceReference
- FILE - Enum constant in enum class org.apache.nifi.components.resource.ResourceType
-
Referenced Resource is a File on a local (or mounted) file system
- FILE - Enum constant in enum class org.apache.nifi.flow.VersionedResourceType
-
Referenced Resource is a File on a local (or mounted) file system
- 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.
- FIVE_HUNDRED_MILLIS - Enum constant in enum class org.apache.nifi.annotation.behavior.DefaultRunDuration
- 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
- FLOW_ANALYSIS_RULE - Enum constant in enum class org.apache.nifi.documentation.ExtensionType
- FLOW_ANALYSIS_RULE - Enum constant in enum class org.apache.nifi.flow.ComponentType
- FLOW_ANALYSIS_RULE - Enum constant in enum class org.apache.nifi.reporting.ComponentType
-
Bulletin is associated with a Flow Analysis Rule
- FLOW_CONTROLLER - Enum constant in enum class org.apache.nifi.reporting.ComponentType
-
Bulletin is a system-level bulletin, associated with the Flow Controller
- FLOW_REGISTRY_CLIENT - Enum constant in enum class org.apache.nifi.flow.ComponentType
- FLOW_REGISTRY_CLIENT - Enum constant in enum class org.apache.nifi.reporting.ComponentType
-
Bulletin is associated with a Flow Registry Client
- FlowAlreadyExistsException - Exception Class in org.apache.nifi.registry.flow
- FlowAlreadyExistsException(String) - Constructor for exception class org.apache.nifi.registry.flow.FlowAlreadyExistsException
- FlowAlreadyExistsException(String, Throwable) - Constructor for exception class org.apache.nifi.registry.flow.FlowAlreadyExistsException
- FlowAnalysisContext - Interface in org.apache.nifi.flowanalysis
-
Used for accessing flow- or other analysis-related information
- FlowAnalysisRule - Enum constant in enum class org.apache.nifi.action.Component
- FlowAnalysisRule - Interface in org.apache.nifi.flowanalysis
-
A single rule that can analyze components or a flow (represented by a process group)
- FlowAnalysisRuleContext - Interface in org.apache.nifi.flowanalysis
-
This interface provides a bridge between the NiFi Framework and a
FlowAnalysisRule
. - FlowAnalysisRuleInitializationContext - Interface in org.apache.nifi.flowanalysis
-
Provides configuration information to a FlowAnalysisRule at the time of initialization
- FlowAnalysisRuleState - Enum Class in org.apache.nifi.flowanalysis
- FlowAnalysisRuleState() - Constructor for enum class org.apache.nifi.flowanalysis.FlowAnalysisRuleState
- 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_ATTRIBUTES - Enum constant in enum class org.apache.nifi.expression.ExpressionLanguageScope
-
Expression language is evaluated per flow file using attributes
- FLOWFILE_AVAILABLE - Enum constant in enum class org.apache.nifi.controller.status.FlowFileAvailability
- FlowFile.KeyValidator - Class in org.apache.nifi.flowfile
- FlowFileAccessException - Exception Class 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 class org.apache.nifi.processor.exception.FlowFileAccessException
- FlowFileAccessException(String, Throwable) - Constructor for exception class org.apache.nifi.processor.exception.FlowFileAccessException
- flowFileAvailability - Variable in class org.apache.nifi.controller.status.ConnectionStatus
- FlowFileAvailability - Enum Class in org.apache.nifi.controller.status
- FlowFileAvailability() - Constructor for enum class 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 Class 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 class org.apache.nifi.processor.FlowFileFilter.FlowFileFilterResult
- FlowFileHandlingException - Exception Class 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 class org.apache.nifi.processor.exception.FlowFileHandlingException
- FlowFileHandlingException(String, Throwable) - Constructor for exception class 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 - Variable in class org.apache.nifi.logging.LogMessage
- flowFileUuid - Variable in class org.apache.nifi.reporting.Bulletin
- flowFileUuid(String) - Method in class org.apache.nifi.logging.LogMessage.Builder
- 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 - Enum constant in enum class org.apache.nifi.action.Component
- 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 Class 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 class org.apache.nifi.registry.flow.FlowRegistryException
- FlowRegistryException(String, Throwable) - Constructor for exception class org.apache.nifi.registry.flow.FlowRegistryException
- FlowRegistryInvalidException - Exception Class in org.apache.nifi.registry.flow
- FlowRegistryInvalidException(List<String>) - Constructor for exception class org.apache.nifi.registry.flow.FlowRegistryInvalidException
- FlowRegistryPermissions - Class in org.apache.nifi.registry.flow
- FlowRegistryPermissions() - Constructor for class org.apache.nifi.registry.flow.FlowRegistryPermissions
- forComponent(VersionedComponent, String, String) - Static method in class org.apache.nifi.flowanalysis.GroupAnalysisResult
-
Build a new analysis result tied to a component.
- forGroup(String, String) - Static method in class org.apache.nifi.flowanalysis.GroupAnalysisResult
-
Build a new analysis result tied to the currently analyzed process group
- 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>, 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) - 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. - FORK - Enum constant in enum class org.apache.nifi.provenance.ProvenanceEventType
-
FORK is used to indicate that one or more FlowFile was derived from a parent FlowFile.
- 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
- freeSpace - Variable in class org.apache.nifi.diagnostics.StorageUsage
- from(ParameterDescriptor) - Method in class org.apache.nifi.parameter.ParameterDescriptor.Builder
- fromDescribedValue(DescribedValue) - Static method in class org.apache.nifi.components.AllowableValue
- 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
- Funnel - Enum constant in enum class org.apache.nifi.action.Component
- FUNNEL - Enum constant in enum class org.apache.nifi.flow.ComponentType
- FUNNEL - Enum constant in enum class org.apache.nifi.flow.ConnectableComponentType
- funnels - Variable in class org.apache.nifi.flow.VersionedProcessGroup
G
- GB - Enum constant in enum class org.apache.nifi.processor.DataUnit
-
Gigabytes
- 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(String) - Method in interface org.apache.nifi.components.state.StateMap
-
Returns the value associated with the given key n
- 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() - 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.ProcessorStatus
- 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() - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
- getBucket(FlowRegistryClientConfigurationContext, String) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClient
-
Gets the bucket with the given id.
- 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.flowanalysis.FlowAnalysisContext
- 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
- getComponent() - Method in class org.apache.nifi.flowanalysis.GroupAnalysisResult
- 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.VersionedFlowAnalysisRule
- 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
- getContentRepositoryStorageUsage() - Method in interface org.apache.nifi.reporting.EventAccess
-
Returns the storage usage of all content repositories
- 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
- getControllerServices() - Method in class org.apache.nifi.flow.VersionedReportingTaskSnapshot
- 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 class org.apache.nifi.scheduling.SchedulingStrategy
- getDefaultFlowFileExpiration() - Method in class org.apache.nifi.flow.VersionedProcessGroup
- getDefaultSchedulingPeriod() - Method in enum class 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() - Method in enum class 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 class org.apache.nifi.registry.flow.VersionedFlowState
- getDescription() - Method in class org.apache.nifi.registry.VariableDescriptor
- getDescription(ConfigurableComponent) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
- 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
- getDiskUtilization() - Method in class org.apache.nifi.diagnostics.StorageUsage
- 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 class 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
- getEnforcementPolicy() - Method in class org.apache.nifi.flow.VersionedFlowAnalysisRule
- getEntryDate() - Method in interface org.apache.nifi.flowfile.FlowFile
- getEnvironmentVariableKey(String) - Method in interface org.apache.nifi.registry.EnvironmentVariables
-
Returns the VariableDescriptor for the given key name if it exists.
- getEnvironmentVariablesMap() - Method in interface org.apache.nifi.registry.EnvironmentVariables
-
Provides access to a map of variable key/value pairs.
- getEnvironmentVariableValue(String) - Method in interface org.apache.nifi.registry.EnvironmentVariables
-
Gets the variable value
- getEnvironmentVariableValue(VariableDescriptor) - Method in interface org.apache.nifi.registry.EnvironmentVariables
-
Gets the variable value
- getEvent(long) - Method in interface org.apache.nifi.provenance.ProvenanceEventRepository
-
Retrieves the Provenance Event with the given ID.
- getEventAccess() - Method in interface org.apache.nifi.reporting.ReportingContext
- getEventDuration() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
- getEventId() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
- getEvents(long, int) - Method in interface org.apache.nifi.provenance.ProvenanceEventRepository
-
Returns a List of all
ProvenanceEventRecord
s 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
- getExecutionEngine() - Method in class org.apache.nifi.flow.VersionedProcessGroup
- 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
- getExplanation() - Method in class org.apache.nifi.flowanalysis.AbstractAnalysisResult
- 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() - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
- getFlow(FlowRegistryClientConfigurationContext, String, String) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClient
-
Retrieves a flow by bucket id and Flow id.
- getFlowAnalysisContext() - Method in interface org.apache.nifi.flowanalysis.FlowAnalysisRuleContext
- 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() - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
- getFlowContents(FlowRegistryClientConfigurationContext, String, String, int) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClient
-
Retrieves the contents of the flow snaphot with the given Bucket id, Flow id, and version, from the Registry.
- 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
- getFlowFileRepositoryStorageUsage() - Method in interface org.apache.nifi.reporting.EventAccess
-
Returns the storage usage of the flow file repository
- 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
- getFreeSpace() - Method in class org.apache.nifi.diagnostics.StorageUsage
- 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 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.diagnostics.StorageUsage
- getIdentifier() - Method in class org.apache.nifi.documentation.init.DocumentationControllerServiceInitializationContext
- getIdentifier() - Method in class org.apache.nifi.documentation.init.DocumentationFlowAnalysisRuleInitializationContext
- 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.flowanalysis.AbstractFlowAnalysisRule
- getIdentifier() - Method in interface org.apache.nifi.flowanalysis.FlowAnalysisRuleInitializationContext
- 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
- getIssueId() - Method in class org.apache.nifi.flowanalysis.AbstractAnalysisResult
- 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.DocumentationFlowAnalysisRuleInitializationContext
- 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.DocumentationFlowAnalysisRuleInitializationContext
- 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.DocumentationFlowAnalysisRuleInitializationContext
- 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
- getLogFileSuffix() - Method in class org.apache.nifi.flow.VersionedProcessGroup
- 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.DocumentationFlowAnalysisRuleInitializationContext
- 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.flowanalysis.AbstractFlowAnalysisRule
- getLogger() - Method in interface org.apache.nifi.flowanalysis.FlowAnalysisRuleInitializationContext
- 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 class org.apache.nifi.flow.VersionedProcessGroup
- 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
- getMaxTimerDrivenThreadCount() - Method in interface org.apache.nifi.flowanalysis.FlowAnalysisContext
- getMessage() - Method in class org.apache.nifi.flowanalysis.AbstractAnalysisResult
- 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
- getMultiProcessorUseCases(ConfigurableComponent) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
- 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 class 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
- 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.DocumentationFlowAnalysisRuleInitializationContext
- 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 interface org.apache.nifi.flowanalysis.FlowAnalysisRuleInitializationContext
- 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
- 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 class org.apache.nifi.components.RequiredPermission
- getPermissionLabel() - Method in enum class 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
- getPortFunction() - Method in class org.apache.nifi.flow.VersionedPort
- 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.flowanalysis.FlowAnalysisRuleContext
- getProperties() - Method in interface org.apache.nifi.migration.PropertyConfiguration
-
Returns a map containing all of the configured properties
- 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(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.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(PropertyDescriptor) - Method in interface org.apache.nifi.search.SearchContext
- getPropertyDescriptor() - Method in interface org.apache.nifi.components.resource.ResourceContext
- getPropertyDescriptor() - Method in class org.apache.nifi.components.resource.StandardResourceContext
- getPropertyDescriptor(String) - Method in class org.apache.nifi.components.AbstractConfigurableComponent
- getPropertyDescriptor(String) - Method in interface org.apache.nifi.components.ConfigurableComponent
- getPropertyDescriptor(PropertyDescriptor) - Method in class org.apache.nifi.components.AbstractConfigurableComponent
- getPropertyDescriptors() - Method in class org.apache.nifi.components.AbstractConfigurableComponent
- getPropertyDescriptors() - Method in interface org.apache.nifi.components.ConfigurableComponent
-
Returns a
List
of allPropertyDescriptor
s 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
- getPropertyValue(String) - Method in interface org.apache.nifi.migration.PropertyConfiguration
-
Returns an optional value representing the value of the property with the given name
- getPropertyValue(PropertyDescriptor) - Method in interface org.apache.nifi.migration.PropertyConfiguration
-
Returns an optional value representing the value of the property identified by the given descriptor
- 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
- getProvenanceRepositoryStorageUsage() - Method in interface org.apache.nifi.reporting.EventAccess
-
Returns the storage usage of all provenance repositories
- 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
- getRawProperties() - Method in interface org.apache.nifi.migration.PropertyConfiguration
-
Returns a map containing all of the raw property values
- getRawPropertyValue(String) - Method in interface org.apache.nifi.migration.PropertyConfiguration
-
Returns an optional value representing the "raw" value of the property with the given name.
- getRawPropertyValue(PropertyDescriptor) - Method in interface org.apache.nifi.migration.PropertyConfiguration
-
Returns an optional value representing the "raw" value of the property identified by the given descriptor.
- 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
- 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
- getReportingTasks() - Method in class org.apache.nifi.flow.VersionedReportingTaskSnapshot
- 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
- getRuleName() - Method in interface org.apache.nifi.flowanalysis.FlowAnalysisRuleContext
- 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.VersionedFlowAnalysisRule
- getScheduledState() - Method in class org.apache.nifi.flow.VersionedPort
- getScheduledState() - Method in class org.apache.nifi.flow.VersionedProcessGroup
- 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() - 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() - Method in interface org.apache.nifi.reporting.ReportingInitializationContext
- 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'sonTrigger
method and the time at which the method is invoked again. - getSchedulingPeriod(TimeUnit) - Method in class org.apache.nifi.documentation.init.DocumentationReportingInitializationContext
- 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 theReportingTask
'sonTrigger
method and the time at which the method is invoked again. - 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.
- getStatelessActiveThreadCount() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
- getStatelessFlowTimeout() - Method in class org.apache.nifi.flow.VersionedProcessGroup
- 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.flowanalysis.FlowAnalysisRuleContext
- getStateManager() - Method in interface org.apache.nifi.processor.ProcessContext
- getStateManager() - Method in interface org.apache.nifi.reporting.ReportingContext
- getStateVersion() - Method in interface org.apache.nifi.components.state.StateMap
-
Get state version is not guaranteed to be numeric, but can be used to compare against an expected version.
- 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
- 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
- getTotalSpace() - Method in class org.apache.nifi.diagnostics.StorageUsage
- 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 class org.apache.nifi.flow.ComponentType
- getUpdatedAttributes() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
- getUseCases(ConfigurableComponent) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
- 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
- getUsedSpace() - Method in class org.apache.nifi.diagnostics.StorageUsage
- 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
- getVerificationStepName() - Method in class org.apache.nifi.components.ConfigVerificationResult
- 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
- getVersionedControllerService(String) - Method in interface org.apache.nifi.controller.VersionedControllerServiceLookup
- getVersionedControllerServiceLookup() - Method in interface org.apache.nifi.flowanalysis.FlowAnalysisContext
- 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
- GroupAnalysisResult - Class in org.apache.nifi.flowanalysis
-
Holds information about a
FlowAnalysisRule
violation after analyzing (a part of) the flow, represented by a process group. - GroupAnalysisResult(String, String, String, Optional<VersionedComponent>) - Constructor for class org.apache.nifi.flowanalysis.GroupAnalysisResult
- GroupAnalysisResult.Builder - Class in org.apache.nifi.flowanalysis
- 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 - Variable in class org.apache.nifi.controller.queue.QueueSize
- hashCode - Variable in class org.apache.nifi.processor.Relationship
-
The hash code, which is computed in the constructor because it is hashed very frequently and the hash code is constant
- hashCode() - Method in class org.apache.nifi.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() - 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() - 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
- hasProperty(String) - Method in interface org.apache.nifi.migration.PropertyConfiguration
-
Determines whether or not the configuration has an entry for the given property.
- hasProperty(PropertyDescriptor) - Method in interface org.apache.nifi.migration.PropertyConfiguration
-
Determines whether or not the configuration has an entry for the given property.
- hasRelationship(String) - Method in interface org.apache.nifi.migration.RelationshipConfiguration
-
Indicates whether or not the relationship with the given name exists in the configuration
- hasRelationship(Relationship) - Method in interface org.apache.nifi.migration.RelationshipConfiguration
-
Indicates whether or not the relationship with the given name exists in the configuration
- HEAD_OF_QUEUE_PENALIZED - Enum constant in enum class org.apache.nifi.controller.status.FlowFileAvailability
- 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.DocumentationFlowAnalysisRuleInitializationContext
- 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.reporting.Bulletin
- identifier - Variable in class org.apache.nifi.controller.AbstractControllerService
- identifier - Variable in class org.apache.nifi.diagnostics.StorageUsage
- 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.flowanalysis.AbstractFlowAnalysisRule
- 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 - Variable in class org.apache.nifi.flow.VersionedPropertyDescriptor
- 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
- 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(InputStream, FlowFile) - Method in interface org.apache.nifi.processor.ProcessSession
-
Writes to the given FlowFile all content from the given content path.
- importFrom(Path, boolean, 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) - Method in class org.apache.nifi.documentation.init.NopComponentLog
- info(String) - Method in interface org.apache.nifi.logging.ComponentLog
- info(String, Object...) - Method in class org.apache.nifi.documentation.init.NopComponentLog
- info(String, Object...) - Method in interface org.apache.nifi.logging.ComponentLog
- info(String, Throwable) - Method in class org.apache.nifi.documentation.init.NopComponentLog
- info(String, Throwable) - Method in interface org.apache.nifi.logging.ComponentLog
- info(LogMessage) - Method in class org.apache.nifi.documentation.init.NopComponentLog
- info(LogMessage) - Method in interface org.apache.nifi.logging.ComponentLog
- INFO - Enum constant in enum class org.apache.nifi.logging.LogLevel
- INFO - Enum constant in enum class org.apache.nifi.reporting.Severity
- INHERITED - Enum constant in enum class org.apache.nifi.flow.ExecutionEngine
-
Use the Execution Engine that is configured for the parent Process Group.
- 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 Class in org.apache.nifi.reporting
- InitializationException(String) - Constructor for exception class org.apache.nifi.reporting.InitializationException
- InitializationException(String, Throwable) - Constructor for exception class org.apache.nifi.reporting.InitializationException
- InitializationException(Throwable) - Constructor for exception class org.apache.nifi.reporting.InitializationException
- initialize(ConfigurableComponent) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
- initialize(ConfigurableComponent) - Method in interface org.apache.nifi.documentation.ExtensionDocumentationWriter
-
Calls initialize on the component.
- initialize(ControllerService) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
- 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(ExternalResourceProviderInitializationContext) - Method in interface org.apache.nifi.flow.resource.ExternalResourceProvider
-
Initializes the External Resource Provider based on the given set of properties.
- initialize(FlowAnalysisRule) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
- initialize(FlowAnalysisRuleInitializationContext) - Method in class org.apache.nifi.flowanalysis.AbstractFlowAnalysisRule
- initialize(FlowAnalysisRuleInitializationContext) - Method in interface org.apache.nifi.flowanalysis.FlowAnalysisRule
-
Provides the Flow Analysis Rule with access to objects that may be of use throughout its lifecycle
- initialize(ParameterProvider) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
- 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(Processor) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
- 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
- initialize(ReportingTask) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
- input - Variable in class org.apache.nifi.components.ValidationResult.Builder
- input - Variable in class org.apache.nifi.components.ValidationResult
- input(String) - Method in class org.apache.nifi.components.ValidationResult.Builder
-
Defaults to empty string
- INPUT_ALLOWED - Enum constant in enum class org.apache.nifi.annotation.behavior.InputRequirement.Requirement
-
This value is used to indicate that the Processor will consume data from an incoming connection but does not require an incoming connection in order to perform its task.
- INPUT_FORBIDDEN - Enum constant in enum class org.apache.nifi.annotation.behavior.InputRequirement.Requirement
-
This value is used to indicate that the Processor is a "Source Processor" and does not accept incoming connections.
- INPUT_PORT - Enum constant in enum class org.apache.nifi.flow.ComponentType
- INPUT_PORT - Enum constant in enum class org.apache.nifi.flow.ConnectableComponentType
- INPUT_PORT - Enum constant in enum class org.apache.nifi.flow.PortType
- INPUT_PORT - Enum constant in enum class org.apache.nifi.reporting.ComponentType
-
Bulletin is associated with an Input Port
- INPUT_REQUIRED - Enum constant in enum class org.apache.nifi.annotation.behavior.InputRequirement.Requirement
-
This value is used to indicate that the Processor requires input from other Processors in order to run.
- 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
- InputPort - Enum constant in enum class org.apache.nifi.action.Component
- 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() - Element in annotation interface org.apache.nifi.annotation.documentation.UseCase
-
Most Processors specify an InputRequirement of either
INPUT_REQUIRED
orInputRequirement.Requirement.INPUT_FORBIDDEN
. - InputRequirement - Annotation Interface 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 Class 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
- INSTANT - Enum constant in enum class org.apache.nifi.expression.AttributeExpression.ResultType
- Invalid - Enum constant in enum class org.apache.nifi.controller.status.RunStatus
- 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 class 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.flowanalysis.FlowAnalysisContext
- 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 class org.apache.nifi.processor.FlowFileFilter.FlowFileFilterResult
- isControllerServiceEnabled(String) - Method in interface org.apache.nifi.controller.ControllerServiceLookup
- isControllerServiceEnabled(String) - Method in class org.apache.nifi.documentation.init.EmptyControllerServiceLookup
- isControllerServiceEnabled(ControllerService) - Method in interface org.apache.nifi.controller.ControllerServiceLookup
- 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
- isDynamic() - Method in class org.apache.nifi.flow.VersionedPropertyDescriptor
- 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 ofnull
. - 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
- isPropertySet(String) - Method in interface org.apache.nifi.migration.PropertyConfiguration
-
Indicates whether or not the property with the given name has been set to a non-null value
- isPropertySet(PropertyDescriptor) - Method in interface org.apache.nifi.migration.PropertyConfiguration
-
Indicates whether or not the property identified by the given descriptor name has been set to a non-null value
- 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.
- issueId - Variable in class org.apache.nifi.flowanalysis.AbstractAnalysisResult
- issueId - Variable in class org.apache.nifi.flowanalysis.GroupAnalysisResult.Builder
- isSynchronized - Variable in class org.apache.nifi.flow.VersionedParameterContext
- isSynchronized - Variable in class org.apache.nifi.parameter.ParameterGroupConfiguration
- isSynchronized() - Method in class org.apache.nifi.flow.VersionedParameterContext
- 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, 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) - 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. - JOIN - Enum constant in enum class org.apache.nifi.provenance.ProvenanceEventType
-
JOIN is used to indicate that a single FlowFile is derived from joining together multiple parent FlowFiles.
K
- KB - Enum constant in enum class org.apache.nifi.processor.DataUnit
-
Kilobytes
- KerberosContext - Interface in org.apache.nifi.kerberos
- KeyValidator() - Constructor for class org.apache.nifi.flowfile.FlowFile.KeyValidator
- keywords() - Element in annotation interface org.apache.nifi.annotation.documentation.MultiProcessorUseCase
-
An optional array of keywords that can be associated with the use case.
- keywords() - Element in annotation interface org.apache.nifi.annotation.documentation.UseCase
-
An optional array of keywords that can be associated with the use case.
L
- label - Variable in enum class 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 - Variable in class org.apache.nifi.search.SearchResult
- label(String) - Method in class org.apache.nifi.search.SearchResult.Builder
-
Set the label for the search result.
- Label - Enum constant in enum class org.apache.nifi.action.Component
- LABEL - Enum constant in enum class org.apache.nifi.flow.ComponentType
- 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 - Variable in class org.apache.nifi.reporting.BulletinQuery
- limit(Integer) - Method in class org.apache.nifi.reporting.BulletinQuery.Builder
- listResources() - Method in interface org.apache.nifi.flow.resource.ExternalResourceProvider
-
Performs a listing of all resources that are available.
- LOAD_BALANCE_ACTIVE - Enum constant in enum class org.apache.nifi.controller.status.LoadBalanceStatus
- LOAD_BALANCE_INACTIVE - Enum constant in enum class org.apache.nifi.controller.status.LoadBalanceStatus
- LOAD_BALANCE_NOT_CONFIGURED - Enum constant in enum class org.apache.nifi.controller.status.LoadBalanceStatus
- loadBalanceCompression - Variable in class org.apache.nifi.flow.VersionedConnection
- loadBalanceStatus - Variable in class org.apache.nifi.controller.status.ConnectionStatus
- LoadBalanceStatus - Enum Class in org.apache.nifi.controller.status
- LoadBalanceStatus() - Constructor for enum class org.apache.nifi.controller.status.LoadBalanceStatus
- loadBalanceStrategy - Variable in class org.apache.nifi.flow.VersionedConnection
- LOCAL - Enum constant in enum class org.apache.nifi.components.state.Scope
-
State is to be treated local to the node.
- LOCALLY_MODIFIED - Enum constant in enum class org.apache.nifi.registry.flow.VersionedFlowState
-
This Process Group (or a child/descendant Process Group that is not itself under Version Control) is on the latest version of the Versioned Flow, but is different than the Versioned Flow that is stored in the Flow Registry.
- LOCALLY_MODIFIED_AND_STALE - Enum constant in enum class org.apache.nifi.registry.flow.VersionedFlowState
-
This Process Group (or a child/descendant Process Group that is not itself under Version Control) has been modified since it was last synchronized with the Flow Registry, and the Flow Registry has a newer version of the flow than what is contained in this Process Group.
- localNetworkInterface - Variable in class org.apache.nifi.flow.VersionedRemoteProcessGroup
- location - Variable in class org.apache.nifi.flow.resource.ImmutableExternalResourceDescriptor
- log(LogLevel, String) - Method in class org.apache.nifi.documentation.init.NopComponentLog
- log(LogLevel, String) - Method in interface org.apache.nifi.logging.ComponentLog
- log(LogLevel, String, Object...) - Method in class org.apache.nifi.documentation.init.NopComponentLog
- log(LogLevel, String, Object...) - Method in interface org.apache.nifi.logging.ComponentLog
- log(LogLevel, String, Throwable) - Method in class org.apache.nifi.documentation.init.NopComponentLog
- log(LogLevel, String, Throwable) - Method in interface org.apache.nifi.logging.ComponentLog
- log(LogLevel, LogMessage) - Method in interface org.apache.nifi.logging.ComponentLog
- log(LogMessage) - Method in class org.apache.nifi.documentation.init.NopComponentLog
- log(LogMessage) - Method in interface org.apache.nifi.logging.ComponentLog
- logFileSuffix - Variable in class org.apache.nifi.flow.VersionedProcessGroup
- logger - Variable in class org.apache.nifi.controller.AbstractControllerService
- logger - Variable in class org.apache.nifi.flowanalysis.AbstractFlowAnalysisRule
- 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 - Variable in class org.apache.nifi.logging.LogMessage.Builder
- logLevel - Variable in class org.apache.nifi.logging.LogMessage
- LogLevel - Enum Class in org.apache.nifi.logging
- LogLevel() - Constructor for enum class org.apache.nifi.logging.LogLevel
- 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 - Variable in class org.apache.nifi.search.SearchResult
- match(String) - Method in class org.apache.nifi.search.SearchResult.Builder
-
Set the matching string for the search result.
- 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
- maxConcurrentTasks - Variable in class org.apache.nifi.flow.VersionedProcessGroup
- 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
- MB - Enum constant in enum class org.apache.nifi.processor.DataUnit
-
Megabytes
- MEMORY - Enum constant in enum class org.apache.nifi.annotation.behavior.SystemResource
- 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.
- merge(ProcessGroupStatus, ProcessGroupStatus) - Static method in class org.apache.nifi.controller.status.ProcessGroupStatus
- 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.flowanalysis.AbstractAnalysisResult
- message - Variable in class org.apache.nifi.flowanalysis.GroupAnalysisResult.Builder
- message - Variable 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
- message(String) - Method in class org.apache.nifi.logging.LogMessage.Builder
- 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) - Method in interface org.apache.nifi.processor.ProcessSession
-
Migrates all FlowFiles to the given new owner as described in
ProcessSession.migrate(ProcessSession, Collection)
- migrate(ProcessSession, Collection<FlowFile>) - Method in interface org.apache.nifi.processor.ProcessSession
-
Migrates ownership of the given FlowFiles from
this
to the givennewOwner
. - migrateProperties(PropertyConfiguration) - Method in interface org.apache.nifi.controller.ControllerService
-
Allows for the migration of an old property configuration to a new configuration.
- migrateProperties(PropertyConfiguration) - Method in interface org.apache.nifi.processor.Processor
-
Allows for the migration of an old property configuration to a new configuration.
- migrateProperties(PropertyConfiguration) - Method in interface org.apache.nifi.reporting.ReportingTask
-
Allows for the migration of an old property configuration to a new configuration.
- migrateRelationships(RelationshipConfiguration) - Method in interface org.apache.nifi.processor.Processor
-
Allows for the migration of an old relationship configuration to a new configuration
- MissingFlowFileException - Exception Class 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 class 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, 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) - 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. - Move - Enum constant in enum class org.apache.nifi.action.Operation
- MULTIPLE - Enum constant in enum class org.apache.nifi.components.resource.ResourceCardinality
-
One or more resources may be supplied, as a comma-separated list
- MULTIPLE - Enum constant in enum class org.apache.nifi.flow.VersionedResourceCardinality
-
One or more resources may be supplied, as a comma-separated list
- MultiProcessorUseCase - Annotation Interface in org.apache.nifi.annotation.documentation
-
An annotation that can be used for Processors in order to explain a specific use case that can be accomplished using this Processor in conjunction with at least one other Processor.
- MultiProcessorUseCases - Annotation Interface in org.apache.nifi.annotation.documentation
-
An enclosing annotation that can be used in order to use the
MultiProcessorUseCase
annotation in a repeated manner.
N
- name - Variable in class org.apache.nifi.components.PropertyDescriptor.Builder
- 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.DocumentationFlowAnalysisRuleInitializationContext
- 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 - Variable in class org.apache.nifi.parameter.ParameterDescriptor
- name - Variable in enum class org.apache.nifi.parameter.ParameterSensitivity
- name - Variable 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
- name() - Element in annotation interface org.apache.nifi.annotation.behavior.DynamicProperty
- name() - Element in annotation interface org.apache.nifi.annotation.behavior.DynamicRelationship
- name(String) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
-
Sets the property name.
- name(String) - Method in class org.apache.nifi.parameter.ParameterDescriptor.Builder
- name(String) - Method in class org.apache.nifi.processor.Relationship.Builder
- nameMatches(String) - Method in class org.apache.nifi.reporting.BulletinQuery.Builder
- namePattern - Variable in class org.apache.nifi.reporting.BulletinQuery.Builder
- namePattern - Variable in class org.apache.nifi.reporting.BulletinQuery
- NEGATIVE_EXPLANATION - Static variable in class org.apache.nifi.components.PropertyDescriptor.ConstrainedSetValidator
- NETWORK - Enum constant in enum class org.apache.nifi.annotation.behavior.SystemResource
- 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
- NO_BATCHING - Enum constant in enum class org.apache.nifi.annotation.behavior.DefaultRunDuration
- 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 - Variable in class org.apache.nifi.documentation.init.DocumentationFlowAnalysisRuleInitializationContext
- 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
- NodeTypeProvider - Interface in org.apache.nifi.controller
-
This interface provides a set of methods for checking NiFi node type.
- NON_SENSITIVE - Enum constant in enum class org.apache.nifi.parameter.ParameterSensitivity
- NONE - Enum constant in enum class org.apache.nifi.expression.ExpressionLanguageScope
-
Expression language is disabled
- NONE - Enum constant in enum class org.apache.nifi.logging.LogLevel
- 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 Class in org.apache.nifi.registry.flow
- NoSuchBucketException(String) - Constructor for exception class org.apache.nifi.registry.flow.NoSuchBucketException
- NoSuchBucketException(String, Throwable) - Constructor for exception class org.apache.nifi.registry.flow.NoSuchBucketException
- NoSuchFlowException - Exception Class in org.apache.nifi.registry.flow
- NoSuchFlowException(String) - Constructor for exception class org.apache.nifi.registry.flow.NoSuchFlowException
- NoSuchFlowException(String, Throwable) - Constructor for exception class org.apache.nifi.registry.flow.NoSuchFlowException
- NoSuchFlowVersionException - Exception Class in org.apache.nifi.registry.flow
- NoSuchFlowVersionException(String) - Constructor for exception class org.apache.nifi.registry.flow.NoSuchFlowVersionException
- NoSuchFlowVersionException(String, Throwable) - Constructor for exception class org.apache.nifi.registry.flow.NoSuchFlowVersionException
- notes() - Element in annotation interface org.apache.nifi.annotation.documentation.MultiProcessorUseCase
-
Most of the time, 1-2 sentences is sufficient to describe a use case.
- notes() - Element in annotation interface org.apache.nifi.annotation.documentation.UseCase
-
Most of the time, 1-2 sentences is sufficient to describe a use case.
- NotTransmitting - Enum constant in enum class org.apache.nifi.controller.status.TransmissionStatus
- NULL_DESCRIPTOR - Static variable in class org.apache.nifi.components.PropertyDescriptor
- NUMBER - Enum constant in enum class org.apache.nifi.expression.AttributeExpression.ResultType
O
- objectCount - Variable in class org.apache.nifi.controller.queue.QueueSize
- objects - Variable in class org.apache.nifi.logging.LogMessage.Builder
- objects - Variable in class org.apache.nifi.logging.LogMessage
- objects(Object[]) - Method in class org.apache.nifi.logging.LogMessage.Builder
- OnAdded - Annotation Interface in org.apache.nifi.annotation.lifecycle
-
Marker annotation a
Processor
,ControllerService
,FlowRegistryClient
,ParameterProvider
,FlowAnalysisRule
, orReportingTask
implementation can use to indicate a method should be called whenever the component is added to the flow. - OnConfigurationRestored - Annotation Interface 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 Interface in org.apache.nifi.annotation.lifecycle
-
Marker annotation a
ControllerService
can use to indicate a method should be called whenever the service is disabled. - ONE_HUNDRED_MILLIS - Enum constant in enum class org.apache.nifi.annotation.behavior.DefaultRunDuration
- ONE_SECOND - Enum constant in enum class org.apache.nifi.annotation.behavior.DefaultRunDuration
- OnEnabled - Annotation Interface 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 Interface 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 Interface in org.apache.nifi.annotation.lifecycle
-
Marker annotation a
Processor
,ControllerService
,FlowRegistryClient
,ParameterProvider
,FlowAnalysisRule
, orReportingTask
implementation can use to indicate a method should be called whenever the component is removed from the flow. - OnScheduled - Annotation Interface in org.apache.nifi.annotation.lifecycle
-
Marker annotation a
Processor
orReportingTask
implementation can use to indicate a method should be called whenever the component is scheduled to run. - OnShutdown - Annotation Interface in org.apache.nifi.annotation.lifecycle
-
Marker annotation a
Processor
,ControllerService
,ParameterProvider
, orReportingTask
implementation can use to indicate a method should be called whenever the flow is being shutdown. - OnStopped - Annotation Interface in org.apache.nifi.annotation.lifecycle
-
Marker annotation a
Processor
orReportingTask
implementation can use to indicate that a method should be called whenever the component is no longer scheduled to run. - onTrigger(ProcessContext, ProcessSession) - Method in class org.apache.nifi.processor.AbstractProcessor
- onTrigger(ProcessContext, ProcessSessionFactory) - 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 Interface in org.apache.nifi.annotation.lifecycle
-
Marker annotation a
Processor
orReportingTask
should be called whenever the component is no longer scheduled to run. - openFileHandlers - Variable in class org.apache.nifi.controller.status.NodeStatus
- Operation - Enum Class in org.apache.nifi.action
-
Defines possible operations for a given action.
- Operation(String) - Constructor for enum class 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.diagnostics - package org.apache.nifi.diagnostics
- 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.flowanalysis - package org.apache.nifi.flowanalysis
- 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.migration - package org.apache.nifi.migration
- 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 - Variable in class org.apache.nifi.components.ConfigVerificationResult
- outcome(ConfigVerificationResult.Outcome) - Method in class org.apache.nifi.components.ConfigVerificationResult.Builder
- Outcome() - Constructor for enum class org.apache.nifi.components.ConfigVerificationResult.Outcome
- OUTPUT_PORT - Enum constant in enum class org.apache.nifi.flow.ComponentType
- OUTPUT_PORT - Enum constant in enum class org.apache.nifi.flow.ConnectableComponentType
- OUTPUT_PORT - Enum constant in enum class org.apache.nifi.flow.PortType
- OUTPUT_PORT - Enum constant in enum class org.apache.nifi.reporting.ComponentType
-
Bulletin is associated with an Output Port
- 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
- OutputPort - Enum constant in enum class org.apache.nifi.action.Component
- 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) - Constructor for class org.apache.nifi.parameter.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_CONTEXT - Enum constant in enum class org.apache.nifi.flow.ComponentType
- PARAMETER_PROVIDER - Enum constant in enum class org.apache.nifi.documentation.ExtensionType
- PARAMETER_PROVIDER - Enum constant in enum class org.apache.nifi.flow.ComponentType
- PARAMETER_PROVIDER - Enum constant in enum class org.apache.nifi.reporting.ComponentType
-
Bulletin is associated with a Parameter Provider
- ParameterContext - Enum constant in enum class org.apache.nifi.action.Component
- 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 - Enum constant in enum class org.apache.nifi.action.Component
- 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 Class in org.apache.nifi.parameter
-
Indicates the sensitivity of a parameter.
- ParameterSensitivity(String) - Constructor for enum class org.apache.nifi.parameter.ParameterSensitivity
- parseDataSize(String, DataUnit) - Static method in enum class 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
- Paste - Enum constant in enum class org.apache.nifi.action.Operation
- 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
- penaltyDuration() - Element in annotation interface org.apache.nifi.annotation.configuration.DefaultSettings
- period() - Element in annotation interface org.apache.nifi.annotation.configuration.DefaultSchedule
- permissionIdentifier - Variable in enum class org.apache.nifi.components.RequiredPermission
- permissionLabel - Variable in enum class 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
- portFunction - Variable in class org.apache.nifi.flow.VersionedPort
- PortFunction - Enum Class in org.apache.nifi.components
- PortFunction() - Constructor for enum class org.apache.nifi.components.PortFunction
- 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 Class in org.apache.nifi.flow
- PortType() - Constructor for enum class org.apache.nifi.flow.PortType
- position - Variable in class org.apache.nifi.flow.VersionedComponent
- 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
- POSITIVE_EXPLANATION - Static variable in class org.apache.nifi.components.PropertyDescriptor.ConstrainedSetValidator
- POWERS - Static variable in enum class 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 class org.apache.nifi.components.resource.ResourceType
- PRIMARY - Enum constant in enum class org.apache.nifi.scheduling.ExecutionNode
-
A Component will be scheduled to run on the primary node only.
- PRIMARY_NODE_REVOKED - Enum constant in enum class org.apache.nifi.annotation.notification.PrimaryNodeState
-
The node receiving this state was the Primary Node but has now had its Primary Node role revoked.
- PrimaryNodeOnly - Annotation Interface in org.apache.nifi.annotation.behavior
-
Marker annotation a
Processor
implementation can use to indicate that theExecutionNode
of the processor is to be set to PRIMARY - PrimaryNodeState - Enum Class in org.apache.nifi.annotation.notification
-
Represents a state change that occurred for the Primary Node of a NiFi cluster.
- PrimaryNodeState() - Constructor for enum class 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(InputStream, OutputStream) - Method in interface org.apache.nifi.processor.io.StreamCallback
-
Provides a managed output stream for use.
- process(OutputStream) - Method in interface org.apache.nifi.processor.io.OutputStreamCallback
-
Provides a managed output stream for use.
- PROCESS_GROUP - Enum constant in enum class org.apache.nifi.flow.ComponentType
- PROCESS_GROUP - Enum constant in enum class org.apache.nifi.reporting.ComponentType
-
Bulletin is associated with a Process Group
- ProcessContext - Interface in org.apache.nifi.processor
-
Provides a bridge between a Processor and the NiFi Framework
- ProcessException - Exception Class in org.apache.nifi.processor.exception
-
Indicates an issue occurred in user code while processing a FlowFile.
- ProcessException() - Constructor for exception class org.apache.nifi.processor.exception.ProcessException
- ProcessException(String) - Constructor for exception class org.apache.nifi.processor.exception.ProcessException
- ProcessException(String, Throwable) - Constructor for exception class org.apache.nifi.processor.exception.ProcessException
- ProcessException(Throwable) - Constructor for exception class org.apache.nifi.processor.exception.ProcessException
- ProcessGroup - Enum constant in enum class org.apache.nifi.action.Component
- processGroups - Variable in class org.apache.nifi.flow.VersionedProcessGroup
- processGroupStatus - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
- ProcessGroupStatus - Class in org.apache.nifi.controller.status
- ProcessGroupStatus() - Constructor for 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 - Enum constant in enum class org.apache.nifi.action.Component
- 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.
- PROCESSOR - Enum constant in enum class org.apache.nifi.documentation.ExtensionType
- PROCESSOR - Enum constant in enum class org.apache.nifi.flow.ComponentType
- PROCESSOR - Enum constant in enum class org.apache.nifi.flow.ConnectableComponentType
- PROCESSOR - Enum constant in enum class org.apache.nifi.reporting.ComponentType
-
Bulletin is associated with a Processor
- processorClass() - Element in annotation interface org.apache.nifi.annotation.documentation.ProcessorConfiguration
-
Returns the class of the Processor that is to be used in the use case, if it is provided.
- processorClassName() - Element in annotation interface org.apache.nifi.annotation.documentation.ProcessorConfiguration
- ProcessorConfiguration - Annotation Interface in org.apache.nifi.annotation.documentation
-
An annotation that can be used in conjunction with
MultiProcessorUseCase
in order to specify the different components that are involved in a given use case. - ProcessorInitializationContext - Interface in org.apache.nifi.processor
-
The
ProcessorInitializationContext
providesProcessor
s 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
- PropertyConfiguration - Interface in org.apache.nifi.migration
- 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 - Variable in class org.apache.nifi.components.resource.StandardResourceContext
- PropertyDescriptor - Class in org.apache.nifi.components
-
An immutable object for holding information about a type of component property.
- PropertyDescriptor(PropertyDescriptor.Builder) - Constructor for class org.apache.nifi.components.PropertyDescriptor
- PropertyDescriptor.Builder - Class in org.apache.nifi.components
- PropertyDescriptor.ConstrainedSetValidator - Class in org.apache.nifi.components
- 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 Class in org.apache.nifi.provenance
- ProvenanceEventType() - Constructor for enum class 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
- Purge - Enum constant in enum class org.apache.nifi.action.Operation
- 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) - 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, InputStreamCallback) - Method in interface org.apache.nifi.processor.ProcessSession
-
Executes the given callback against the contents corresponding to the given FlowFile.
- READ_DISTRIBUTED_FILESYSTEM - Enum constant in enum class org.apache.nifi.components.RequiredPermission
- READ_FILESYSTEM - Enum constant in enum class org.apache.nifi.components.RequiredPermission
- ReadsAttribute - Annotation Interface 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 Interface in org.apache.nifi.annotation.behavior
-
Annotation that may be placed on a
Processor
indicating that this processor reads specific FlowFile attributes. - reason() - Element in annotation interface org.apache.nifi.annotation.documentation.DeprecationNotice
- 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, 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) - 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, 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. - RECEIVE - Enum constant in enum class org.apache.nifi.provenance.ProvenanceEventType
-
Indicates a provenance event for receiving data from an external process.
- 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
- REFERENCE_REMOTE_RESOURCES - Enum constant in enum class org.apache.nifi.components.RequiredPermission
- 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
- REJECT_AND_CONTINUE - Enum constant in enum class org.apache.nifi.processor.FlowFileFilter.FlowFileFilterResult
-
Indicates that a FlowFile should not be processed by the Processor at this time but that additional FlowFiles should be processed by this filter.
- REJECT_AND_TERMINATE - Enum constant in enum class org.apache.nifi.processor.FlowFileFilter.FlowFileFilterResult
-
Indicates that a FlowFile should not be processed by the Processor at this time and that no additional FlowFiles should be processed either.
- 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
- RelationshipConfiguration - Interface in org.apache.nifi.migration
-
RelationshipConfiguration can be used to convey how a Processor's configuration should be migrated from an old configuration to the latest configuration.
- REMOTE_INPUT_PORT - Enum constant in enum class org.apache.nifi.flow.ComponentType
- REMOTE_INPUT_PORT - Enum constant in enum class org.apache.nifi.flow.ConnectableComponentType
- REMOTE_INPUT_PORT_TYPE - Static variable in interface org.apache.nifi.provenance.ProvenanceEventRecord
- REMOTE_INVOCATION - Enum constant in enum class org.apache.nifi.provenance.ProvenanceEventType
-
Indicates a provenance event for sending remote invocation request to an external process.
- REMOTE_OUTPUT_PORT - Enum constant in enum class org.apache.nifi.flow.ComponentType
- REMOTE_OUTPUT_PORT - Enum constant in enum class org.apache.nifi.flow.ConnectableComponentType
- REMOTE_OUTPUT_PORT_TYPE - Static variable in interface org.apache.nifi.provenance.ProvenanceEventRecord
- REMOTE_PROCESS_GROUP - Enum constant in enum class org.apache.nifi.flow.ComponentType
- REMOTE_PROCESS_GROUP - Enum constant in enum class org.apache.nifi.reporting.ComponentType
-
Bulletin is associated with a Remote Process Group
- remoteGroupId - Variable in class org.apache.nifi.flow.VersionedRemoteGroupPort
- RemoteProcessGroup - Enum constant in enum class org.apache.nifi.action.Component
- 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(Collection<FlowFile>) - Method in interface org.apache.nifi.processor.ProcessSession
-
Ends the managed persistence for the given FlowFiles.
- remove(FlowFile) - Method in interface org.apache.nifi.processor.ProcessSession
-
Ends the managed persistence for the given FlowFile.
- Remove - Enum constant in enum class org.apache.nifi.action.Operation
- 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.
- removeAllAttributes(FlowFile, Set<String>) - Method in interface org.apache.nifi.processor.ProcessSession
-
Removes the attributes with the given keys from the given FlowFile.
- 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
, andProvenanceEventType.CLONE
This is valid only forProvenanceEventType.FORK
,ProvenanceEventType.JOIN
, andProvenanceEventType.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
, andProvenanceEventType.CLONE
This is valid only forProvenanceEventType.FORK
,ProvenanceEventType.JOIN
, andProvenanceEventType.CLONE
events and will be ignored for any other event types. - removeProperty(String) - Method in interface org.apache.nifi.migration.PropertyConfiguration
-
Removes the property with the given name, if it exists.
- renameProperty(String, String) - Method in interface org.apache.nifi.migration.PropertyConfiguration
-
Renames an existing property, if it exists.
- renameRelationship(String, String) - Method in interface org.apache.nifi.migration.RelationshipConfiguration
-
Changes the Relationship from the given older name to the updated name
- 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.
- REPLAY - Enum constant in enum class org.apache.nifi.provenance.ProvenanceEventType
-
Indicates a provenance event for replaying a FlowFile.
- REPORTING_TASK - Enum constant in enum class org.apache.nifi.documentation.ExtensionType
- REPORTING_TASK - Enum constant in enum class org.apache.nifi.flow.ComponentType
- REPORTING_TASK - Enum constant in enum class org.apache.nifi.reporting.ComponentType
-
Bulletin is associated with a Reporting Task
- 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 - Enum constant in enum class org.apache.nifi.action.Component
- ReportingTask - Interface in org.apache.nifi.reporting
-
Defines a task that is responsible for reporting status information to external destinations.
- reportingTasks - Variable in class org.apache.nifi.flow.VersionedReportingTaskSnapshot
- required - Variable 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
- required(boolean) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
- requiredPermission() - Element in annotation interface org.apache.nifi.annotation.behavior.Restriction
-
Provides a listing of RequiredPermissions.
- RequiredPermission - Enum Class in org.apache.nifi.components
- RequiredPermission(String, String) - Constructor for enum class org.apache.nifi.components.RequiredPermission
- Requirement() - Constructor for enum class org.apache.nifi.annotation.behavior.InputRequirement.Requirement
- RequiresInstanceClassLoading - Annotation Interface 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.
- resource() - Element in annotation interface org.apache.nifi.annotation.behavior.SystemResourceConsideration
-
The
SystemResource
which may be affected by this component. - ResourceCardinality - Enum Class in org.apache.nifi.components.resource
-
Indicates the cardinality of how many resources can be referenced by a given property.
- ResourceCardinality() - Constructor for enum class 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 - Variable in class org.apache.nifi.flow.VersionedPropertyDescriptor
- ResourceDefinition - Interface in org.apache.nifi.components.resource
-
Defines the number and types of resources that allowed to be referenced by a component property
- 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 - Variable in class org.apache.nifi.components.resource.StandardResourceContext
- ResourceReferenceFactory - Interface in org.apache.nifi.components.resource
- resourceReferences - Variable in class org.apache.nifi.components.resource.StandardResourceReferences
- ResourceReferences - Interface in org.apache.nifi.components.resource
-
A representation of zero or more
ResourceReference
s - resourceType - Variable in class org.apache.nifi.components.resource.FileResourceReference
- ResourceType - Enum Class in org.apache.nifi.components.resource
- ResourceType(String) - Constructor for enum class 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 Interface in org.apache.nifi.annotation.behavior
-
Marks the usage of a component as restricted to users with elevated privileges.
- Restriction - Annotation Interface in org.apache.nifi.annotation.behavior
-
Specific restriction for a component.
- restrictions() - Element in annotation interface org.apache.nifi.annotation.behavior.Restricted
-
Provides a listing of specific Restrictions.
- ResultType() - Constructor for enum class org.apache.nifi.expression.AttributeExpression.ResultType
- retriedRelationships - Variable in class org.apache.nifi.flow.VersionedProcessor
- retryCount - Variable in class org.apache.nifi.flow.VersionedProcessor
- RevertLocalChanges - Enum constant in enum class org.apache.nifi.action.Operation
- 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 givenRelationship
. - 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 givenRelationship
. - 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 givenRelationship
. - 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 givenRelationship
. - ROUTE - Enum constant in enum class org.apache.nifi.provenance.ProvenanceEventType
-
ROUTE is used to show that a FlowFile was routed to a specified
Relationship
and should provide information about why the FlowFile was routed to this relationship. - RUN_ONCE - Enum constant in enum class org.apache.nifi.controller.ScheduledState
- runDurationMillis - Variable in class org.apache.nifi.flow.VersionedProcessor
- Running - Enum constant in enum class org.apache.nifi.controller.status.RunStatus
- RUNNING - Enum constant in enum class org.apache.nifi.controller.ScheduledState
-
Entity is currently scheduled to run
- RUNNING - Enum constant in enum class org.apache.nifi.flow.ScheduledState
- RunOnce - Enum constant in enum class org.apache.nifi.action.Operation
- runStatus - Variable in class org.apache.nifi.controller.status.PortStatus
- runStatus - Variable in class org.apache.nifi.controller.status.ProcessorStatus
- RunStatus - Enum Class in org.apache.nifi.controller.status
- RunStatus() - Constructor for enum class org.apache.nifi.controller.status.RunStatus
S
- scheduled - Variable in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
- scheduledState - Variable in class org.apache.nifi.flow.VersionedControllerService
- scheduledState - Variable in class org.apache.nifi.flow.VersionedFlowAnalysisRule
- scheduledState - Variable in class org.apache.nifi.flow.VersionedPort
- scheduledState - Variable in class org.apache.nifi.flow.VersionedProcessGroup
- 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
- ScheduledState - Enum Class 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 - Enum Class in org.apache.nifi.flow
- ScheduledState() - Constructor for enum class org.apache.nifi.controller.ScheduledState
- ScheduledState() - Constructor for enum class org.apache.nifi.flow.ScheduledState
- 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 Class 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 class org.apache.nifi.scheduling.SchedulingStrategy
- Scope - Enum Class 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 class org.apache.nifi.components.state.Scope
- scopes() - Element in annotation interface org.apache.nifi.annotation.behavior.Stateful
-
Indicates the Scope(s) associated with the State that is stored and retrieved.
- 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 Interface in org.apache.nifi.annotation.documentation
-
Annotation that may be placed on a null
Processor
,ControllerService
,ParameterProvider
,FlowAnalysisRule
, orReportingTask
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, 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) - 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) - 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, 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, 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 - Enum constant in enum class org.apache.nifi.provenance.ProvenanceEventType
-
Indicates a provenance event for sending data to an external process
- sensitive - Variable 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 - Variable in class org.apache.nifi.parameter.ParameterDescriptor
- sensitive - Variable 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
- sensitive(boolean) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
- sensitive(boolean) - Method in class org.apache.nifi.parameter.ParameterDescriptor.Builder
- sensitive(boolean) - Method in class org.apache.nifi.registry.VariableDescriptor.Builder
- SENSITIVE - Enum constant in enum class org.apache.nifi.parameter.ParameterSensitivity
- 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 class org.apache.nifi.components.state.exception.StateTooLargeException
- serialVersionUID - Static variable in exception class org.apache.nifi.processor.exception.FlowFileAccessException
- serialVersionUID - Static variable in exception class org.apache.nifi.processor.exception.FlowFileHandlingException
- serialVersionUID - Static variable in exception class org.apache.nifi.processor.exception.MissingFlowFileException
- serialVersionUID - Static variable in exception class 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(int) - Method in class org.apache.nifi.controller.status.ProcessorStatus
- setActiveThreadCount(Integer) - Method in class org.apache.nifi.controller.status.PortStatus
- setActiveThreadCount(Integer) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
- 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) - 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.ProcessorStatus
- 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.ProcessorStatus
- setBytesRead(Long) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
- 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.ProcessorStatus
- setBytesWritten(Long) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
- 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(String) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
-
Sets the type of the Component that is generating the Event.
- setComponentType(ComponentType) - Method in class org.apache.nifi.flow.VersionedComponent
- setComponentType(ComponentType) - Method in class org.apache.nifi.flow.VersionedRemoteGroupPort
- 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(List<VersionedControllerService>) - Method in class org.apache.nifi.flow.VersionedReportingTaskSnapshot
- 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
- setDynamic(boolean) - Method in class org.apache.nifi.flow.VersionedPropertyDescriptor
- setEndTimeMillis(long) - Method in class org.apache.nifi.controller.status.analytics.QueryWindow
- setEnforcementPolicy(EnforcementPolicy) - Method in class org.apache.nifi.flow.VersionedFlowAnalysisRule
- 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
- setExecutionEngine(ExecutionEngine) - Method in class org.apache.nifi.flow.VersionedProcessGroup
- setExecutionNode(String) - Method in class org.apache.nifi.flow.VersionedProcessor
- setExecutionNode(ExecutionNode) - Method in class org.apache.nifi.controller.status.ProcessorStatus
- 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 class org.apache.nifi.reporting.Bulletin
- setFlowFileUUID(String) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
-
Sets the UUID to associate with the FlowFile
- 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
- setFreeSpace(long) - Method in class org.apache.nifi.diagnostics.StorageUsage
- 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
- setIdentifier(String) - Method in class org.apache.nifi.diagnostics.StorageUsage
- 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(int) - Method in class org.apache.nifi.controller.status.ProcessorStatus
- setInputCount(Integer) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
- 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
- setLogFileSuffix(String) - Method in class org.apache.nifi.flow.VersionedProcessGroup
- setMaxBackoffPeriod(String) - Method in class org.apache.nifi.flow.VersionedProcessor
- setMaxConcurrentTasks(Integer) - Method in class org.apache.nifi.flow.VersionedProcessGroup
- 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(int) - Method in class org.apache.nifi.controller.status.ProcessorStatus
- setOutputCount(Integer) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
- 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
- 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
- setPortFunction(PortFunction) - Method in class org.apache.nifi.flow.VersionedPort
- 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
- setProperty(String, String) - Method in interface org.apache.nifi.migration.PropertyConfiguration
-
Sets the value of the property with the given name and value
- setProperty(PropertyDescriptor, String) - Method in interface org.apache.nifi.migration.PropertyConfiguration
-
Sets the value of the property identified by the given descriptor's name to the given value
- 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
- 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
- setReportingTasks(List<VersionedReportingTask>) - Method in class org.apache.nifi.flow.VersionedReportingTaskSnapshot
- 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.VersionedFlowAnalysisRule
- setScheduledState(ScheduledState) - Method in class org.apache.nifi.flow.VersionedPort
- setScheduledState(ScheduledState) - Method in class org.apache.nifi.flow.VersionedProcessGroup
- 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.
- setStatelessActiveThreadCount(Integer) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
- setStatelessFlowTimeout(String) - Method in class org.apache.nifi.flow.VersionedProcessGroup
- 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
- setTargetUris(String) - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
- setTerminatedThreadCount(int) - Method in class org.apache.nifi.controller.status.ProcessorStatus
- setTerminatedThreadCount(Integer) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
- 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
- setTotalSpace(long) - Method in class org.apache.nifi.diagnostics.StorageUsage
- 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(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(ConnectableComponentType) - Method in class org.apache.nifi.flow.ConnectableComponent
- setType(PortType) - Method in class org.apache.nifi.flow.VersionedPort
- 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
- 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
- setVersion(String) - Method in class org.apache.nifi.flow.Bundle
- 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 Class in org.apache.nifi.reporting
- Severity() - Constructor for enum class org.apache.nifi.reporting.Severity
- shouldBeFetched(File, ExternalResourceDescriptor) - Method in interface org.apache.nifi.flow.resource.ExternalResourceConflictResolutionStrategy
- SideEffectFree - Annotation Interface 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. - SINGLE - Enum constant in enum class org.apache.nifi.components.resource.ResourceCardinality
-
Exactly one resource must be specified
- SINGLE - Enum constant in enum class org.apache.nifi.flow.VersionedResourceCardinality
-
Exactly one resource must be specified
- size - Variable in class org.apache.nifi.flow.BatchSize
- SKIPPED - Enum constant in enum class org.apache.nifi.components.ConfigVerificationResult.Outcome
- 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 - Variable in class org.apache.nifi.reporting.BulletinQuery
- sourceType(ComponentType) - Method in class org.apache.nifi.reporting.BulletinQuery.Builder
- splitRelationship(String, String, String...) - Method in interface org.apache.nifi.migration.RelationshipConfiguration
-
Splits the given Relationship into multiple new relationships.
- STALE - Enum constant in enum class org.apache.nifi.registry.flow.VersionedFlowState
-
This Process Group has not been modified since it was last synchronized with the Flow Registry, but the Flow Registry has a newer version of the flow than what is contained in this Process Group.
- StandaloneNodeTypeProvider - Class in org.apache.nifi.documentation.init
- StandaloneNodeTypeProvider() - Constructor for class org.apache.nifi.documentation.init.StandaloneNodeTypeProvider
- STANDARD - Enum constant in enum class org.apache.nifi.components.PortFunction
-
Port functions as a standard port, transferring FlowFiles to all outgoing connections.
- STANDARD - Enum constant in enum class org.apache.nifi.flow.ExecutionEngine
-
Run using the standard NiFi engine
- 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
- Start - Enum constant in enum class org.apache.nifi.action.Operation
- STARTING - Enum constant in enum class org.apache.nifi.controller.ScheduledState
- startTimeMillis - Variable in class org.apache.nifi.controller.status.analytics.QueryWindow
- StartVersionControl - Enum constant in enum class org.apache.nifi.action.Operation
- Stateful - Annotation Interface in org.apache.nifi.annotation.behavior
-
Annotation that a Processor, ReportingTask, FlowAnalysisRule, ParameterProvider, or Controller Service can use to indicate that the component makes use of the
StateManager
. - STATELESS - Enum constant in enum class org.apache.nifi.flow.ExecutionEngine
-
Run using the Stateless engine
- statelessActiveThreadCount - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
- statelessFlowTimeout - Variable in class org.apache.nifi.flow.VersionedProcessGroup
- stateManager - Variable in class org.apache.nifi.controller.AbstractControllerService
- StateManager - Interface in org.apache.nifi.components.state
-
The StateManager is responsible for providing NiFi components a mechanism for storing and retrieving state.
- StateMap - Interface in org.apache.nifi.components.state
-
Provides a representation of a component's state at some point in time.
- StateTooLargeException - Exception Class 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 class 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
- Stop - Enum constant in enum class org.apache.nifi.action.Operation
- Stopped - Enum constant in enum class org.apache.nifi.controller.status.RunStatus
- STOPPED - Enum constant in enum class org.apache.nifi.controller.ScheduledState
-
Entity can be scheduled to run but currently is not
- STOPPING - Enum constant in enum class org.apache.nifi.controller.ScheduledState
- StopVersionControl - Enum constant in enum class org.apache.nifi.action.Operation
- 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
- StorageUsage - Class in org.apache.nifi.diagnostics
-
Disk usage for a file system directory.
- StorageUsage() - Constructor for class org.apache.nifi.diagnostics.StorageUsage
- strategy() - Element in annotation interface org.apache.nifi.annotation.configuration.DefaultSchedule
- StreamCallback - Interface in org.apache.nifi.processor.io
- STRING - Enum constant in enum class org.apache.nifi.expression.AttributeExpression.ResultType
- 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 - Variable in class org.apache.nifi.components.ValidationResult
- subject(String) - Method in class org.apache.nifi.components.ValidationResult.Builder
-
Defaults to empty string
- SUCCESSFUL - Enum constant in enum class org.apache.nifi.components.ConfigVerificationResult.Outcome
- SupportsBatching - Annotation Interface 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 Interface 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
- SYNC_FAILURE - Enum constant in enum class org.apache.nifi.registry.flow.VersionedFlowState
-
We are unable to communicate with the Flow Registry in order to determine the appropriate state
- SystemResource - Enum Class in org.apache.nifi.annotation.behavior
-
Represents a system resource.
- SystemResource() - Constructor for enum class org.apache.nifi.annotation.behavior.SystemResource
- SystemResourceConsideration - Annotation Interface 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 Interface 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 Interface in org.apache.nifi.annotation.documentation
-
Annotation that can be applied to a
Processor
,ControllerService
,ParameterProvider
,FlowAnalysisRule
, orReportingTask
in order to associate tags (keywords) with the component. - targetId - Variable in class org.apache.nifi.flow.VersionedRemoteGroupPort
- targetUris - Variable in class org.apache.nifi.flow.VersionedRemoteProcessGroup
- TB - Enum constant in enum class org.apache.nifi.processor.DataUnit
-
Terabytes
- TerminatedTaskException - Exception Class 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 anInputStream
orOutputStream
that were generated from the associated Process Sessions - TerminatedTaskException() - Constructor for exception class 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
- TEXT - Enum constant in enum class org.apache.nifi.components.resource.ResourceType
-
Referenced Resource is UTF-8 text, rather than an external entity
- TEXT - Enum constant in enum class org.apache.nifi.flow.VersionedResourceType
-
Referenced Resource is UTF-8 text, rather than an external entity
- throwable - Variable in class org.apache.nifi.logging.LogMessage.Builder
- throwable - Variable in class org.apache.nifi.logging.LogMessage
- throwable(Throwable) - Method in class org.apache.nifi.logging.LogMessage.Builder
- time - Variable in class org.apache.nifi.logging.LogMessage.Builder
- time - Variable in class org.apache.nifi.logging.LogMessage
- TIMER_DRIVEN - Enum constant in enum class org.apache.nifi.scheduling.SchedulingStrategy
-
Components should be scheduled to run on a periodic interval that is user-defined with a user-defined number of concurrent tasks.
- 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
- toB(double) - Method in enum class org.apache.nifi.processor.DataUnit
- toGB(double) - Method in enum class org.apache.nifi.processor.DataUnit
- toKB(double) - Method in enum class 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 class org.apache.nifi.processor.DataUnit
- toString() - Method in enum class 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 class 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 class 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 class 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.flowanalysis.AbstractAnalysisResult
- toString() - Method in class org.apache.nifi.flowanalysis.AbstractFlowAnalysisRule
- toString() - Method in class org.apache.nifi.flowanalysis.GroupAnalysisResult
- 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
- totalSpace - Variable in class org.apache.nifi.diagnostics.StorageUsage
- totalThreads - Variable in class org.apache.nifi.controller.status.NodeStatus
- toTB(double) - Method in enum class org.apache.nifi.processor.DataUnit
- trace(String) - Method in class org.apache.nifi.documentation.init.NopComponentLog
- trace(String) - Method in interface org.apache.nifi.logging.ComponentLog
- trace(String, Object...) - Method in class org.apache.nifi.documentation.init.NopComponentLog
- trace(String, Object...) - Method in interface org.apache.nifi.logging.ComponentLog
- trace(String, Throwable) - Method in class org.apache.nifi.documentation.init.NopComponentLog
- trace(String, Throwable) - Method in interface org.apache.nifi.logging.ComponentLog
- trace(LogMessage) - Method in class org.apache.nifi.documentation.init.NopComponentLog
- trace(LogMessage) - Method in interface org.apache.nifi.logging.ComponentLog
- TRACE - Enum constant in enum class org.apache.nifi.logging.LogLevel
- 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.
- 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(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 Class in org.apache.nifi.controller.status
- TransmissionStatus() - Constructor for enum class org.apache.nifi.controller.status.TransmissionStatus
- transmitting - Variable in class org.apache.nifi.controller.status.PortStatus
- Transmitting - Enum constant in enum class org.apache.nifi.controller.status.TransmissionStatus
- transportProtocol - Variable in class org.apache.nifi.flow.VersionedRemoteProcessGroup
- TriggerSerially - Annotation Interface 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 Interface 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 Interface 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. - TWENTY_FIVE_MILLIS - Enum constant in enum class org.apache.nifi.annotation.behavior.DefaultRunDuration
- TWO_HUNDRED_FIFTY_MILLIS - Enum constant in enum class org.apache.nifi.annotation.behavior.DefaultRunDuration
- TWO_SECONDS - Enum constant in enum class org.apache.nifi.annotation.behavior.DefaultRunDuration
- 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 class org.apache.nifi.flow.ComponentType
U
- UNKNOWN - Enum constant in enum class org.apache.nifi.provenance.ProvenanceEventType
-
Indicates that the type of the provenance event is unknown because the user who is attempting to access the event is not authorize to know the type.
- UP_TO_DATE - Enum constant in enum class org.apache.nifi.registry.flow.VersionedFlowState
-
This Process Group and all child/descendant Process Groups are on the latest version of the flow in the Flow Registry and have no local modifications.
- 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 - Enum constant in enum class org.apache.nifi.components.resource.ResourceType
-
Referenced Resource is a URL that uses the HTTP, HTTPS, or file protocol (i.e.,
http://...
,https://...
, orfile:...
) - URL - Enum constant in enum class org.apache.nifi.flow.VersionedResourceType
-
Referenced Resource is a URL that uses the HTTP, HTTPS, or file protocol (i.e.,
http://...
,https://...
, orfile:...
) - URLResourceReference - Class in org.apache.nifi.components.resource
- URLResourceReference(URL) - Constructor for class org.apache.nifi.components.resource.URLResourceReference
- UseCase - Annotation Interface in org.apache.nifi.annotation.documentation
-
An annotation that can be used for extension points in order to explain a specific use case that can be accomplished using this extension.
- UseCases - Annotation Interface in org.apache.nifi.annotation.documentation
-
An enclosing annotation that can be used in order to use the
UseCase
annotation in a repeated manner. - 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
- User - Enum constant in enum class org.apache.nifi.action.Component
- UserGroup - Enum constant in enum class org.apache.nifi.action.Component
- 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 - Variable in class org.apache.nifi.components.ValidationResult
- valid(boolean) - Method in class org.apache.nifi.components.ValidationResult.Builder
-
Defaults to false
- VALID - Static variable in interface org.apache.nifi.components.Validator
-
Validator object providing validation behavior in which validation always passes
- 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, String, ValidationContext) - Method in interface org.apache.nifi.components.Validator
- validate(String, ValidationContext) - Method in class org.apache.nifi.components.PropertyDescriptor
-
Validates the given input against this property descriptor's validator.
- 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.
- 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
- Validating - Enum constant in enum class org.apache.nifi.controller.status.RunStatus
- 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() - Element in annotation interface org.apache.nifi.annotation.behavior.DynamicProperties
- value() - Element in annotation interface org.apache.nifi.annotation.behavior.DynamicProperty
- value() - Element in annotation interface org.apache.nifi.annotation.behavior.InputRequirement
- value() - Element in annotation interface org.apache.nifi.annotation.behavior.ReadsAttributes
- value() - Element in annotation interface org.apache.nifi.annotation.behavior.Restricted
-
Provides a description of why the component usage is restricted.
- value() - Element in annotation interface org.apache.nifi.annotation.behavior.SystemResourceConsiderations
- value() - Element in annotation interface org.apache.nifi.annotation.behavior.WritesAttributes
- value() - Element in annotation interface org.apache.nifi.annotation.documentation.CapabilityDescription
- value() - Element in annotation interface org.apache.nifi.annotation.documentation.MultiProcessorUseCases
- value() - Element in annotation interface org.apache.nifi.annotation.documentation.SeeAlso
- value() - Element in annotation interface org.apache.nifi.annotation.documentation.Tags
- value() - Element in annotation interface org.apache.nifi.annotation.documentation.UseCases
- VALUE_DELIMITER - Static variable in class org.apache.nifi.components.PropertyDescriptor.ConstrainedSetValidator
- valueOf(String) - Static method in enum class org.apache.nifi.action.Component
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.action.Operation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.annotation.behavior.DefaultRunDuration
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.annotation.behavior.InputRequirement.Requirement
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.annotation.behavior.SystemResource
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.annotation.notification.PrimaryNodeState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.components.ConfigVerificationResult.Outcome
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.components.PortFunction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.components.RequiredPermission
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.components.resource.ResourceCardinality
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.components.resource.ResourceType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.components.state.Scope
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.controller.ScheduledState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.controller.status.FlowFileAvailability
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.controller.status.LoadBalanceStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.controller.status.RunStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.controller.status.TransmissionStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.documentation.ExtensionType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.expression.AttributeExpression.ResultType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.expression.ExpressionLanguageScope
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.flow.ComponentType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.flow.ConnectableComponentType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.flow.ExecutionEngine
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.flow.PortType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.flow.ScheduledState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.flow.VersionedResourceCardinality
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.flow.VersionedResourceType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.flowanalysis.EnforcementPolicy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.flowanalysis.FlowAnalysisRuleState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.logging.LogLevel
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.parameter.ParameterSensitivity
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.processor.DataUnit
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.processor.FlowFileFilter.FlowFileFilterResult
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.provenance.ProvenanceEventType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.registry.flow.VersionedFlowState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.reporting.ComponentType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.reporting.Severity
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.scheduling.ExecutionNode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.scheduling.SchedulingStrategy
-
Returns the enum constant of this class with the specified name.
- valueOfPermissionIdentifier(String) - Static method in enum class org.apache.nifi.components.RequiredPermission
- values() - Static method in enum class org.apache.nifi.action.Component
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.action.Operation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.annotation.behavior.DefaultRunDuration
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.annotation.behavior.InputRequirement.Requirement
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.annotation.behavior.SystemResource
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.annotation.notification.PrimaryNodeState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.components.ConfigVerificationResult.Outcome
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.components.PortFunction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.components.RequiredPermission
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.components.resource.ResourceCardinality
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.components.resource.ResourceType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.components.state.Scope
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.controller.ScheduledState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.controller.status.FlowFileAvailability
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.controller.status.LoadBalanceStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.controller.status.RunStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.controller.status.TransmissionStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.documentation.ExtensionType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.expression.AttributeExpression.ResultType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.expression.ExpressionLanguageScope
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.flow.ComponentType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.flow.ConnectableComponentType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.flow.ExecutionEngine
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.flow.PortType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.flow.ScheduledState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.flow.VersionedResourceCardinality
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.flow.VersionedResourceType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.flowanalysis.EnforcementPolicy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.flowanalysis.FlowAnalysisRuleState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.logging.LogLevel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.parameter.ParameterSensitivity
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.processor.DataUnit
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.processor.FlowFileFilter.FlowFileFilterResult
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.provenance.ProvenanceEventType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.registry.flow.VersionedFlowState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.reporting.ComponentType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.reporting.Severity
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.scheduling.ExecutionNode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.scheduling.SchedulingStrategy
-
Returns an array containing the constants of this enum class, 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
- 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.
- VerifiableFlowAnalysisRule - Interface in org.apache.nifi.flowanalysis
-
Any Flow Analysis Rule that implements this interface will be provided the opportunity to verify a given configuration of the Flow Analysis Rule.
- 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 - Variable in class org.apache.nifi.components.ConfigVerificationResult
- verificationStepName(String) - Method in class org.apache.nifi.components.ConfigVerificationResult.Builder
- verify(ConfigurationContext, ComponentLog) - Method in interface org.apache.nifi.flowanalysis.VerifiableFlowAnalysisRule
-
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(ConfigurationContext, ComponentLog) - Method in interface org.apache.nifi.reporting.VerifiableReportingTask
-
Verifies that the configuration defined by the given ConfigurationContext is valid.
- 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(ProcessContext, ComponentLog, Map<String, String>) - Method in interface org.apache.nifi.processor.VerifiableProcessor
-
Verifies that the configuration defined by the given ProcessContext 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 - Class in org.apache.nifi.flow
- VersionedComponent - Interface in org.apache.nifi.components
- 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
- VersionedControllerServiceLookup - Interface in org.apache.nifi.controller
- 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
- VersionedFlowAnalysisRule - Class in org.apache.nifi.flow
- VersionedFlowAnalysisRule() - Constructor for class org.apache.nifi.flow.VersionedFlowAnalysisRule
- versionedFlowCoordinates - Variable in class org.apache.nifi.flow.VersionedProcessGroup
- VersionedFlowCoordinates - Class in org.apache.nifi.flow
- VersionedFlowCoordinates() - Constructor for class org.apache.nifi.flow.VersionedFlowCoordinates
- 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 Class in org.apache.nifi.registry.flow
- VersionedFlowState(String) - Constructor for enum class 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
- VersionedReportingTaskSnapshot - Class in org.apache.nifi.flow
- VersionedReportingTaskSnapshot() - Constructor for class org.apache.nifi.flow.VersionedReportingTaskSnapshot
- VersionedResourceCardinality - Enum Class in org.apache.nifi.flow
- VersionedResourceCardinality() - Constructor for enum class org.apache.nifi.flow.VersionedResourceCardinality
- VersionedResourceDefinition - Class in org.apache.nifi.flow
- VersionedResourceDefinition() - Constructor for class org.apache.nifi.flow.VersionedResourceDefinition
- VersionedResourceType - Enum Class in org.apache.nifi.flow
- VersionedResourceType() - Constructor for enum class org.apache.nifi.flow.VersionedResourceType
- versionInfo - Variable in class org.apache.nifi.registry.flow.RegisteredFlow
W
- warn(String) - Method in class org.apache.nifi.documentation.init.NopComponentLog
- warn(String) - Method in interface org.apache.nifi.logging.ComponentLog
- warn(String, Object...) - Method in class org.apache.nifi.documentation.init.NopComponentLog
- warn(String, Object...) - Method in interface org.apache.nifi.logging.ComponentLog
- warn(String, Throwable) - Method in class org.apache.nifi.documentation.init.NopComponentLog
- warn(String, Throwable) - Method in interface org.apache.nifi.logging.ComponentLog
- warn(LogMessage) - Method in class org.apache.nifi.documentation.init.NopComponentLog
- warn(LogMessage) - Method in interface org.apache.nifi.logging.ComponentLog
- WARN - Enum constant in enum class org.apache.nifi.flowanalysis.EnforcementPolicy
-
Rules with this enforcement policy only warns about rule violations.
- WARN - Enum constant in enum class org.apache.nifi.logging.LogLevel
- WARNING - Enum constant in enum class org.apache.nifi.reporting.Severity
- WHOLE_NUMBER - Enum constant in enum class org.apache.nifi.expression.AttributeExpression.ResultType
- width - Variable in class org.apache.nifi.flow.VersionedLabel
- write(ConfigurableComponent) - 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 class org.apache.nifi.documentation.AbstractDocumentationWriter
- write(ConfigurableComponent, Collection<ServiceAPI>, Map<String, ServiceAPI>) - Method in interface org.apache.nifi.documentation.ExtensionDocumentationWriter
-
Writes the documentation for the given component.
- 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, OutputStreamCallback) - Method in interface org.apache.nifi.processor.ProcessSession
-
Executes the given callback against the content corresponding to the given FlowFile.
- write(FlowFile, StreamCallback) - Method in interface org.apache.nifi.processor.ProcessSession
-
Executes the given callback against the content corresponding to the given flow file.
- write(T) - Method in interface org.apache.nifi.documentation.xml.XmlDocumentationWriter.ElementWriter
- WRITE_DISTRIBUTED_FILESYSTEM - Enum constant in enum class org.apache.nifi.components.RequiredPermission
- WRITE_FILESYSTEM - Enum constant in enum class org.apache.nifi.components.RequiredPermission
- 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(String, Set<String>) - 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
- 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
- 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
- writeMultiProcessorUseCase(MultiProcessorUseCase) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
- writeMultiProcessorUseCases(List<MultiProcessorUseCase>) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
- writeMultiProcessorUseCases(List<MultiProcessorUseCase>) - 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 Interface 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 Interface 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
- writeUseCase(UseCase) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
- writeUseCaseComponent(ProcessorConfiguration) - Method in class org.apache.nifi.documentation.xml.XmlDocumentationWriter
- writeUseCases(List<UseCase>) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
- writeUseCases(List<UseCase>) - 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
- yieldDuration() - Element in annotation interface org.apache.nifi.annotation.configuration.DefaultSettings
Z
- zIndex - Variable in class org.apache.nifi.flow.VersionedConnection
- zIndex - Variable in class org.apache.nifi.flow.VersionedLabel
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form