Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ABSOLUTE_PATH - Enum constant in enum class org.apache.nifi.flowfile.attributes.CoreAttributes
-
The FlowFile's absolute path indicates the absolute directory to which a FlowFile belongs and does not contain the filename
- 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
- 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_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
- 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. - 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(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(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.
- ALTERNATE_IDENTIFIER - Enum constant in enum class org.apache.nifi.flowfile.attributes.CoreAttributes
-
Indicates an identifier other than the FlowFile's UUID that is known to refer to this FlowFile.
- 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.
- ANONYMOUS - Static variable in class org.apache.nifi.processor.Relationship
- append(FlowFile, OutputStreamCallback) - Method in interface org.apache.nifi.processor.ProcessSession
-
Executes the given {code writer}
OutputStreamCallback
against the content of the givenFlowFile
, such that any data written to the OutputStream will be appended to the end of FlowFile's content. - 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
- Asset - Interface in org.apache.nifi.asset
-
An Asset is a representation of some resource that is necessary in order to run a dataflow.
- 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
- ATTRIBUTE_EXPRESSION_LANGUAGE_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
- ATTRIBUTE_KEY_PROPERTY_NAME_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
- ATTRIBUTE_KEY_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
- 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
- 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
- autoTerminateDefault(boolean) - Method in class org.apache.nifi.processor.Relationship.Builder
B
- B - Enum constant in enum class org.apache.nifi.processor.DataUnit
-
Bytes
- Batch - Enum constant in enum class org.apache.nifi.action.Operation
- BatchSize - Class in org.apache.nifi.flow
- BatchSize() - Constructor for class org.apache.nifi.flow.BatchSize
- BOOLEAN - Enum constant in enum class org.apache.nifi.expression.AttributeExpression.ResultType
- BOOLEAN_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
- BucketLocation - Class in org.apache.nifi.registry.flow
-
Information for locating a bucket in a flow registry.
- BucketLocation() - Constructor for class org.apache.nifi.registry.flow.BucketLocation
- BucketLocation(String, String) - Constructor for class org.apache.nifi.registry.flow.BucketLocation
- 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.Parameter.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.Parameter.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.
- 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() - Element in annotation interface org.apache.nifi.annotation.configuration.DefaultSettings
- BulletinQuery - Class in org.apache.nifi.reporting
- 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 - 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
C
- 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. - ChangeVersion - Enum constant in enum class org.apache.nifi.action.Operation
- CHARACTER_SET_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
- CHARACTER_SET_VALIDATOR_WITH_EVALUATION - Static variable in class org.apache.nifi.processor.util.StandardValidators
-
This validator will evaluate an expression using ONLY environment properties, then validate that the result is a supported character set.
- 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
). - 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.
- 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.ProcessingPerformanceStatus
- 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
with a parent linkage to theexample
FlowFile. - clone(FlowFile, long, long) - Method in interface org.apache.nifi.processor.ProcessSession
-
Creates a new
FlowFile
with a parent linkage to theparent
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.
- commit() - Method in interface org.apache.nifi.processor.ProcessSession
-
Commits the current session ensuring all operations against
FlowFile
s within this session are atomically persisted. - COMMIT - Enum constant in enum class org.apache.nifi.registry.flow.RegisterAction
- commitAsync() - Method in interface org.apache.nifi.processor.ProcessSession
-
Commits the current session ensuring all operations against
FlowFile
s within this session are atomically persisted. - commitAsync(Runnable) - Method in interface org.apache.nifi.processor.ProcessSession
-
Commits the current session ensuring all operations against
FlowFile
s 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
- compareTo(PropertyDescriptor) - Method in class org.apache.nifi.components.PropertyDescriptor
- compareTo(ParameterGroupConfiguration) - Method in class org.apache.nifi.parameter.ParameterGroupConfiguration
- compareTo(Relationship) - Method in class org.apache.nifi.processor.Relationship
- compareTo(VariableDescriptor) - Method in class org.apache.nifi.registry.VariableDescriptor
- compareTo(Bulletin) - Method in class org.apache.nifi.reporting.Bulletin
- compile(String) - Method in interface org.apache.nifi.expression.ExpressionLanguageCompiler
-
Compiles the given Attribute Expression string into an AttributeExpression that can be evaluated
- Component - Enum Class in org.apache.nifi.action
-
Defines possible components for a given action.
- 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 - Interface in org.apache.nifi.logging
-
The ComponentLog provides a mechanism to ensure that all NiFi components are logging and reporting information in a consistent way.
- ComponentType - Enum 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
- 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 - Interface in org.apache.nifi.controller
-
This context is passed to ControllerServices and Reporting Tasks in order to expose their configuration to them.
- 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.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
- Connection - Enum constant in enum class org.apache.nifi.action.Component
- CONNECTION - Enum constant in enum class org.apache.nifi.flow.ComponentType
- 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
- 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.
- 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
- ControllerServiceInitializationContext - Interface in org.apache.nifi.controller
- ControllerServiceLookup - Interface in org.apache.nifi.controller
- 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
- CoreAttributes - Enum Class in org.apache.nifi.flowfile.attributes
- 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 allparents
. - 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 theparent
. - 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
- createAttributeExpressionLanguageValidator(AttributeExpression.ResultType) - Static method in class org.apache.nifi.processor.util.StandardValidators
- createAttributeExpressionLanguageValidator(AttributeExpression.ResultType, boolean) - Static method in class org.apache.nifi.processor.util.StandardValidators
- 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.
- createDataSizeBoundsValidator(long, long) - Static method in class org.apache.nifi.processor.util.StandardValidators
- createDirectoryExistsValidator(boolean, boolean) - Static method in class org.apache.nifi.processor.util.StandardValidators
- createListValidator(boolean, boolean, Validator) - Static method in class org.apache.nifi.processor.util.StandardValidators
- createListValidator(boolean, boolean, Validator, boolean) - Static method in class org.apache.nifi.processor.util.StandardValidators
- createLogMessage() - Method in class org.apache.nifi.logging.LogMessage.Builder
- createLongValidator(long, long, boolean) - Static method in class org.apache.nifi.processor.util.StandardValidators
- createNonNegativeFloatingPointValidator(double) - Static method in class org.apache.nifi.processor.util.StandardValidators
- createRegexMatchingValidator(Pattern) - Static method in class org.apache.nifi.processor.util.StandardValidators
- createRegexMatchingValidator(Pattern, boolean) - Static method in class org.apache.nifi.processor.util.StandardValidators
- createRegexMatchingValidator(Pattern, boolean, String) - Static method in class org.apache.nifi.processor.util.StandardValidators
- createRegexValidator(int, int, boolean) - Static method in class org.apache.nifi.processor.util.StandardValidators
-
Creates a @{link Validator} that ensure that a value is a valid Java Regular Expression with at least
minCapturingGroups
capturing groups and at mostmaxCapturingGroups
capturing groups. - 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
- createTimePeriodValidator(long, TimeUnit, long, TimeUnit) - Static method in class org.apache.nifi.processor.util.StandardValidators
- createURL(String) - Static method in class org.apache.nifi.processor.util.URLValidator
-
This method provides an alternative to the use of java.net.URI's single argument constructor and 'create' method.
- 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
- DATA_SIZE_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
- DataUnit - Enum Class in org.apache.nifi.processor
- DATE - Enum constant in enum class org.apache.nifi.expression.AttributeExpression.ResultType
- 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_BRANCH_NAME - Static variable in interface org.apache.nifi.registry.flow.FlowRegistryClient
- DEFAULT_DESCRIPTION - Static variable in annotation interface org.apache.nifi.annotation.behavior.SystemResourceConsideration
- defaultDuration() - Element in annotation interface org.apache.nifi.annotation.behavior.SupportsBatching
- DefaultRunDuration - Enum Class in org.apache.nifi.annotation.behavior
- 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.
- 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(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
- 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, FlowLocation) - 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() - 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.Parameter.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(ParameterDescriptor) - Method in class org.apache.nifi.parameter.Parameter.Builder
- determineTimeUnit(String) - Static method in class org.apache.nifi.time.DurationFormat
-
Returns the
TimeUnit
enum that maps to the provided rawString
input. - 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
- DirectoryExistsValidator(boolean, boolean) - Constructor for class org.apache.nifi.processor.util.StandardValidators.DirectoryExistsValidator
- 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
- DisallowRunOnce - Annotation Interface in org.apache.nifi.annotation.behavior
-
Marker annotation a
Processor
implementation can use to indicate that the Processor is not designed in such a way that the 'Run Once' capability would function. - DISCARD_REASON - Enum constant in enum class org.apache.nifi.flowfile.attributes.CoreAttributes
-
Specifies the reason that a FlowFile is being discarded
- Disconnect - Enum constant in enum class org.apache.nifi.action.Operation
- DISK - Enum constant in enum class org.apache.nifi.annotation.behavior.SystemResource
- 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
- DurationFormat - Class in org.apache.nifi.time
- dynamic(boolean) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
- dynamicallyModifiesClasspath(boolean) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
-
Specifies that the value of this property represents one or more resources that the framework should add to the classpath of as well as consider when looking for native libraries for the given component.
- 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.
- 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() - 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
- 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 - Enum Class in org.apache.nifi.flowanalysis
- 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.flow.FlowRegistryBranch
- equals(Object) - Method in class org.apache.nifi.registry.flow.FlowVersionLocation
- 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 - Enum Class in org.apache.nifi.flow
- ExecutionNode - Enum Class in org.apache.nifi.scheduling
-
Defines the Nodes where a given Component will be scheduled to run.
- 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.flowanalysis.AbstractAnalysisResult
- explanation() - Element in annotation interface org.apache.nifi.annotation.behavior.DisallowRunOnce
-
An optional explanation for why run once is not supported
- explanation() - Element in annotation interface org.apache.nifi.annotation.behavior.Restriction
-
Provides an 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
- exportTo(FlowFile, Path, boolean) - Method in interface org.apache.nifi.processor.ProcessSession
- ExpressionLanguageCompiler - Interface in org.apache.nifi.expression
- 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.
- 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
- ExternalControllerServiceReference - Class in org.apache.nifi.flow
- ExternalControllerServiceReference() - Constructor for class org.apache.nifi.flow.ExternalControllerServiceReference
- 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 - 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
- FILE_EXISTS_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
- FileExistsValidator(boolean) - Constructor for class org.apache.nifi.processor.util.StandardValidators.FileExistsValidator
- FileExistsValidator(boolean, boolean) - Constructor for class org.apache.nifi.processor.util.StandardValidators.FileExistsValidator
- FILENAME - Enum constant in enum class org.apache.nifi.flowfile.attributes.CoreAttributes
-
The filename of the FlowFile.
- 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_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
- 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
- FlowFileAttributeKey - Interface in org.apache.nifi.flowfile.attributes
- FlowFileAvailability - Enum Class in org.apache.nifi.controller.status
- 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
- 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
- flowFileUuid(String) - Method in class org.apache.nifi.logging.LogMessage.Builder
- FlowLocation - Class in org.apache.nifi.registry.flow
-
Information for locating a flow in a flow registry.
- FlowLocation() - Constructor for class org.apache.nifi.registry.flow.FlowLocation
- FlowLocation(String, String, String) - Constructor for class org.apache.nifi.registry.flow.FlowLocation
- FlowRegistryBranch - Class in org.apache.nifi.registry.flow
- FlowRegistryBranch() - Constructor for class org.apache.nifi.registry.flow.FlowRegistryBranch
- 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
- FlowRegistryPreCommitException - Exception Class in org.apache.nifi.registry.flow
- FlowRegistryPreCommitException(String) - Constructor for exception class org.apache.nifi.registry.flow.FlowRegistryPreCommitException
- FlowVersionLocation - Class in org.apache.nifi.registry.flow
-
Information for locating a flow version in a flow registry.
- FlowVersionLocation() - Constructor for class org.apache.nifi.registry.flow.FlowVersionLocation
- FlowVersionLocation(String, String, String, String) - Constructor for class org.apache.nifi.registry.flow.FlowVersionLocation
- FORCE_COMMIT - Enum constant in enum class org.apache.nifi.registry.flow.RegisterAction
- 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.
- 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
- fromParameter(Parameter) - Method in class org.apache.nifi.parameter.Parameter.Builder
- 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
G
- GB - Enum constant in enum class org.apache.nifi.processor.DataUnit
-
Gigabytes
- generateFlowId(String) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClient
-
Generates the id for registering a flow.
- get() - Method in interface org.apache.nifi.processor.ProcessSession
-
Returns the
FlowFile
from the work queue that is next highest priority to process. - get(int) - Method in interface org.apache.nifi.processor.ProcessSession
-
Returns the next up to
maxResults
FlowFile
s from the work queue that are the highest priority to process. - 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
FlowFile
s from all the incoming queues which the givenFlowFileFilter
accepts. - 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).
- getBranch() - Method in class org.apache.nifi.flow.VersionedFlowCoordinates
- getBranch() - Method in class org.apache.nifi.registry.flow.BucketLocation
- getBranch() - Method in class org.apache.nifi.registry.flow.RegisteredFlow
- getBranch() - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshotMetadata
- getBranches(FlowRegistryClientConfigurationContext) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClient
-
Get the available branches.
- getBucket() - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
- getBucket(FlowRegistryClientConfigurationContext, BucketLocation) - 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
- getBucketId() - Method in class org.apache.nifi.registry.flow.BucketLocation
- 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, String) - 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
- getContentReadDuration() - Method in class org.apache.nifi.controller.status.ProcessingPerformanceStatus
- 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
- getContentWriteDuration() - Method in class org.apache.nifi.controller.status.ProcessingPerformanceStatus
- 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
- getCpuDuration() - Method in class org.apache.nifi.controller.status.ProcessingPerformanceStatus
- 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
- getDefaultBranch(FlowRegistryClientConfigurationContext) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClient
-
Gets the default branch.
- 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
- getDigest() - Method in interface org.apache.nifi.asset.Asset
-
Returns the digest of the contents of the local file that the Asset is associated with.
- 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
- 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
-
Get explanation associated with results
- 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
- getFile() - Method in interface org.apache.nifi.asset.Asset
-
Returns the local file that the Asset is associated with
- 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, FlowLocation) - 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, FlowVersionLocation) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClient
-
Retrieves the contents of the flow snapshot 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
- getFlowId() - Method in class org.apache.nifi.registry.flow.FlowLocation
- 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, BucketLocation) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClient
-
Retrieves the set of all Flows for the specified bucket.
- getFlowVersions(FlowRegistryClientConfigurationContext, FlowLocation) - 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
- getGarbageCollectionDuration() - Method in class org.apache.nifi.controller.status.ProcessingPerformanceStatus
- 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.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.asset.Asset
-
Returns a unique identifier for the Asset
- 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.controller.status.ProcessingPerformanceStatus
- 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.VersionedAsset
- 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
- 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
-
A rule-defined id that corresponds to a unique type of issue recognized by the rule.
- 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, FlowLocation) - 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
-
Get message associated with results
- getMessage() - Method in class org.apache.nifi.logging.LogMessage
- getMessage() - Method in class org.apache.nifi.reporting.Bulletin
- getMessagePattern() - Method in class org.apache.nifi.reporting.BulletinQuery
- getMetadata() - Method in class org.apache.nifi.flow.VersionedExternalFlow
- getName() - Method in interface org.apache.nifi.asset.Asset
-
Returns the name of the Asset
- 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.VersionedAsset
- 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.FlowRegistryBranch
- 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
- getParameterContextIdentifier() - Method in interface org.apache.nifi.asset.Asset
-
Returns the identifier of the parameter context the Asset belongs to
- 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
- getPreciseTimeDuration(String, TimeUnit) - Static method in class org.apache.nifi.time.DurationFormat
-
Returns the parsed and converted input in the requested units.
- 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
- getProcessingPerformanceStatus() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
- getProcessingPerformanceStatus() - 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
- 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
- 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
-
Returns the
QueueSize
that represents the number ofFlowFile
s and their combined data size for all FlowFiles waiting to be processed by theProcessor
that ownsthis
ProcessSession
, regardless of which connection the FlowFiles live on. - 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.
- getReceivedContentSize() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
- getReceivedCount() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
- getReferencedAssets() - Method in class org.apache.nifi.flow.VersionedParameter
- getReferencedAssets() - Method in class org.apache.nifi.parameter.Parameter
- 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
- getSessionCommitDuration() - Method in class org.apache.nifi.controller.status.ProcessingPerformanceStatus
- 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.
- getSupportedPropertyDescriptors() - Method in class org.apache.nifi.components.AbstractConfigurableComponent
-
Allows subclasses to register which property descriptor objects are supported.
- 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
- getTimeDuration(String, TimeUnit) - Static method in class org.apache.nifi.time.DurationFormat
-
Returns a time duration in the requested
TimeUnit
after parsing theString
input. - 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
- 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.FlowVersionLocation
- 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
- 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
- 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.Builder - Class in org.apache.nifi.flowanalysis
- groupIdMatches(String) - Method in class org.apache.nifi.reporting.BulletinQuery.Builder
H
- hasConnection(Relationship) - Method in interface org.apache.nifi.processor.ProcessContext
- hashCode() - Method in class org.apache.nifi.components.AbstractConfigurableComponent
- hashCode() - Method in class org.apache.nifi.components.AllowableValue
- hashCode() - Method in class org.apache.nifi.components.PropertyDependency
- hashCode() - Method in class org.apache.nifi.components.PropertyDescriptor
- hashCode() - Method in class org.apache.nifi.components.resource.FileResourceReference
- hashCode() - Method in class org.apache.nifi.components.resource.StandardResourceReferences
- hashCode() - Method in class org.apache.nifi.components.ValidationResult
- hashCode() - 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.flow.FlowRegistryBranch
- hashCode() - Method in class org.apache.nifi.registry.flow.FlowVersionLocation
- 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
- HOSTNAME_PORT_LIST_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
-
Validator
that ensures that value is a non-empty comma separated list of hostname:port
I
- 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
- importFrom(Path, boolean, FlowFile) - Method in interface org.apache.nifi.processor.ProcessSession
- 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.
- 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(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.
- InputPort - Enum constant in enum class org.apache.nifi.action.Component
- 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
- INSTANT - Enum constant in enum class org.apache.nifi.expression.AttributeExpression.ResultType
- INTEGER_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
- 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
- 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
- isAutoTerminated() - Method in class org.apache.nifi.processor.Relationship
- isAutoTerminated(Relationship) - Method in interface org.apache.nifi.processor.ProcessContext
-
Indicates whether or not the given relationship is configured to be auto-terminated
- isBranchingSupported(FlowRegistryClientConfigurationContext) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClient
-
Indicates if the registry supports branching.
- 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
- 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
- ISO8601_INSTANT_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
- 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
- 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.
- isWarnEnabled() - Method in class org.apache.nifi.documentation.init.NopComponentLog
- isWarnEnabled() - Method in interface org.apache.nifi.logging.ComponentLog
J
- join(Collection<FlowFile>, FlowFile) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
-
Emits a Provenance Event of type
JOIN
that establishes that the given parents were joined together to create a new child FlowFile. - join(Collection<FlowFile>, FlowFile, 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
- key() - Method in enum class org.apache.nifi.flowfile.attributes.CoreAttributes
- key() - Method in interface org.apache.nifi.flowfile.attributes.FlowFileAttributeKey
- 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(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
- learn(Stream<Double[]>, Stream<Double>) - Method in interface org.apache.nifi.controller.status.analytics.StatusAnalyticsModel
-
Train model with provided observations (features, labels/targets)
- 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
- LoadBalanceStatus - Enum Class in org.apache.nifi.controller.status
- 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.
- 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
- LogLevel - Enum Class in org.apache.nifi.logging
- LogMessage - Class in org.apache.nifi.logging
- LogMessage.Builder - Class in org.apache.nifi.logging
- LONG_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
M
- 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
- 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
sources
FlowFile
s 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
sources
FlowFile
s 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(String) - Method in class org.apache.nifi.logging.LogMessage.Builder
- messageMatches(String) - Method in class org.apache.nifi.reporting.BulletinQuery.Builder
- migrate(ProcessSession) - Method in interface org.apache.nifi.processor.ProcessSession
- migrate(ProcessSession, Collection<FlowFile>) - Method in interface org.apache.nifi.processor.ProcessSession
-
Migrates ownership of the given
flowFiles
FlowFile
s fromthis
session to the givennewOwner
ProcessSession
. - 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
- MIME_TYPE - Enum constant in enum class org.apache.nifi.flowfile.attributes.CoreAttributes
-
The MIME Type of this FlowFile
- 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
- 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() - 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.Parameter.Builder
- 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
- 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 - NO_BATCHING - Enum constant in enum class org.apache.nifi.annotation.behavior.DefaultRunDuration
- 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 - Interface in org.apache.nifi.controller
-
This interface provides a set of methods for checking NiFi node type.
- NON_BLANK_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
-
Validator
that ensures that value has 1+ non-whitespace characters - NON_EMPTY_EL_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
-
Validator
that ensures that value's length > 0 and that expression language is present - NON_EMPTY_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
-
Validator
that ensures that value's length > 0 - NON_NEGATIVE_INTEGER_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
- 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
- NUMBER_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
O
- 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. - Operation - Enum Class in org.apache.nifi.action
-
Defines possible operations for a given action.
- org.apache.nifi - module org.apache.nifi
- 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.asset - package org.apache.nifi.asset
- 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.flowfile.attributes - package org.apache.nifi.flowfile.attributes
- 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.processor.util - package org.apache.nifi.processor.util
- 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
- org.apache.nifi.time - package org.apache.nifi.time
- outcome(ConfigVerificationResult.Outcome) - Method in class org.apache.nifi.components.ConfigVerificationResult.Builder
- 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
- OutputPort - Enum constant in enum class org.apache.nifi.action.Component
- OutputStreamCallback - Interface in org.apache.nifi.processor.io
P
- Parameter - Class in org.apache.nifi.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
- Parameter.Builder - Class in org.apache.nifi.parameter
- ParameterContext - Enum constant in enum class org.apache.nifi.action.Component
- parameterContextId(String) - Method in class org.apache.nifi.parameter.Parameter.Builder
- ParameterDescriptor - Class in org.apache.nifi.parameter
-
An immutable class that holds information about a Parameter.
- 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.
- 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
- ParameterSensitivity - Enum Class in org.apache.nifi.parameter
-
Indicates the sensitivity of a parameter.
- parseDataSize(String, DataUnit) - Static method in enum class org.apache.nifi.processor.DataUnit
- Paste - Enum constant in enum class org.apache.nifi.action.Operation
- PATH - Enum constant in enum class org.apache.nifi.flowfile.attributes.CoreAttributes
-
The FlowFile's path indicates the relative directory to which a FlowFile belongs and does not contain the filename
- 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() - Element in annotation interface org.apache.nifi.annotation.configuration.DefaultSettings
- period() - Element in annotation interface org.apache.nifi.annotation.configuration.DefaultSchedule
- PORT_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
- PortFunction - Enum Class in org.apache.nifi.components
- 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
- 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_INTEGER_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
- POSITIVE_LONG_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
- 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
- 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)
- 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.
- PRIORITY - Enum constant in enum class org.apache.nifi.flowfile.attributes.CoreAttributes
-
A numeric value indicating the FlowFile priority
- 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
- ProcessGroupStatus - Class in org.apache.nifi.controller.status
- ProcessGroupStatus() - Constructor for class org.apache.nifi.controller.status.ProcessGroupStatus
- ProcessingPerformanceStatus - Class in org.apache.nifi.controller.status
- ProcessingPerformanceStatus() - Constructor for class org.apache.nifi.controller.status.ProcessingPerformanceStatus
- 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. - 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
FlowFile
s in an atomic unit. - ProcessSessionFactory - Interface in org.apache.nifi.processor
-
Factory for creating a
ProcessSession
- 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 - 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
- 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
- ProvenanceReporter - Interface in org.apache.nifi.provenance
-
ProvenanceReporter generates and records Provenance-related events.
- provided(Boolean) - Method in class org.apache.nifi.parameter.Parameter.Builder
- Purge - Enum constant in enum class org.apache.nifi.action.Operation
- putAllAttributes(FlowFile, Map<String, String>) - Method in interface org.apache.nifi.processor.ProcessSession
- putAttribute(FlowFile, String, String) - Method in interface org.apache.nifi.processor.ProcessSession
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
- 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 content of the givenFlowFile
. - read(FlowFile, InputStreamCallback) - Method in interface org.apache.nifi.processor.ProcessSession
-
Executes the given {code reader}
InputStreamCallback
against the content of the givenFlowFile
. - 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.
- REFERENCE_REMOTE_RESOURCES - Enum constant in enum class org.apache.nifi.components.RequiredPermission
- referencedAssets(List<Asset>) - Method in class org.apache.nifi.parameter.Parameter.Builder
- RegisterAction - Enum Class in org.apache.nifi.registry.flow
- 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 Flow Registry.
- registerFlowSnapshot(FlowRegistryClientConfigurationContext, RegisteredFlowSnapshot, RegisterAction) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClient
-
Adds the given snapshot to the Flow Registry for the given Flow.
- REGULAR_EXPRESSION_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
- REGULAR_EXPRESSION_WITH_EL_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
- 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
- RemoteProcessGroup - Enum constant in enum class org.apache.nifi.action.Component
- 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
FlowFile
s. - 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
-
Removes all attributes from the given
FlowFile
whose key matches the given pattern. - removeAllAttributes(FlowFile, Set<String>) - Method in interface org.apache.nifi.processor.ProcessSession
-
Removes the attributes with the given
keys
from the givenFlowFile
. - removeAttribute(FlowFile, String) - Method in interface org.apache.nifi.processor.ProcessSession
-
Removes the attribute with the given
key
from the givenFlowFile
. - 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, setting it to given
newValue
, if and only if the current value is the same as the givenoldValue
. - 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.
- 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
-
Enumeration of permission required for annotated components
- 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.
- ResourceContext - Interface in org.apache.nifi.components.resource
-
Provides the context in which a Reference Reference is to be evaluated
- ResourceDefinition - Interface in org.apache.nifi.components.resource
-
Defines the number and types of resources that allowed to be referenced by a component property
- ResourceReference - Interface in org.apache.nifi.components.resource
-
A reference to a Resource that is identified by a property value
- ResourceReferenceFactory - Interface in org.apache.nifi.components.resource
- 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 - Enum Class in org.apache.nifi.components.resource
- 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.
- 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
- 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 - Enum Class in org.apache.nifi.controller.status
S
- 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
- SchedulingStrategy - Enum Class in org.apache.nifi.scheduling
-
Defines a Scheduling Strategy to use when scheduling Components (Ports, Funnels, Processors) to run
- 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.
- 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.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. - 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(boolean) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
- sensitive(boolean) - Method in class org.apache.nifi.parameter.Parameter.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
- ServiceAPI - Interface in org.apache.nifi.documentation
-
Describes a Controller Service API that is provided by some implementation.
- 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
- setBranch(String) - Method in class org.apache.nifi.flow.VersionedFlowCoordinates
- setBranch(String) - Method in class org.apache.nifi.registry.flow.BucketLocation
- setBranch(String) - Method in class org.apache.nifi.registry.flow.RegisteredFlow
- setBranch(String) - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshotMetadata
- setBucket(FlowRegistryBucket) - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
- setBucketId(String) - Method in class org.apache.nifi.flow.VersionedFlowCoordinates
- setBucketId(String) - Method in class org.apache.nifi.registry.flow.BucketLocation
- 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
- setContentReadDuration(long) - Method in class org.apache.nifi.controller.status.ProcessingPerformanceStatus
- setContentRepositories(List<StorageStatus>) - Method in class org.apache.nifi.controller.status.NodeStatus
- setContentWriteDuration(long) - Method in class org.apache.nifi.controller.status.ProcessingPerformanceStatus
- 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
- setCpuDuration(long) - Method in class org.apache.nifi.controller.status.ProcessingPerformanceStatus
- 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
- setFlowId(String) - Method in class org.apache.nifi.registry.flow.FlowLocation
- 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
- setGarbageCollectionDuration(long) - Method in class org.apache.nifi.controller.status.ProcessingPerformanceStatus
- 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.controller.status.ProcessingPerformanceStatus
- 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.VersionedAsset
- 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.registry.flow.RegisteredFlowSnapshot
- 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.VersionedAsset
- 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.FlowRegistryBranch
- 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
- setProcessingPerformanceStatus(ProcessingPerformanceStatus) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
- setProcessingPerformanceStatus(ProcessingPerformanceStatus) - 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
- setReferencedAssets(List<VersionedAsset>) - Method in class org.apache.nifi.flow.VersionedParameter
- 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
- setSessionCommitDuration(long) - Method in class org.apache.nifi.controller.status.ProcessingPerformanceStatus
- 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(long) - Method in class org.apache.nifi.registry.flow.RegisteredFlowVersionInfo
- setVersion(String) - Method in class org.apache.nifi.flow.Bundle
- setVersion(String) - Method in class org.apache.nifi.flow.VersionedExternalFlowMetadata
- setVersion(String) - Method in class org.apache.nifi.flow.VersionedFlowCoordinates
- setVersion(String) - Method in class org.apache.nifi.registry.flow.FlowVersionLocation
- setVersion(String) - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshotMetadata
- 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
- 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
- SINGLE_CHAR_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
- SKIPPED - Enum constant in enum class org.apache.nifi.components.ConfigVerificationResult.Outcome
- sourceIdMatches(String) - Method in class org.apache.nifi.reporting.BulletinQuery.Builder
- 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
- StandardValidators - Class in org.apache.nifi.processor.util
- StandardValidators.DirectoryExistsValidator - Class in org.apache.nifi.processor.util
- StandardValidators.FileExistsValidator - Class in org.apache.nifi.processor.util
- StandardValidators.StringLengthValidator - Class in org.apache.nifi.processor.util
- Start - Enum constant in enum class org.apache.nifi.action.Operation
- STARTING - Enum constant in enum class org.apache.nifi.controller.ScheduledState
- 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
- 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
- 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
- StringLengthValidator(int, int) - Constructor for class org.apache.nifi.processor.util.StandardValidators.StringLengthValidator
- 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.
- 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.
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. - 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
- 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(Throwable) - Method in class org.apache.nifi.logging.LogMessage.Builder
- TIME_DURATION_PATTERN - Static variable in class org.apache.nifi.time.DurationFormat
- TIME_DURATION_REGEX - Static variable in class org.apache.nifi.time.DurationFormat
- TIME_PERIOD_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
- 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.
- 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.ProcessingPerformanceStatus
- 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
- 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
FlowFile
s 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
s to the appropriate destination processor work queue(s) based on the givenrelationship
. - 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 givenrelationship
. - TransmissionStatus - Enum Class in org.apache.nifi.controller.status
- Transmitting - Enum constant in enum class org.apache.nifi.controller.status.TransmissionStatus
- 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
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
- upload(FlowFile, long, String) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
-
Emits a Provenance Event of type
UPLOAD
that indicates that an external resource was sent to an external destination. - upload(FlowFile, long, String, String, long, boolean) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
-
Emits a Provenance Event of type
UPLOAD
that indicates that an external resource was sent to an external destination. - UPLOAD - Enum constant in enum class org.apache.nifi.provenance.ProvenanceEventType
-
Indicates a provenance event for sending data from a filesystem to an external process
- URI_LIST_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
- URI_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
- 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:...
) - URL_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
- URLResourceReference - Class in org.apache.nifi.components.resource
- URLResourceReference(URL) - Constructor for class org.apache.nifi.components.resource.URLResourceReference
- URLValidator - Class in org.apache.nifi.processor.util
- URLValidator() - Constructor for class org.apache.nifi.processor.util.URLValidator
- 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. - 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 - Enum constant in enum class org.apache.nifi.flowfile.attributes.CoreAttributes
-
A unique UUID assigned to this FlowFile
V
- 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 interface org.apache.nifi.components.Validator
- validate(String, String, ValidationContext) - Method in class org.apache.nifi.processor.util.StandardValidators.DirectoryExistsValidator
- validate(String, String, ValidationContext) - Method in class org.apache.nifi.processor.util.StandardValidators.FileExistsValidator
- validate(String, String, ValidationContext) - Method in class org.apache.nifi.processor.util.StandardValidators.StringLengthValidator
- validate(String, String, ValidationContext) - Method in class org.apache.nifi.processor.util.URLValidator
- 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.
- 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
- 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(String) - Method in class org.apache.nifi.parameter.Parameter.Builder
- 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.flowfile.attributes.CoreAttributes
-
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.RegisterAction
-
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.flowfile.attributes.CoreAttributes
-
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.RegisterAction
-
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(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.
- VersionedAsset - Class in org.apache.nifi.flow
- VersionedAsset() - Constructor for class org.apache.nifi.flow.VersionedAsset
- 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 - 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 - Enum Class in org.apache.nifi.registry.flow
- 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
- VersionedResourceDefinition - Class in org.apache.nifi.flow
- VersionedResourceDefinition() - Constructor for class org.apache.nifi.flow.VersionedResourceDefinition
- VersionedResourceType - Enum Class in org.apache.nifi.flow
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
- 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 the content of the givenFlowFile
. - write(FlowFile, OutputStreamCallback) - Method in interface org.apache.nifi.processor.ProcessSession
-
Executes the given {code writer}
OutputStreamCallback
against the content of the givenFlowFile
. - write(FlowFile, StreamCallback) - Method in interface org.apache.nifi.processor.ProcessSession
-
Executes the given {code writer}
StreamCallback
against the content of the givenFlowFile
. - 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
- writeBody(ConfigurableComponent, Map<String, ServiceAPI>) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
- 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
- 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
- writeDynamicRelationship(DynamicRelationship) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
- writeDynamicRelationship(DynamicRelationship) - 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
- 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
- writeProvidedServices(Collection<ServiceAPI>) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
- writeProvidedServices(Collection<ServiceAPI>) - 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
- writeRestrictedInfo(Restricted) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
- writeRestrictedInfo(Restricted) - 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
- 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
- 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
- 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
- writeUseCases(List<UseCase>) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
- writeUseCases(List<UseCase>) - 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
- XmlDocumentationWriter - Class in org.apache.nifi.documentation.xml
-
XML-based implementation of DocumentationWriter.
- XmlDocumentationWriter(OutputStream) - Constructor for class org.apache.nifi.documentation.xml.XmlDocumentationWriter
- XmlDocumentationWriter(XMLStreamWriter) - Constructor for class org.apache.nifi.documentation.xml.XmlDocumentationWriter
Y
- yield() - Method in interface org.apache.nifi.processor.ProcessContext
-
Causes the Processor not to be scheduled for some pre-configured amount of time.
- yieldDuration() - Element in annotation interface org.apache.nifi.annotation.configuration.DefaultSettings
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form