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

A

AbstractConfigurableComponent - Class in org.apache.nifi.components
 
AbstractConfigurableComponent() - Constructor for class org.apache.nifi.components.AbstractConfigurableComponent
 
AbstractControllerService - Class in org.apache.nifi.controller
 
AbstractControllerService() - Constructor for class org.apache.nifi.controller.AbstractControllerService
 
AbstractProcessor - Class in org.apache.nifi.processor
 
AbstractProcessor() - Constructor for class org.apache.nifi.processor.AbstractProcessor
 
AbstractReportingTask - Class in org.apache.nifi.reporting
 
AbstractReportingTask() - Constructor for class org.apache.nifi.reporting.AbstractReportingTask
 
AbstractSessionFactoryProcessor - Class in org.apache.nifi.processor
Provides a standard partial implementation of a Processor.
AbstractSessionFactoryProcessor() - Constructor for class org.apache.nifi.processor.AbstractSessionFactoryProcessor
 
accept - Variable in enum org.apache.nifi.processor.FlowFileFilter.FlowFileFilterResult
 
acknowledge(FlowFileRecord) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
 
acknowledge(Collection<FlowFileRecord>) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
 
Action - Interface in org.apache.nifi.action
An action taken on the flow by a user.
ActionDetails - Interface in org.apache.nifi.action.details
Provides additional details about a given action.
activeRemotePortCount - Variable in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
activeThreadCount - Variable in class org.apache.nifi.controller.status.PortStatus
 
activeThreadCount - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
 
activeThreadCount - Variable in class org.apache.nifi.controller.status.ProcessorStatus
 
activeThreadCount - Variable in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
add(QueueSize) - Method in class org.apache.nifi.controller.queue.QueueSize
Returns a new QueueSize that is the sum of this QueueSize and the provided QueueSize
addBulletin(Bulletin) - Method in interface org.apache.nifi.reporting.BulletinRepository
Adds a Bulletin to the repository.
addChildFlowFile(FlowFile) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Adds the given FlowFile as a child for Events of type ProvenanceEventType#SPAWN, ProvenanceEventType.FORK, ProvenanceEventType.JOIN, and ProvenanceEventType.CLONE This is valid only for ProvenanceEventType#SPAWN, ProvenanceEventType.FORK, ProvenanceEventType.JOIN, and ProvenanceEventType.CLONE events and will be ignored for any other event types.
addMap(Map<String, V>) - Method in class org.apache.nifi.registry.MultiMap
 
addParentFlowFile(FlowFile) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Adds the given FlowFile as a parent for Events of type ProvenanceEventType#SPAWN, ProvenanceEventType.FORK, ProvenanceEventType.JOIN, and ProvenanceEventType.CLONE This is valid only for ProvenanceEventType#SPAWN, ProvenanceEventType.FORK, ProvenanceEventType.JOIN, and ProvenanceEventType.CLONE events and will be ignored for any other event types.
addRegistry(VariableRegistry) - Method in class org.apache.nifi.registry.MultiMapVariableRegistry
 
addRegistry(VariableRegistry) - Method in interface org.apache.nifi.registry.VariableRegistry
Concatenate a variable registry
addSearchTerm(SearchTerm) - Method in class org.apache.nifi.provenance.search.Query
 
addUser(String, String) - Method in interface org.apache.nifi.authorization.AuthorityProvider
Add the specified user.
addValidator(Validator) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
 
addVariables(File...) - Method in class org.apache.nifi.registry.FileVariableRegistry
 
addVariables(Path...) - Method in class org.apache.nifi.registry.FileVariableRegistry
 
addVariables(Map<String, String>) - Method in class org.apache.nifi.registry.MultiMapVariableRegistry
 
addVariables(Properties...) - Method in class org.apache.nifi.registry.PropertiesVariableRegistry
 
adjustCounter(String, long, boolean) - Method in interface org.apache.nifi.processor.ProcessSession
Adjusts counter data for the given counter name and takes care of registering the counter if not already present.
after - Variable in class org.apache.nifi.reporting.BulletinQuery
 
after - Variable in class org.apache.nifi.reporting.BulletinQuery.Builder
 
after(Long) - Method in class org.apache.nifi.reporting.BulletinQuery.Builder
 
AllowableValue - Class in org.apache.nifi.components
Represents a valid value for a PropertyDescriptor
AllowableValue(String) - Constructor for class org.apache.nifi.components.AllowableValue
Constructs a new AllowableValue with the given value and and the same display name and no description.
AllowableValue(String, String) - Constructor for class org.apache.nifi.components.AllowableValue
Constructs a new AllowableValue with the given value and display name and no description
AllowableValue(String, String, String) - Constructor for class org.apache.nifi.components.AllowableValue
Constructs a new AllowableValue with the given value, display name, and description
allowableValues - Variable in class org.apache.nifi.components.PropertyDescriptor
The allowable values for this property.
allowableValues - Variable in class org.apache.nifi.components.PropertyDescriptor.Builder
 
allowableValues(Set<String>) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
 
allowableValues(E[]) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
 
allowableValues(String...) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
 
allowableValues(AllowableValue...) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
Sets the Allowable Values for this Property
allowableValues - Variable in class org.apache.nifi.web.ComponentDescriptor
 
allowableValues - Variable in class org.apache.nifi.web.ComponentDescriptor.Builder
 
allowableValues(Map<String, String>) - Method in class org.apache.nifi.web.ComponentDescriptor.Builder
 
annotationData - Variable in class org.apache.nifi.web.ComponentDetails
 
annotationData - Variable in class org.apache.nifi.web.ComponentDetails.Builder
 
annotationData(String) - Method in class org.apache.nifi.web.ComponentDetails.Builder
 
annotationData - Variable in class org.apache.nifi.web.ProcessorInfo
Deprecated.
 
annotationData - Variable in class org.apache.nifi.web.ProcessorInfo.Builder
Deprecated.
 
annotationData(String) - Method in class org.apache.nifi.web.ProcessorInfo.Builder
Deprecated.
 
ANONYMOUS - Static variable in class org.apache.nifi.processor.Relationship
 
append(FlowFile, OutputStreamCallback) - Method in interface org.apache.nifi.processor.ProcessSession
Executes the given callback against the content corresponding to the given FlowFile, such that any data written to the OutputStream of the content will be appended to the end of FlowFile.
APPROVED - Static variable in class org.apache.nifi.authorization.DownloadAuthorization
 
approved() - Static method in class org.apache.nifi.authorization.DownloadAuthorization
 
asBoolean() - Method in interface org.apache.nifi.components.PropertyValue
 
asControllerService() - Method in interface org.apache.nifi.components.PropertyValue
 
asControllerService(Class<T>) - Method in interface org.apache.nifi.components.PropertyValue
 
asDataSize(DataUnit) - Method in interface org.apache.nifi.components.PropertyValue
 
asDouble() - Method in interface org.apache.nifi.components.PropertyValue
 
asFloat() - Method in interface org.apache.nifi.components.PropertyValue
 
asInteger() - Method in interface org.apache.nifi.components.PropertyValue
 
asLong() - Method in interface org.apache.nifi.components.PropertyValue
 
associate(FlowFile, String, String) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type ADDINFO that provides a linkage between the given FlowFile and alternate identifier.
asTimePeriod(TimeUnit) - Method in interface org.apache.nifi.components.PropertyValue
 
AttributeExpression - Interface in org.apache.nifi.expression
 
AttributeExpression.ResultType - Enum in org.apache.nifi.expression
 
AttributeValueDecorator - Interface in org.apache.nifi.expression
 
authenticate(LoginCredentials) - Method in interface org.apache.nifi.authentication.LoginIdentityProvider
Authenticates the specified login credentials.
AuthenticationResponse - Class in org.apache.nifi.authentication
Authentication response for a user login attempt.
AuthenticationResponse(String, String, long, String) - Constructor for class org.apache.nifi.authentication.AuthenticationResponse
Creates an authentication response.
Authority - Enum in org.apache.nifi.authorization
Authorities that can be assigned to NiFi users.
Authority() - Constructor for enum org.apache.nifi.authorization.Authority
 
AuthorityAccessException - Exception in org.apache.nifi.authorization.exception
Represents the case when the DN could not be confirmed because it was unable to access the data store.
AuthorityAccessException(String, Throwable) - Constructor for exception org.apache.nifi.authorization.exception.AuthorityAccessException
 
AuthorityAccessException(String) - Constructor for exception org.apache.nifi.authorization.exception.AuthorityAccessException
 
AuthorityProvider - Interface in org.apache.nifi.authorization
This class allows clients to retrieve the authorities for a given DN.
AuthorityProviderConfigurationContext - Interface in org.apache.nifi.authorization
 
AuthorityProviderContext - Annotation Type in org.apache.nifi.authorization.annotation
 
AuthorityProviderInitializationContext - Interface in org.apache.nifi.authorization
 
AuthorityProviderLookup - Interface in org.apache.nifi.authorization
 
authorizationIssues - Variable in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
authorizeDownload(List<String>, Map<String, String>) - Method in interface org.apache.nifi.authorization.AuthorityProvider
Determines whether the user in the specified dnChain should be able to download the content for the flowfile with the specified attributes.
autoTerminate - Variable in class org.apache.nifi.processor.Relationship.Builder
 
autoTerminateDefault(boolean) - Method in class org.apache.nifi.processor.Relationship.Builder
 
averageLineageDuration - Variable in class org.apache.nifi.controller.status.ProcessorStatus
 
averageLineageDuration - Variable in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 

B

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

C

cancel() - Method in interface org.apache.nifi.provenance.lineage.ComputeLineageSubmission
Cancels the lineage computation
cancel() - Method in interface org.apache.nifi.provenance.search.QuerySubmission
Cancels the query
cancelDropFlowFileRequest(String) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
Cancels the request to drop FlowFiles that has the given identifier.
cancelListFlowFileRequest(String) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
Cancels the request to list FlowFiles that has the given identifier.
CapabilityDescription - Annotation Type in org.apache.nifi.annotation.documentation
Annotation that may be placed on a Processor, ControllerService, or ReportingTask allowing for a description to be provided.
CapabilityDescription - Annotation Type in org.apache.nifi.processor.annotation
Deprecated.
This Annotation has been replaced by the CapabilityDescription annotation.
capture(ProcessGroupStatus) - Method in interface org.apache.nifi.controller.status.history.ComponentStatusRepository
Captures the status information provided in the given report
capture(ProcessGroupStatus, Date) - Method in interface org.apache.nifi.controller.status.history.ComponentStatusRepository
Captures the status information provided in the given report, providing a timestamp that indicates the time at which the status report was generated.
category - Variable in class org.apache.nifi.reporting.Bulletin
 
cleanup() - Method in interface org.apache.nifi.controller.repository.ContentRepository
Performs any cleanup actions that may need to be taken upon system restart.
clear(Scope) - Method in interface org.apache.nifi.components.state.StateManager
Clears all keys and values from the component's state
clear(String) - Method in interface org.apache.nifi.components.state.StateProvider
Removes all values from the component's state that is stored using the given scope
clear() - Method in class org.apache.nifi.registry.MultiMap
 
clientId - Variable in class org.apache.nifi.web.Revision
the client ID
clone(ContentClaim, boolean) - Method in interface org.apache.nifi.controller.repository.ContentRepository
Clones the content for the given content claim and returns content claim of the new object
clone() - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
clone() - Method in class org.apache.nifi.controller.status.PortStatus
 
clone() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
clone() - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
clone() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
clone(FlowFile) - Method in interface org.apache.nifi.processor.ProcessSession
Creates a new FlowFile that is a clone of the given FlowFile as of the time this is called, both in content and attributes.
clone(FlowFile, long, long) - Method in interface org.apache.nifi.processor.ProcessSession
Creates a new FlowFile whose parent is the given FlowFile.
clone(FlowFile, FlowFile) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type CLONE that establishes that the given child is an exact replica of the parent.
close() - Method in interface org.apache.nifi.provenance.ProvenanceEventRepository
Closes the repository, freeing any resources
ClusterRequestException - Exception in org.apache.nifi.web
An general error occurred when attempting to communicate with the cluster.
ClusterRequestException(Throwable) - Constructor for exception org.apache.nifi.web.ClusterRequestException
 
ClusterRequestException(String, Throwable) - Constructor for exception org.apache.nifi.web.ClusterRequestException
 
ClusterRequestException(String) - Constructor for exception org.apache.nifi.web.ClusterRequestException
 
ClusterRequestException() - Constructor for exception org.apache.nifi.web.ClusterRequestException
 
commit() - Method in interface org.apache.nifi.processor.ProcessSession
Commits the current session ensuring all operations against FlowFiles within this session are atomically persisted.
comparator - Variable in enum org.apache.nifi.controller.queue.SortColumn
 
compare(FlowFileSummary, FlowFileSummary) - Method in enum org.apache.nifi.controller.queue.SortColumn
 
compareTo(PropertyDescriptor) - Method in class org.apache.nifi.components.PropertyDescriptor
 
compareTo(Relationship) - Method in class org.apache.nifi.processor.Relationship
 
compareTo(Bulletin) - Method in class org.apache.nifi.reporting.Bulletin
 
compile(String) - Method in interface org.apache.nifi.expression.ExpressionLanguageCompiler
Compiles the given Attribute Expression string into an AttributeExpression that can be evaluated
Component - Enum in org.apache.nifi.action
Defines possible components for a given action.
Component() - Constructor for enum org.apache.nifi.action.Component
 
ComponentDescriptor - Class in org.apache.nifi.web
 
ComponentDescriptor(ComponentDescriptor.Builder) - Constructor for class org.apache.nifi.web.ComponentDescriptor
 
ComponentDescriptor.Builder - Class in org.apache.nifi.web
 
ComponentDetails - Interface in org.apache.nifi.action.component.details
Base interface for providing component details to an Action.
ComponentDetails - Class in org.apache.nifi.web
Details about a given component.
ComponentDetails(ComponentDetails.Builder) - Constructor for class org.apache.nifi.web.ComponentDetails
 
ComponentDetails.Builder - Class in org.apache.nifi.web
 
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.
ComponentStatusRepository - Interface in org.apache.nifi.controller.status.history
A repository for storing and retrieving components' historical status information
ComponentType - Enum in org.apache.nifi.reporting
An Enumeration for indicating which type of component a Bulletin is associated with
ComponentType() - Constructor for enum org.apache.nifi.reporting.ComponentType
 
ComputeLineageResult - Interface in org.apache.nifi.provenance.lineage
 
ComputeLineageSubmission - Interface in org.apache.nifi.provenance.lineage
 
configContext - Variable in class org.apache.nifi.controller.AbstractControllerService
 
ConfigurableComponent - Interface in org.apache.nifi.components
 
ConfigurationAction - Class in org.apache.nifi.web
An action that represents the configuration of a component.
ConfigurationAction(ConfigurationAction.Builder) - Constructor for class org.apache.nifi.web.ConfigurationAction
 
ConfigurationAction.Builder - Class in org.apache.nifi.web
 
ConfigurationContext - Interface in org.apache.nifi.controller
This context is passed to ControllerServices and Reporting Tasks in order to expose their configuration to them.
configurationRestored - Variable in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
 
ConfigureDetails - Interface in org.apache.nifi.action.details
Provides details about a configure action.
ConnectDetails - Interface in org.apache.nifi.action.details
Provides details about a connect action.
ConnectionStatus - Class in org.apache.nifi.controller.status
 
ConnectionStatus() - Constructor for class org.apache.nifi.controller.status.ConnectionStatus
 
connectionStatus - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
 
ConstrainedSetValidator(Collection<AllowableValue>) - Constructor for class org.apache.nifi.components.PropertyDescriptor.ConstrainedSetValidator
Constructs a validator that will check if the given value is in the given set.
containsKey(Object) - Method in class org.apache.nifi.registry.MultiMap
 
containsValue(Object) - Method in class org.apache.nifi.registry.MultiMap
 
CONTENT_REQUEST_ATTRIBUTE - Static variable in interface org.apache.nifi.web.ViewableContent
 
ContentClaim - Interface in org.apache.nifi.controller.repository.claim
A reference to a section of a ResourceClaim, which may or may not encompass the entire ResourceClaim.
ContentRepository - Interface in org.apache.nifi.controller.repository
Defines the capabilities of a content repository.
continueProcessing - Variable in enum org.apache.nifi.processor.FlowFileFilter.FlowFileFilterResult
 
ControllerService - Interface in org.apache.nifi.controller
This interface provides a mechanism for creating services that are shared among all Processors, ReportingTasks, and other ControllerServices.
controllerServiceDefinition - Variable in class org.apache.nifi.components.PropertyDescriptor.Builder
 
controllerServiceDefinition - Variable in class org.apache.nifi.components.PropertyDescriptor
the interface of the ControllerService that this Property refers to; will be null if not identifying a ControllerService.
ControllerServiceInitializationContext - Interface in org.apache.nifi.controller
 
ControllerServiceLookup - Interface in org.apache.nifi.controller
 
convert(double, DataUnit) - Method in enum org.apache.nifi.processor.DataUnit
 
convertAuthorities(Set<Authority>) - Static method in enum org.apache.nifi.authorization.Authority
 
convertFile(File) - Method in class org.apache.nifi.registry.FileVariableRegistry
 
convertFile(File) - Method in class org.apache.nifi.registry.PropertiesVariableRegistry
 
convertRawAuthorities(Set<String>) - Static method in enum org.apache.nifi.authorization.Authority
 
convertToMap(Properties) - Method in class org.apache.nifi.registry.PropertiesVariableRegistry
 
create(boolean) - Method in interface org.apache.nifi.controller.repository.ContentRepository
Creates a new content claim
create() - Method in interface org.apache.nifi.processor.ProcessSession
Creates a new FlowFile in the repository with no content and without any linkage to a parent FlowFile.
create(FlowFile) - Method in interface org.apache.nifi.processor.ProcessSession
Creates a new FlowFile in the repository with no content but with a parent linkage to parent.
create(Collection<FlowFile>) - Method in interface org.apache.nifi.processor.ProcessSession
Creates a new FlowFile in the repository with no content but with a parent linkage to the FlowFiles specified by the parents Collection.
create(FlowFile) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type CREATE that indicates that the given FlowFile was created by NiFi from data that was not received from an external entity.
create(FlowFile, String) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type CREATE that indicates that the given FlowFile was created by NiFi from data that was not received from an external entity.
createBulletin(String, Severity, String) - Method in interface org.apache.nifi.reporting.ReportingContext
Creates a system-level Bulletin with the given category, severity level, and message, so that the Bulletin can be added to the BulletinRepository.
createBulletin(String, String, Severity, String) - Method in interface org.apache.nifi.reporting.ReportingContext
Creates a Bulletin for the component with the specified identifier
createSession() - Method in interface org.apache.nifi.processor.ProcessSessionFactory
 
createVariableRegistry() - Static method in class org.apache.nifi.registry.VariableRegistryUtils
 
creationTimestamp - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
 
customValidate(ValidationContext) - Method in class org.apache.nifi.components.AbstractConfigurableComponent
Allows subclasses to perform their own validation on the already set properties.

D

DATA_SIZE_PATTERN - Static variable in enum org.apache.nifi.processor.DataUnit
 
DATA_SIZE_REGEX - Static variable in enum org.apache.nifi.processor.DataUnit
 
DataUnit - Enum in org.apache.nifi.processor
 
DataUnit() - Constructor for enum org.apache.nifi.processor.DataUnit
 
debug(String, Throwable) - Method in interface org.apache.nifi.logging.ComponentLog
 
debug(String, Object[]) - Method in interface org.apache.nifi.logging.ComponentLog
 
debug(String, Object[], Throwable) - Method in interface org.apache.nifi.logging.ComponentLog
 
debug(String) - Method in interface org.apache.nifi.logging.ComponentLog
 
decorate(String) - Method in interface org.apache.nifi.expression.AttributeValueDecorator
Decorates the value of a FlowFile Attribute or System/JVM property in some way
decrementClaimantCount(ResourceClaim) - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaimManager
Decreases by 1 the count of how many FlowFiles hold a claim to a particular piece of FlowFile content and returns the new count
decrementClaimantCount(ContentClaim) - Method in interface org.apache.nifi.controller.repository.ContentRepository
Reduces the number of claimants for the given claim.
decrypt(String) - Method in interface org.apache.nifi.processor.ProcessContext
Decrypts the given value using the password provided in the NiFi Properties
defaultConcurrentTasks - Variable in enum org.apache.nifi.scheduling.SchedulingStrategy
 
defaultSchedulingPeriod - Variable in enum org.apache.nifi.scheduling.SchedulingStrategy
 
defaultValue - Variable in class org.apache.nifi.components.PropertyDescriptor.Builder
 
defaultValue(String) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
Specifies the initial value and the default value that will be used if the user does not specify a value.
defaultValue - Variable in class org.apache.nifi.components.PropertyDescriptor
The default value for this property
defaultValue - Variable in class org.apache.nifi.web.ComponentDescriptor.Builder
 
defaultValue(String) - Method in class org.apache.nifi.web.ComponentDescriptor.Builder
 
defaultValue - Variable in class org.apache.nifi.web.ComponentDescriptor
 
denied(String) - Static method in class org.apache.nifi.authorization.DownloadAuthorization
Creates a new denied DownloadAuthorization with the specified explanation.
description - Variable in class org.apache.nifi.components.AllowableValue
 
description - Variable in class org.apache.nifi.components.PropertyDescriptor.Builder
 
description(String) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
 
description - Variable in class org.apache.nifi.components.PropertyDescriptor
And explanation of the meaning of the given property.
description - Variable in enum org.apache.nifi.controller.queue.DropFlowFileState
 
description - Variable in enum org.apache.nifi.controller.queue.ListFlowFileState
 
description - Variable in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
 
description - Variable in class org.apache.nifi.processor.Relationship.Builder
 
description(String) - Method in class org.apache.nifi.processor.Relationship.Builder
 
description - Variable in class org.apache.nifi.processor.Relationship
A user displayable description of the purpose of this relationship.
description - Variable in class org.apache.nifi.web.ComponentDescriptor.Builder
 
description(String) - Method in class org.apache.nifi.web.ComponentDescriptor.Builder
 
description - Variable in class org.apache.nifi.web.ComponentDescriptor
 
descriptors - Variable in class org.apache.nifi.web.ComponentDetails.Builder
 
descriptors(Map<String, ComponentDescriptor>) - Method in class org.apache.nifi.web.ComponentDetails.Builder
 
descriptors - Variable in class org.apache.nifi.web.ComponentDetails
 
destinationId - Variable in class org.apache.nifi.controller.status.ConnectionStatus
 
destinationName - Variable in class org.apache.nifi.controller.status.ConnectionStatus
 
disable() - Method in interface org.apache.nifi.components.state.StateProvider
Notifies the state provider that it should stop servicing requests to store and retrieve state and instead throw a ProviderDisabledException if any request is made to do so
DisplayMode() - Constructor for enum org.apache.nifi.web.ViewableContent.DisplayMode
 
displayName - Variable in class org.apache.nifi.components.AllowableValue
 
displayName - Variable in class org.apache.nifi.components.PropertyDescriptor.Builder
 
displayName(String) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
Sets a unique id for the property.
displayName - Variable in class org.apache.nifi.components.PropertyDescriptor
The name that should be displayed to user when referencing this property
displayName - Variable in class org.apache.nifi.web.ComponentDescriptor.Builder
 
displayName(String) - Method in class org.apache.nifi.web.ComponentDescriptor.Builder
 
displayName - Variable in class org.apache.nifi.web.ComponentDescriptor
 
doesDnExist(String) - Method in interface org.apache.nifi.authorization.AuthorityProvider
 
DownloadAuthorization - Class in org.apache.nifi.authorization
Represents a decision whether authorization is granted to download content.
DownloadAuthorization(DownloadAuthorization.Result, String) - Constructor for class org.apache.nifi.authorization.DownloadAuthorization
Creates a new DownloadAuthorization with the specified result and explanation.
DownloadAuthorization.Result - Enum in org.apache.nifi.authorization
 
drainDestructableClaims(Collection<ResourceClaim>, int) - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaimManager
Drains up to maxElements Content Claims from the internal queue of destructable content claims to the given destination so that they can be destroyed.
drainDestructableClaims(Collection<ResourceClaim>, int, long, TimeUnit) - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaimManager
Drains up to maxElements Content Claims from the internal queue of destructable content claims to the given destination so that they can be destroyed.
drainQueue(Queue<FlowFileRecord>, List<FlowFileRecord>, int, Set<FlowFileRecord>) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
Drains flow files from the given source queue into the given destination list.
dropFlowFiles(String, String) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
Initiates a request to drop all FlowFiles in this queue.
DropFlowFileState - Enum in org.apache.nifi.controller.queue
Represents the state that a Drop FlowFile request is in
DropFlowFileState(String) - Constructor for enum org.apache.nifi.controller.queue.DropFlowFileState
 
DropFlowFileStatus - Interface in org.apache.nifi.controller.queue
Represents the status of a Drop FlowFile Request that has been issued to a FlowFileQueue.
dynamic - Variable in class org.apache.nifi.components.PropertyDescriptor.Builder
 
dynamic(boolean) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
 
dynamic - Variable in class org.apache.nifi.components.PropertyDescriptor
indicates whether this property well-known for this processor or is user-defined
DynamicProperties - Annotation Type in org.apache.nifi.annotation.behavior
Indicates that a component has more than one dynamic property
DynamicProperty - Annotation Type in org.apache.nifi.annotation.behavior
An annotation that may be placed on a ConfigurableComponent to indicate that it supports a dynamic property.
DynamicRelationship - Annotation Type in org.apache.nifi.annotation.behavior
Annotation to indicate that a Processor supports dynamic relationship.

E

enable() - Method in interface org.apache.nifi.components.state.StateProvider
Notifies the state provider that it should begin servicing requests to store and retrieve state
encrypt(String) - Method in interface org.apache.nifi.processor.ProcessContext
Encrypts the given value using the password provided in the NiFi Properties
endDate - Variable in class org.apache.nifi.provenance.search.Query
 
entrySet() - Method in class org.apache.nifi.registry.MultiMap
 
equals(Object) - Method in class org.apache.nifi.components.AbstractConfigurableComponent
 
equals(Object) - Method in class org.apache.nifi.components.AllowableValue
 
equals(Object) - Method in class org.apache.nifi.components.PropertyDescriptor
 
equals(Object) - Method in class org.apache.nifi.components.ValidationResult
 
equals(Object) - Method in class org.apache.nifi.controller.queue.QueueSize
 
equals(Object) - Method in class org.apache.nifi.processor.Relationship
 
equals(Object) - Method in class org.apache.nifi.web.Revision
 
error(String, Throwable) - Method in interface org.apache.nifi.logging.ComponentLog
 
error(String, Object[]) - Method in interface org.apache.nifi.logging.ComponentLog
 
error(String) - Method in interface org.apache.nifi.logging.ComponentLog
 
error(String, Object[], Throwable) - Method in interface org.apache.nifi.logging.ComponentLog
 
evaluate() - Method in interface org.apache.nifi.expression.AttributeExpression
 
evaluate(AttributeValueDecorator) - Method in interface org.apache.nifi.expression.AttributeExpression
Evaluates the expression without providing any FlowFile Attributes.
evaluate(FlowFile) - Method in interface org.apache.nifi.expression.AttributeExpression
Evaluates the expression, providing access to the attributes, file size, id, etc.
evaluate(FlowFile, AttributeValueDecorator) - Method in interface org.apache.nifi.expression.AttributeExpression
Evaluates the expression, providing access to the attributes, file size, id, etc.
evaluateAttributeExpressions() - Method in interface org.apache.nifi.components.PropertyValue
Replaces values in the Property Value using the NiFi Expression Language; a PropertyValue with the new value is then returned, supporting call chaining.
evaluateAttributeExpressions(Map<String, String>) - Method in interface org.apache.nifi.components.PropertyValue
Replaces values in the Property Value using the NiFi Expression Language; a PropertyValue with the new value is then returned, supporting call chaining.
evaluateAttributeExpressions(Map<String, String>, AttributeValueDecorator) - Method in interface org.apache.nifi.components.PropertyValue
Replaces values in the Property Value using the NiFi Expression Language.
evaluateAttributeExpressions(FlowFile) - Method in interface org.apache.nifi.components.PropertyValue
Replaces values in the Property Value using the NiFi Expression Language; a PropertyValue with the new value is then returned, supporting call chaining.
evaluateAttributeExpressions(FlowFile, Map<String, String>) - Method in interface org.apache.nifi.components.PropertyValue
Replaces values in the Property Value using the NiFi Expression Language; a PropertyValue with the new value is then returned, supporting call chaining.
evaluateAttributeExpressions(FlowFile, Map<String, String>, AttributeValueDecorator) - Method in interface org.apache.nifi.components.PropertyValue
Replaces values in the Property Value using the NiFi Expression Language; a PropertyValue with the new value is then returned, supporting call chaining.
evaluateAttributeExpressions(AttributeValueDecorator) - Method in interface org.apache.nifi.components.PropertyValue
Replaces values in the Property Value using the NiFi Expression Language.
evaluateAttributeExpressions(FlowFile, AttributeValueDecorator) - Method in interface org.apache.nifi.components.PropertyValue
Replaces values in the Property Value using the NiFi Expression Language.
EventAccess - Interface in org.apache.nifi.reporting
 
eventBuilder() - Method in interface org.apache.nifi.provenance.ProvenanceEventRepository
Returns a ProvenanceEventBuilder that is capable of building ProvenanceEventRecords
EventDriven - Annotation Type in org.apache.nifi.annotation.behavior
Annotation that may be placed on a Processor that indicates to the framework that the Processor is eligible to be scheduled to run based on the occurrence of an "Event" (e.g., when a FlowFile is enqueued in an incoming Connection), rather than being triggered periodically.
EventDriven - Annotation Type in org.apache.nifi.processor.annotation
Deprecated.
This Annotation has been replaced by the EventDriven annotation.
EventReporter - Interface in org.apache.nifi.events
Implementations MUST be thread-safe
expiration - Variable in class org.apache.nifi.authentication.AuthenticationResponse
 
explanation - Variable in class org.apache.nifi.authorization.DownloadAuthorization
 
explanation - Variable in class org.apache.nifi.components.ValidationResult.Builder
 
explanation(String) - Method in class org.apache.nifi.components.ValidationResult.Builder
Defaults to empty string
explanation - Variable in class org.apache.nifi.components.ValidationResult
 
exportTo(ContentClaim, Path, boolean) - Method in interface org.apache.nifi.controller.repository.ContentRepository
Exports the content of the given claim to the given destination.
exportTo(ContentClaim, Path, boolean, long, long) - Method in interface org.apache.nifi.controller.repository.ContentRepository
Exports the content of the given claim to the given destination.
exportTo(ContentClaim, OutputStream) - Method in interface org.apache.nifi.controller.repository.ContentRepository
Exports the content of the given claim to the given destination.
exportTo(ContentClaim, OutputStream, long, long) - Method in interface org.apache.nifi.controller.repository.ContentRepository
Exports a subset of the content of the given claim, starting at offset and copying length bytes, to the given destination.
exportTo(FlowFile, Path, boolean) - Method in interface org.apache.nifi.processor.ProcessSession
Writes the content of the given FlowFile to the given destination path.
exportTo(FlowFile, OutputStream) - Method in interface org.apache.nifi.processor.ProcessSession
Writes the content of the given FlowFile to the given destination stream
ExpressionLanguageCompiler - Interface in org.apache.nifi.expression
 
expressionLanguageSupported - Variable in class org.apache.nifi.components.PropertyDescriptor.Builder
 
expressionLanguageSupported(boolean) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
Sets the value indicating whether or not this Property will support the Attribute Expression Language.
expressionLanguageSupported - Variable in class org.apache.nifi.components.PropertyDescriptor
indicates whether or not this property supports the Attribute Expression Language
ExtensionDetails - Interface in org.apache.nifi.action.component.details
Provides details of an extension on an Action.

F

fetch(FlowFile, String) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type FETCH that indicates that the content of the given FlowFile was overwritten with the data received from an external source.
fetch(FlowFile, String, long) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type FETCH that indicates that the content of the given FlowFile was overwritten with the data received from an external source.
fetch(FlowFile, String, String, long) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type FETCH that indicates that the content of the given FlowFile was overwritten with the data received from an external source.
field - Variable in class org.apache.nifi.web.ConfigurationAction.Builder
 
field(String) - Method in class org.apache.nifi.web.ConfigurationAction.Builder
 
field - Variable in class org.apache.nifi.web.ConfigurationAction
 
FileVariableRegistry - Class in org.apache.nifi.registry
 
FileVariableRegistry() - Constructor for class org.apache.nifi.registry.FileVariableRegistry
 
FileVariableRegistry(File...) - Constructor for class org.apache.nifi.registry.FileVariableRegistry
 
FileVariableRegistry(Path...) - Constructor for class org.apache.nifi.registry.FileVariableRegistry
 
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.
FlowFile - Interface in org.apache.nifi.flowfile
A flow file is a logical notion of an item in a flow with its associated attributes and identity which can be used as a reference for its actual content.
FlowFile.KeyValidator - Class in org.apache.nifi.flowfile
 
FlowFileAccessException - Exception in org.apache.nifi.processor.exception
Indicates an issue occurred while accessing the content of a FlowFile, such as an IOException.
FlowFileAccessException(String) - Constructor for exception org.apache.nifi.processor.exception.FlowFileAccessException
 
FlowFileAccessException(String, Throwable) - Constructor for exception org.apache.nifi.processor.exception.FlowFileAccessException
 
FlowFileFilter - Interface in org.apache.nifi.processor
FlowFileFilter provides a mechanism for selectively choosing which FlowFiles to obtain from a Processor's incoming connections.
FlowFileFilter.FlowFileFilterResult - Enum in org.apache.nifi.processor
Provides a result type to indicate whether or not a FlowFile should be selected
FlowFileFilterResult(boolean, boolean) - Constructor for enum org.apache.nifi.processor.FlowFileFilter.FlowFileFilterResult
 
FlowFileHandlingException - Exception in org.apache.nifi.processor.exception
Thrown when a flow file is referenced that is not part of the appropriate session or is not properly accounted for by a transfer or removal within a session.
FlowFileHandlingException(String) - Constructor for exception org.apache.nifi.processor.exception.FlowFileHandlingException
 
FlowFileHandlingException(String, Throwable) - Constructor for exception org.apache.nifi.processor.exception.FlowFileHandlingException
 
FlowFilePrioritizer - Interface in org.apache.nifi.flowfile
Provides a mechanism to prioritize flow file objects based on their attributes.
FlowFileQueue - Interface in org.apache.nifi.controller.queue
 
FlowFileRecord - Interface in org.apache.nifi.controller.repository
FlowFileRecord is a sub-interface of FlowFile and is used to provide additional information about FlowFiles that provide valuable information to the framework but should be hidden from components
FlowFileRepository - Interface in org.apache.nifi.controller.repository
Implementations must be thread safe
flowFilesReceived - Variable in class org.apache.nifi.controller.status.PortStatus
 
flowFilesReceived - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
 
flowFilesReceived - Variable in class org.apache.nifi.controller.status.ProcessorStatus
 
flowFilesRemoved - Variable in class org.apache.nifi.controller.status.ProcessorStatus
 
flowFilesSent - Variable in class org.apache.nifi.controller.status.PortStatus
 
flowFilesSent - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
 
flowFilesSent - Variable in class org.apache.nifi.controller.status.ProcessorStatus
 
flowFilesTransferred - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
 
FlowFileSummary - Interface in org.apache.nifi.controller.queue
A summary of a FlowFile that can be used to represent a "high level" view of FlowFile without providing all of the information available.
FlowFileSwapManager - Interface in org.apache.nifi.controller.repository
Defines a mechanism by which FlowFiles can be move into external storage or memory so that they can be removed from the Java heap and vice-versa
fork(FlowFile, Collection<FlowFile>) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type FORK that establishes that the given parent was split into multiple child FlowFiles.
fork(FlowFile, Collection<FlowFile>, String) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type FORK that establishes that the given parent was split into multiple child FlowFiles.
fork(FlowFile, Collection<FlowFile>, long) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type FORK that establishes that the given parent was split into multiple child FlowFiles.
fork(FlowFile, Collection<FlowFile>, String, long) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type FORK that establishes that the given parent was split into multiple child FlowFiles.
Formatter() - Constructor for enum org.apache.nifi.controller.status.history.MetricDescriptor.Formatter
 
fromEvent(ProvenanceEventRecord) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Populates the values of the Event being built from the values in the given event
fromFlowFile(FlowFile) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Populates the builder with as much information as it can from the given FlowFile
fromPropertyDescriptor(PropertyDescriptor) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
 

G

get(String) - Method in interface org.apache.nifi.components.state.StateMap
Returns the value associated with the given key
get() - Method in interface org.apache.nifi.processor.ProcessSession
 
get(int) - Method in interface org.apache.nifi.processor.ProcessSession
Returns up to maxResults FlowFiles from the work queue.
get(FlowFileFilter) - Method in interface org.apache.nifi.processor.ProcessSession
Returns all FlowFiles from all of the incoming queues for which the given FlowFileFilter indicates should be accepted.
get(Object) - Method in class org.apache.nifi.registry.MultiMap
 
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
 
getAllowableValues() - Method in class org.apache.nifi.web.ComponentDescriptor
 
getAllQueues() - Method in interface org.apache.nifi.controller.repository.QueueProvider
 
getAlternateIdentifierUri() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getAnnotationData() - Method in interface org.apache.nifi.components.ValidationContext
 
getAnnotationData() - Method in interface org.apache.nifi.processor.ProcessContext
 
getAnnotationData() - Method in interface org.apache.nifi.search.SearchContext
 
getAnnotationData() - Method in class org.apache.nifi.web.ComponentDetails
 
getAnnotationData() - Method in class org.apache.nifi.web.ProcessorInfo
Deprecated.
 
getAttribute(String) - Method in interface org.apache.nifi.flowfile.FlowFile
Obtains the attribute value for the given key
getAttributes() - Method in interface org.apache.nifi.flowfile.FlowFile
 
getAttributes() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getAuthorities(String) - Method in interface org.apache.nifi.authorization.AuthorityProvider
Get the authorities for the specified user.
getAuthorityProvider(String) - Method in interface org.apache.nifi.authorization.AuthorityProviderLookup
 
getAuthorityProviderLookup() - Method in interface org.apache.nifi.authentication.LoginIdentityProviderInitializationContext
 
getAuthorityProviderLookup() - Method in interface org.apache.nifi.authorization.AuthorityProviderInitializationContext
 
getAuthorizationIssues() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
getAvailableRelationships() - Method in interface org.apache.nifi.processor.ProcessContext
 
getAverageLineageDuration(TimeUnit) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
getAverageLineageDuration() - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
getAverageLineageDuration() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
getAverageLineageDuration(TimeUnit) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
getBackPressureDataSizeThreshold() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
 
getBackPressureDataSizeThreshold() - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
getBackPressureObjectThreshold() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
 
getBackPressureObjectThreshold() - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
getBulletinRepository() - Method in interface org.apache.nifi.reporting.ReportingContext
 
getByteCount() - Method in class org.apache.nifi.controller.queue.QueueSize
 
getBytesRead() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getBytesRead() - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
getBytesReceived() - Method in class org.apache.nifi.controller.status.PortStatus
 
getBytesReceived() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getBytesReceived() - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
getBytesSent() - Method in class org.apache.nifi.controller.status.PortStatus
 
getBytesSent() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getBytesSent() - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
getBytesTransferred() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getBytesWritten() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getBytesWritten() - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
getCategory() - Method in class org.apache.nifi.reporting.Bulletin
 
getChildUuids() - Method in interface org.apache.nifi.provenance.lineage.ProvenanceEventLineageNode
 
getChildUuids() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getClaimantCount(ResourceClaim) - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaimManager
 
getClaimantCount(ContentClaim) - Method in interface org.apache.nifi.controller.repository.ContentRepository
Obtains the current number of claimants for the given claim
getClientId() - Method in class org.apache.nifi.web.Revision
 
getClusterNodeIdentifier() - Method in interface org.apache.nifi.provenance.lineage.LineageNode
Deprecated.
getCompletionPercentage() - Method in interface org.apache.nifi.controller.queue.ListFlowFileStatus
 
getComponentBulletinCapacity() - Method in interface org.apache.nifi.reporting.BulletinRepository
 
getComponentDetails() - Method in interface org.apache.nifi.action.Action
 
getComponentDetails() - Method in interface org.apache.nifi.controller.status.history.StatusHistory
 
getComponentDetails(NiFiWebRequestContext) - Method in interface org.apache.nifi.web.NiFiWebConfigurationContext
Gets the details for the underlying component (including configuration, validation errors, and annotation data).
getComponentId() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getComponentType() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getConnectionMetricDescriptors() - Method in interface org.apache.nifi.controller.status.history.ComponentStatusRepository
 
getConnections() - Method in interface org.apache.nifi.controller.Snippet
 
getConnectionStatus() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getConnectionStatusHistory(String, Date, Date, int) - Method in interface org.apache.nifi.controller.status.history.ComponentStatusRepository
 
getContainer() - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaim
 
getContainerCapacity(String) - Method in interface org.apache.nifi.controller.repository.ContentRepository
 
getContainerNames() - Method in interface org.apache.nifi.controller.repository.ContentRepository
 
getContainerUsableSpace(String) - Method in interface org.apache.nifi.controller.repository.ContentRepository
 
getContent() - Method in interface org.apache.nifi.web.ViewableContent
 
getContentClaim() - Method in interface org.apache.nifi.controller.repository.FlowFileRecord
 
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.controller.repository.FlowFileRecord
 
getContentClaimOffset() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getContentClaimSection() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getContentStream() - Method in interface org.apache.nifi.web.ViewableContent
 
getContentType() - Method in interface org.apache.nifi.web.ViewableContent
 
getControllerBulletinCapacity() - Method in interface org.apache.nifi.reporting.BulletinRepository
 
getControllerService(String) - Method in interface org.apache.nifi.controller.ControllerServiceLookup
 
getControllerService(String) - Method in interface org.apache.nifi.web.NiFiWebConfigurationContext
 
getControllerService(String) - Method in interface org.apache.nifi.web.NiFiWebContext
Deprecated.
 
getControllerServiceDefinition() - Method in class org.apache.nifi.components.PropertyDescriptor
 
getControllerServiceIdentifiers(Class<? extends ControllerService>) - Method in interface org.apache.nifi.controller.ControllerServiceLookup
 
getControllerServiceLookup() - Method in interface org.apache.nifi.components.ValidationContext
 
getControllerServiceLookup() - Method in class org.apache.nifi.controller.AbstractControllerService
 
getControllerServiceLookup() - Method in interface org.apache.nifi.controller.ControllerServiceInitializationContext
 
getControllerServiceLookup() - Method in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
 
getControllerServiceLookup() - Method in interface org.apache.nifi.processor.ProcessContext
 
getControllerServiceLookup() - Method in interface org.apache.nifi.processor.ProcessorInitializationContext
 
getControllerServiceLookup() - Method in class org.apache.nifi.reporting.AbstractReportingTask
 
getControllerServiceLookup() - Method in interface org.apache.nifi.reporting.ReportingContext
 
getControllerServiceLookup() - Method in interface org.apache.nifi.reporting.ReportingInitializationContext
 
getControllerServiceName(String) - Method in interface org.apache.nifi.controller.ControllerServiceLookup
 
getControllerServiceValidationContext(ControllerService) - Method in interface org.apache.nifi.components.ValidationContext
 
getControllerStatus() - Method in interface org.apache.nifi.reporting.EventAccess
 
getCreationTimestamp() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getCurrent() - Method in interface org.apache.nifi.controller.repository.RepositoryRecord
 
getCurrentClaim() - Method in interface org.apache.nifi.controller.repository.RepositoryRecord
 
getCurrentClaimOffset() - Method in interface org.apache.nifi.controller.repository.RepositoryRecord
 
getCurrentSize() - Method in interface org.apache.nifi.controller.queue.DropFlowFileStatus
 
getCurrentUserDn() - Method in interface org.apache.nifi.web.NiFiWebConfigurationContext
 
getCurrentUserDn() - Method in interface org.apache.nifi.web.NiFiWebContext
Deprecated.
 
getCurrentUserName() - Method in interface org.apache.nifi.web.NiFiWebConfigurationContext
 
getCurrentUserName() - Method in interface org.apache.nifi.web.NiFiWebContext
Deprecated.
 
getDateGenerated() - Method in interface org.apache.nifi.controller.status.history.StatusHistory
 
getDefaultConcurrentTasks() - Method in enum org.apache.nifi.scheduling.SchedulingStrategy
 
getDefaultSchedulingPeriod() - Method in enum org.apache.nifi.scheduling.SchedulingStrategy
 
getDefaultValue() - Method in class org.apache.nifi.components.PropertyDescriptor
 
getDefaultValue() - Method in class org.apache.nifi.web.ComponentDescriptor
 
getDescription() - Method in class org.apache.nifi.components.AllowableValue
 
getDescription() - Method in class org.apache.nifi.components.PropertyDescriptor
 
getDescription() - Method in interface org.apache.nifi.controller.status.history.MetricDescriptor
 
getDescription() - Method in class org.apache.nifi.processor.Relationship
 
getDescription() - Method in class org.apache.nifi.web.ComponentDescriptor
 
getDescriptors() - Method in class org.apache.nifi.web.ComponentDetails
 
getDestination() - Method in interface org.apache.nifi.controller.repository.RepositoryRecord
 
getDestination() - Method in interface org.apache.nifi.provenance.lineage.LineageEdge
 
getDestinationId() - Method in interface org.apache.nifi.action.details.ConnectDetails
 
getDestinationId() - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
getDestinationName() - Method in interface org.apache.nifi.action.details.ConnectDetails
 
getDestinationName() - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
getDestinationType() - Method in interface org.apache.nifi.action.details.ConnectDetails
 
getDetails() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getDisplayMode() - Method in interface org.apache.nifi.web.ViewableContent
 
getDisplayName() - Method in class org.apache.nifi.components.AllowableValue
 
getDisplayName() - Method in class org.apache.nifi.components.PropertyDescriptor
 
getDisplayName() - Method in class org.apache.nifi.web.ComponentDescriptor
 
getDropFlowFileStatus(String) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
Returns the current status of a Drop FlowFile Request that was initiated via the #dropFlowFiles() method that has the given identifier
getDroppedSize() - Method in interface org.apache.nifi.controller.queue.DropFlowFileStatus
 
getEdges() - Method in interface org.apache.nifi.provenance.lineage.ComputeLineageResult
 
getEdges() - Method in interface org.apache.nifi.provenance.lineage.Lineage
 
getEndDate() - Method in interface org.apache.nifi.action.details.PurgeDetails
 
getEndDate() - Method in class org.apache.nifi.provenance.search.Query
 
getEntryDate() - Method in interface org.apache.nifi.flowfile.FlowFile
 
getError() - Method in interface org.apache.nifi.provenance.lineage.ComputeLineageResult
 
getError() - Method in interface org.apache.nifi.provenance.search.QueryResult
 
getEvent(long) - Method in interface org.apache.nifi.provenance.ProvenanceEventRepository
 
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
 
getEventIdentifier() - Method in interface org.apache.nifi.provenance.lineage.ProvenanceEventLineageNode
 
getEventReporter() - Method in interface org.apache.nifi.controller.repository.SwapManagerInitializationContext
 
getEvents(long, int) - Method in interface org.apache.nifi.provenance.ProvenanceEventRepository
Returns a List of all ProvenanceEventRecords in the repository starting with the given ID.
getEventTime() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getEventType() - Method in interface org.apache.nifi.provenance.lineage.ProvenanceEventLineageNode
 
getEventType() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getExpandedEventId() - Method in interface org.apache.nifi.provenance.lineage.ComputeLineageSubmission
 
getExpiration() - Method in class org.apache.nifi.authentication.AuthenticationResponse
Returns the expiration of a given authentication in milliseconds.
getExpiration() - Method in interface org.apache.nifi.provenance.lineage.ComputeLineageResult
 
getExpiration() - Method in interface org.apache.nifi.provenance.search.QueryResult
 
getExplanation() - Method in class org.apache.nifi.authorization.DownloadAuthorization
 
getExplanation() - Method in class org.apache.nifi.components.ValidationResult
 
getExtensionType() - Method in interface org.apache.nifi.web.NiFiWebRequestContext
 
getFailureReason() - Method in interface org.apache.nifi.controller.queue.DropFlowFileStatus
 
getFailureReason() - Method in interface org.apache.nifi.controller.queue.ListFlowFileStatus
 
getField() - Method in interface org.apache.nifi.controller.status.history.MetricDescriptor
 
getField() - Method in class org.apache.nifi.web.ConfigurationAction
 
getFieldType() - Method in interface org.apache.nifi.provenance.search.SearchableField
 
getFilename() - Method in interface org.apache.nifi.controller.queue.FlowFileSummary
 
getFileName() - Method in interface org.apache.nifi.web.ViewableContent
 
getFileSize() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getFlowChanges(int, int) - Method in interface org.apache.nifi.reporting.EventAccess
Obtains flow changes starting with (and including) the given action ID.
getFlowFile(String) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
Returns the FlowFile with the given UUID or null if no FlowFile can be found in this queue with the given UUID
getFlowFileEntryDate() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getFlowFileExpiration() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
 
getFlowFileExpiration(TimeUnit) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
 
getFlowFileRepository() - Method in interface org.apache.nifi.controller.repository.SwapManagerInitializationContext
 
getFlowFiles() - Method in interface org.apache.nifi.controller.repository.SwapContents
 
getFlowFilesReceived() - Method in class org.apache.nifi.controller.status.PortStatus
 
getFlowFilesReceived() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getFlowFilesReceived() - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
getFlowFilesRemoved() - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
getFlowFilesSent() - Method in class org.apache.nifi.controller.status.PortStatus
 
getFlowFilesSent() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getFlowFilesSent() - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
getFlowFilesTransferred() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getFlowFileSummaries() - Method in interface org.apache.nifi.controller.queue.ListFlowFileStatus
 
getFlowFileUuid() - Method in interface org.apache.nifi.provenance.lineage.LineageNode
 
getFlowFileUuid() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getFormatter() - Method in interface org.apache.nifi.controller.status.history.MetricDescriptor
Specifies how the values should be formatted
getFriendlyName() - Method in interface org.apache.nifi.provenance.search.SearchableField
 
getFunnels() - Method in interface org.apache.nifi.controller.Snippet
 
getGroup() - Method in interface org.apache.nifi.action.details.MoveDetails
 
getGroupForUser(String) - Method in interface org.apache.nifi.authorization.AuthorityProvider
Gets the group for the specified user.
getGroupId() - Method in interface org.apache.nifi.action.details.MoveDetails
 
getGroupId() - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
getGroupId() - Method in class org.apache.nifi.controller.status.PortStatus
 
getGroupId() - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
getGroupId() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
getGroupId() - Method in class org.apache.nifi.reporting.Bulletin
 
getGroupIdPattern() - Method in class org.apache.nifi.reporting.BulletinQuery
 
getId() - Method in interface org.apache.nifi.action.Action
 
getId() - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaim
 
getId() - Method in interface org.apache.nifi.controller.Snippet
 
getId() - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
getId() - Method in class org.apache.nifi.controller.status.PortStatus
 
getId() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getId() - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
getId() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
getId() - Method in interface org.apache.nifi.flowfile.FlowFile
Deprecated.
This method has been deprecated in favor of using the attribute CoreAttributes.UUID. If an identifier is needed use FlowFile.getAttribute(String) to retrieve the value for this attribute. For example, by calling getAttribute(CoreAttributes.UUID.getKey()).
getId() - Method in class org.apache.nifi.reporting.Bulletin
 
getId() - Method in class org.apache.nifi.web.ComponentDetails
 
getId() - Method in class org.apache.nifi.web.ConfigurationAction
 
getId() - Method in interface org.apache.nifi.web.NiFiWebRequestContext
The id of the component.
getId() - Method in class org.apache.nifi.web.ProcessorInfo
Deprecated.
 
getIdentifier() - Method in interface org.apache.nifi.authentication.LoginIdentityProviderConfigurationContext
 
getIdentifier() - Method in interface org.apache.nifi.authentication.LoginIdentityProviderInitializationContext
 
getIdentifier() - Method in interface org.apache.nifi.authorization.AuthorityProviderConfigurationContext
 
getIdentifier() - Method in interface org.apache.nifi.authorization.AuthorityProviderInitializationContext
 
getIdentifier() - Method in interface org.apache.nifi.components.ConfigurableComponent
 
getIdentifier() - Method in interface org.apache.nifi.components.state.StateProviderInitializationContext
 
getIdentifier() - Method in class org.apache.nifi.controller.AbstractControllerService
 
getIdentifier() - Method in interface org.apache.nifi.controller.ControllerServiceInitializationContext
 
getIdentifier() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
 
getIdentifier() - Method in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
 
getIdentifier() - Method in interface org.apache.nifi.processor.ProcessorInitializationContext
 
getIdentifier() - Method in interface org.apache.nifi.provenance.lineage.LineageNode
 
getIdentifier() - Method in class org.apache.nifi.provenance.search.Query
 
getIdentifier() - Method in interface org.apache.nifi.provenance.search.SearchableField
 
getIdentifier() - Method in interface org.apache.nifi.remote.RemoteDestination
 
getIdentifier() - Method in class org.apache.nifi.reporting.AbstractReportingTask
 
getIdentifier() - Method in interface org.apache.nifi.reporting.ReportingInitializationContext
 
getIdentity() - Method in class org.apache.nifi.authentication.AuthenticationResponse
 
getInactiveRemotePortCount() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
getInput() - Method in class org.apache.nifi.components.ValidationResult
 
getInputBytes() - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
getInputBytes() - Method in class org.apache.nifi.controller.status.PortStatus
 
getInputBytes() - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
getInputContentSize() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getInputCount() - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
getInputCount() - Method in class org.apache.nifi.controller.status.PortStatus
 
getInputCount() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getInputCount() - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
getInputPorts() - Method in interface org.apache.nifi.controller.Snippet
 
getInputPortStatus() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getInstance(Map<String, String>...) - Static method in class org.apache.nifi.registry.VariableRegistryFactory
 
getInstance() - Static method in class org.apache.nifi.registry.VariableRegistryFactory
 
getInvocations() - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
getIssuer() - Method in class org.apache.nifi.authentication.AuthenticationResponse
 
getLabel() - Method in interface org.apache.nifi.controller.status.history.MetricDescriptor
 
getLabel() - Method in class org.apache.nifi.search.SearchResult
 
getLabels() - Method in interface org.apache.nifi.controller.Snippet
 
getLastCaptureDate() - Method in interface org.apache.nifi.controller.status.history.ComponentStatusRepository
 
getLastQueueDate() - Method in interface org.apache.nifi.flowfile.FlowFile
 
getLastQueuedTime() - Method in interface org.apache.nifi.controller.queue.FlowFileSummary
 
getLastUpdated() - Method in interface org.apache.nifi.controller.queue.DropFlowFileStatus
 
getLastUpdated() - Method in interface org.apache.nifi.controller.queue.ListFlowFileStatus
 
getLength() - Method in interface org.apache.nifi.controller.repository.claim.ContentClaim
 
getLevel() - Method in class org.apache.nifi.reporting.Bulletin
 
getLimit() - Method in class org.apache.nifi.reporting.BulletinQuery
 
getLineageComputationType() - Method in interface org.apache.nifi.provenance.lineage.ComputeLineageSubmission
 
getLineageFlowFileUuids() - Method in interface org.apache.nifi.provenance.lineage.ComputeLineageSubmission
 
getLineageIdentifier() - Method in interface org.apache.nifi.provenance.lineage.ComputeLineageSubmission
 
getLineageIdentifiers() - Method in interface org.apache.nifi.flowfile.FlowFile
Deprecated.
this collection was erroneously unbounded and caused a lot of OutOfMemoryError problems when dealing with FlowFiles with many ancestors. This Collection is now capped at 100 lineage identifiers. This method was introduced with the idea of providing future performance improvements but due to the high cost of heap consumption will not be used in such a manner. As a result, this method will be removed in a future release.
getLineageIdentifiers() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
Deprecated.
this collection was erroneously unbounded and caused a lot of OutOfMemoryError problems when querying Provenance Events about FlowFiles with many ancestors. This Collection is now capped at 100 lineage identifiers. This method was introduced with the idea of providing future performance improvements but due to the high cost of heap consumption will not be used in such a manner. As a result, this method will be removed in a future release.
getLineageStartDate() - Method in interface org.apache.nifi.controller.queue.FlowFileSummary
 
getLineageStartDate() - Method in interface org.apache.nifi.flowfile.FlowFile
 
getLineageStartDate() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getListFlowFileStatus(String) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
Returns the current status of a List FlowFile Request that was initiated via the #listFlowFiles(String) method that has the given identifier
getLogger() - Method in class org.apache.nifi.controller.AbstractControllerService
 
getLogger() - Method in interface org.apache.nifi.controller.ControllerServiceInitializationContext
 
getLogger() - Method in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
 
getLogger() - Method in interface org.apache.nifi.processor.ProcessorInitializationContext
 
getLogger() - Method in class org.apache.nifi.reporting.AbstractReportingTask
 
getLogger() - Method in interface org.apache.nifi.reporting.ReportingInitializationContext
 
getLoginIdentityProvider(String) - Method in interface org.apache.nifi.authentication.LoginIdentityProviderLookup
 
getMatch() - Method in class org.apache.nifi.search.SearchResult
 
getMatchingEvents() - Method in interface org.apache.nifi.provenance.search.QueryResult
 
getMaxConcurrentTasks() - Method in interface org.apache.nifi.controller.Triggerable
 
getMaxConcurrentTasks() - Method in interface org.apache.nifi.processor.ProcessContext
 
getMaxEventId() - Method in interface org.apache.nifi.provenance.ProvenanceEventRepository
 
getMaxFileSize() - Method in class org.apache.nifi.provenance.search.Query
 
getMaxFlowFileId() - Method in interface org.apache.nifi.controller.repository.SwapSummary
 
getMaxFlowFileIdentifier() - Method in interface org.apache.nifi.controller.repository.FlowFileRepository
 
getMaxResults() - Method in interface org.apache.nifi.controller.queue.ListFlowFileStatus
 
getMaxResults() - Method in class org.apache.nifi.provenance.search.Query
 
getMessage() - Method in class org.apache.nifi.reporting.Bulletin
 
getMessagePattern() - Method in class org.apache.nifi.reporting.BulletinQuery
 
getMinFileSize() - Method in class org.apache.nifi.provenance.search.Query
 
getName() - Method in interface org.apache.nifi.action.details.ConfigureDetails
 
getName() - Method in class org.apache.nifi.components.PropertyDescriptor
 
getName() - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
getName() - Method in class org.apache.nifi.controller.status.PortStatus
 
getName() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getName() - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
getName() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
getName() - Method in interface org.apache.nifi.logging.ComponentLog
 
getName() - Method in interface org.apache.nifi.processor.ProcessContext
 
getName() - Method in class org.apache.nifi.processor.Relationship
 
getName() - Method in interface org.apache.nifi.remote.RemoteDestination
 
getName() - Method in class org.apache.nifi.reporting.AbstractReportingTask
 
getName() - Method in interface org.apache.nifi.reporting.ReportingInitializationContext
 
getName() - Method in class org.apache.nifi.web.ComponentDescriptor
 
getName() - Method in class org.apache.nifi.web.ComponentDetails
 
getName() - Method in class org.apache.nifi.web.ConfigurationAction
 
getName() - Method in class org.apache.nifi.web.ProcessorConfigurationAction
Deprecated.
 
getName() - Method in class org.apache.nifi.web.ProcessorInfo
Deprecated.
 
getNamePattern() - Method in class org.apache.nifi.reporting.BulletinQuery
 
getNextFlowFileSequence() - Method in interface org.apache.nifi.controller.repository.FlowFileRepository
 
getNodeAddress() - Method in class org.apache.nifi.reporting.Bulletin
 
getNodes() - Method in interface org.apache.nifi.provenance.lineage.ComputeLineageResult
 
getNodes() - Method in interface org.apache.nifi.provenance.lineage.Lineage
 
getNodeType() - Method in interface org.apache.nifi.provenance.lineage.LineageNode
 
getObjectCount() - Method in class org.apache.nifi.controller.queue.QueueSize
 
getOffset() - Method in interface org.apache.nifi.controller.repository.claim.ContentClaim
 
getOperation() - Method in interface org.apache.nifi.action.Action
 
getOriginalClaim() - Method in interface org.apache.nifi.controller.repository.RepositoryRecord
 
getOriginalQueue() - Method in interface org.apache.nifi.controller.repository.RepositoryRecord
 
getOriginalSize() - Method in interface org.apache.nifi.controller.queue.DropFlowFileStatus
 
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 interface org.apache.nifi.controller.Snippet
 
getOutputPortStatus() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getParentGroupId() - Method in interface org.apache.nifi.controller.Snippet
 
getParentUuids() - Method in interface org.apache.nifi.provenance.lineage.ProvenanceEventLineageNode
 
getParentUuids() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getPartialContents() - Method in exception org.apache.nifi.controller.repository.IncompleteSwapFileException
 
getPassword() - Method in class org.apache.nifi.authentication.LoginCredentials
 
getPenaltyExpirationMillis() - Method in interface org.apache.nifi.controller.repository.FlowFileRecord
 
getPercentComplete() - Method in interface org.apache.nifi.provenance.lineage.ComputeLineageResult
 
getPercentComplete() - Method in interface org.apache.nifi.provenance.search.QueryResult
 
getPosition() - Method in interface org.apache.nifi.controller.queue.FlowFileSummary
 
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
 
getPreviousGroup() - Method in interface org.apache.nifi.action.details.MoveDetails
 
getPreviousGroupId() - Method in interface org.apache.nifi.action.details.MoveDetails
 
getPreviousValue() - Method in interface org.apache.nifi.action.details.ConfigureDetails
 
getPreviousValue() - Method in class org.apache.nifi.web.ConfigurationAction
 
getPreviousValue() - Method in class org.apache.nifi.web.ProcessorConfigurationAction
Deprecated.
 
getPriorities() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
 
getProcessGroupMetricDescriptors() - Method in interface org.apache.nifi.controller.status.history.ComponentStatusRepository
 
getProcessGroups() - Method in interface org.apache.nifi.controller.Snippet
 
getProcessGroupStatus() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getProcessGroupStatusHistory(String, Date, Date, int) - Method in interface org.apache.nifi.controller.status.history.ComponentStatusRepository
 
getProcessingNanos() - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
getProcessor(NiFiWebContextConfig) - Method in interface org.apache.nifi.web.NiFiWebContext
Deprecated.
Gets the Processor configuration.
getProcessorId() - Method in interface org.apache.nifi.web.NiFiWebContextConfig
Deprecated.
 
getProcessorId() - Method in class org.apache.nifi.web.ProcessorConfigurationAction
Deprecated.
 
getProcessorMetricDescriptors() - Method in interface org.apache.nifi.controller.status.history.ComponentStatusRepository
 
getProcessorName() - Method in class org.apache.nifi.web.ProcessorConfigurationAction
Deprecated.
 
getProcessors() - Method in interface org.apache.nifi.controller.Snippet
 
getProcessorStatus() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getProcessorStatusHistory(String, Date, Date, int) - Method in interface org.apache.nifi.controller.status.history.ComponentStatusRepository
 
getProcessorType() - Method in class org.apache.nifi.web.ProcessorConfigurationAction
Deprecated.
 
getProperties() - Method in interface org.apache.nifi.authentication.LoginIdentityProviderConfigurationContext
Retrieves all properties the component currently understands regardless of whether a value has been set for them or not.
getProperties() - Method in interface org.apache.nifi.authorization.AuthorityProviderConfigurationContext
Retrieves all properties the component currently understands regardless of whether a value has been set for them or not.
getProperties() - Method in interface org.apache.nifi.components.state.StateProviderInitializationContext
 
getProperties() - Method in interface org.apache.nifi.components.ValidationContext
 
getProperties() - Method in class org.apache.nifi.controller.AbstractControllerService
 
getProperties() - Method in interface org.apache.nifi.controller.ConfigurationContext
 
getProperties() - Method in interface org.apache.nifi.processor.ProcessContext
 
getProperties() - Method in interface org.apache.nifi.reporting.ReportingContext
 
getProperties() - Method in interface org.apache.nifi.search.SearchContext
 
getProperties() - Method in class org.apache.nifi.web.ComponentDetails
 
getProperties() - Method in class org.apache.nifi.web.ProcessorInfo
Deprecated.
 
getPropertiesInstance(Properties...) - Static method in class org.apache.nifi.registry.VariableRegistryFactory
 
getPropertiesInstance(Path...) - Static method in class org.apache.nifi.registry.VariableRegistryFactory
 
getPropertiesInstance(File...) - Static method in class org.apache.nifi.registry.VariableRegistryFactory
 
getProperty(String) - Method in interface org.apache.nifi.authentication.LoginIdentityProviderConfigurationContext
 
getProperty(String) - Method in interface org.apache.nifi.authorization.AuthorityProviderConfigurationContext
 
getProperty(PropertyDescriptor) - Method in interface org.apache.nifi.components.state.StateProviderInitializationContext
Returns the configured value for the given property
getProperty(PropertyDescriptor) - Method in interface org.apache.nifi.components.ValidationContext
 
getProperty(PropertyDescriptor) - Method in class org.apache.nifi.controller.AbstractControllerService
 
getProperty(PropertyDescriptor) - Method in interface org.apache.nifi.controller.ConfigurationContext
 
getProperty(PropertyDescriptor) - Method in interface org.apache.nifi.processor.ProcessContext
Retrieves the current value set for the given descriptor, if a value is set - else uses the descriptor to determine the appropriate default value
getProperty(String) - Method in interface org.apache.nifi.processor.ProcessContext
Retrieves the current value set for the given descriptor, if a value is set - else uses the descriptor to determine the appropriate default value
getProperty(PropertyDescriptor) - Method in interface org.apache.nifi.reporting.ReportingContext
 
getProperty(PropertyDescriptor) - Method in interface org.apache.nifi.search.SearchContext
 
getPropertyDescriptor(String) - Method in class org.apache.nifi.components.AbstractConfigurableComponent
 
getPropertyDescriptor(PropertyDescriptor) - Method in class org.apache.nifi.components.AbstractConfigurableComponent
 
getPropertyDescriptor(String) - Method in interface org.apache.nifi.components.ConfigurableComponent
 
getPropertyDescriptors() - Method in class org.apache.nifi.components.AbstractConfigurableComponent
 
getPropertyDescriptors() - Method in interface org.apache.nifi.components.ConfigurableComponent
Returns a List of all PropertyDescriptors that this component supports.
getProvenanceEvents(long, int) - Method in interface org.apache.nifi.reporting.EventAccess
Convenience method to obtain Provenance Events starting with (and including) the given ID.
getProvenanceReporter() - Method in interface org.apache.nifi.processor.ProcessSession
Returns a ProvenanceReporter that is tied to this ProcessSession.
getProvenanceRepository() - Method in interface org.apache.nifi.reporting.EventAccess
 
getProxiedEntitiesChain() - Method in interface org.apache.nifi.web.NiFiWebContextConfig
Deprecated.
Returns the proxied entities chain.
getProxiedEntitiesChain() - Method in interface org.apache.nifi.web.NiFiWebRequestContext
Returns the proxied entities chain.
getQuery() - Method in interface org.apache.nifi.provenance.search.QuerySubmission
 
getQueryIdentifier() - Method in interface org.apache.nifi.provenance.search.QuerySubmission
 
getQueryTime() - Method in interface org.apache.nifi.provenance.search.QueryResult
 
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.controller.queue.ListFlowFileStatus
 
getQueueSize() - Method in interface org.apache.nifi.controller.repository.SwapSummary
 
getQueueSize() - Method in interface org.apache.nifi.processor.ProcessSession
 
getRawAuthorities() - Static method in enum org.apache.nifi.authorization.Authority
 
getRawContentType() - Method in interface org.apache.nifi.web.ViewableContent
 
getReceivedContentSize() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
getReceivedCount() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
getRelationship() - Method in interface org.apache.nifi.action.details.ConnectDetails
 
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
 
getRemoteProcessGroupMetricDescriptors() - Method in interface org.apache.nifi.controller.status.history.ComponentStatusRepository
 
getRemoteProcessGroups() - Method in interface org.apache.nifi.controller.Snippet
 
getRemoteProcessGroupStatus() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
getRemoteProcessGroupStatusHistory(String, Date, Date, int) - Method in interface org.apache.nifi.controller.status.history.ComponentStatusRepository
 
getRequestIdentifier() - Method in interface org.apache.nifi.controller.queue.DropFlowFileStatus
 
getRequestIdentifier() - Method in interface org.apache.nifi.controller.queue.ListFlowFileStatus
 
getRequestSubmissionTime() - Method in interface org.apache.nifi.controller.queue.DropFlowFileStatus
 
getRequestSubmissionTime() - Method in interface org.apache.nifi.controller.queue.ListFlowFileStatus
 
getResourceClaim() - Method in interface org.apache.nifi.controller.repository.claim.ContentClaim
 
getResourceClaimManager() - Method in interface org.apache.nifi.controller.repository.SwapManagerInitializationContext
 
getResourceClaims() - Method in interface org.apache.nifi.controller.repository.SwapSummary
Returns a List of all ResoruceClaims that are referenced by the FlowFiles in the swap file.
getResult() - Method in interface org.apache.nifi.provenance.lineage.ComputeLineageSubmission
 
getResult() - Method in interface org.apache.nifi.provenance.search.QuerySubmission
 
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
getRevision() - Method in interface org.apache.nifi.web.NiFiWebConfigurationRequestContext
The revision to include in the request.
getRevision() - Method in interface org.apache.nifi.web.NiFiWebContextConfig
Deprecated.
 
getRunStatus() - Method in class org.apache.nifi.controller.status.PortStatus
 
getRunStatus() - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
getScheduledState() - Method in interface org.apache.nifi.controller.Triggerable
Indicates the ScheduledState of this Triggerable.
getSchedulingPeriod() - Method in interface org.apache.nifi.controller.ConfigurationContext
 
getSchedulingPeriod(TimeUnit) - Method in interface org.apache.nifi.controller.ConfigurationContext
Returns the amount of time, in the given TimeUnit that will elapsed between the return of one execution of the component's onTrigger method and the time at which the method is invoked again.
getSchedulingPeriod(TimeUnit) - Method in interface org.apache.nifi.controller.Triggerable
 
getSchedulingPeriod() - Method in interface org.apache.nifi.controller.Triggerable
 
getSchedulingPeriod(TimeUnit) - Method in class org.apache.nifi.reporting.AbstractReportingTask
 
getSchedulingPeriod(TimeUnit) - Method in interface org.apache.nifi.reporting.ReportingInitializationContext
Returns the amount of time, in the given TimeUnit that will elapsed between the return of one execution of the ReportingTask's onTrigger method and the time at which the method is invoked again.
getSchedulingPeriod() - Method in interface org.apache.nifi.reporting.ReportingInitializationContext
 
getSchedulingStrategy() - Method in interface org.apache.nifi.reporting.ReportingInitializationContext
 
getScheme() - Method in interface org.apache.nifi.web.NiFiWebContextConfig
Deprecated.
The request protocol scheme (http or https).
getScheme() - Method in interface org.apache.nifi.web.NiFiWebRequestContext
The request protocol scheme (http or https).
getSearchableAttributes() - Method in interface org.apache.nifi.provenance.ProvenanceEventRepository
 
getSearchableField() - Method in interface org.apache.nifi.provenance.search.SearchTerm
 
getSearchableFieldName() - Method in interface org.apache.nifi.provenance.search.SearchableField
 
getSearchableFields() - Method in interface org.apache.nifi.provenance.ProvenanceEventRepository
 
getSearchTerm() - Method in interface org.apache.nifi.search.SearchContext
 
getSearchTerms() - Method in class org.apache.nifi.provenance.search.Query
 
getSection() - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaim
 
getSentContentSize() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
getSentCount() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
getSize() - Method in interface org.apache.nifi.controller.queue.FlowFileSummary
 
getSize() - Method in interface org.apache.nifi.flowfile.FlowFile
 
getSource() - Method in interface org.apache.nifi.provenance.lineage.LineageEdge
 
getSourceId() - Method in interface org.apache.nifi.action.Action
 
getSourceId() - Method in interface org.apache.nifi.action.details.ConnectDetails
 
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 interface org.apache.nifi.action.details.ConnectDetails
 
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 interface org.apache.nifi.action.details.ConnectDetails
 
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.components.state.StateProviderInitializationContext
 
getStartDate() - Method in class org.apache.nifi.provenance.search.Query
 
getState(Scope) - Method in interface org.apache.nifi.components.state.StateManager
Returns the current state for the component.
getState(String) - Method in interface org.apache.nifi.components.state.StateProvider
Returns the currently configured state for the component.
getState() - Method in interface org.apache.nifi.controller.queue.DropFlowFileStatus
 
getState() - Method in interface org.apache.nifi.controller.queue.ListFlowFileStatus
 
getState() - Method in class org.apache.nifi.web.ComponentDetails
 
getState() - Method in class org.apache.nifi.web.ProcessorInfo
Deprecated.
 
getStateManager() - Method in class org.apache.nifi.controller.AbstractControllerService
 
getStateManager() - Method in interface org.apache.nifi.controller.ControllerServiceInitializationContext
 
getStateManager() - Method in interface org.apache.nifi.processor.ProcessContext
 
getStateManager() - Method in interface org.apache.nifi.reporting.ReportingContext
 
getStatusMetrics() - Method in interface org.apache.nifi.controller.status.history.StatusSnapshot
 
getStatusSnapshots() - Method in interface org.apache.nifi.controller.status.history.StatusHistory
 
getStorageCapacity() - Method in interface org.apache.nifi.controller.repository.FlowFileRepository
 
getSubject() - Method in class org.apache.nifi.components.ValidationResult
 
getSubmissionTime() - Method in interface org.apache.nifi.provenance.lineage.ComputeLineageSubmission
 
getSubmissionTime() - Method in interface org.apache.nifi.provenance.search.QuerySubmission
 
getSummary() - Method in interface org.apache.nifi.controller.repository.SwapContents
 
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.
getSupportedScopes() - Method in interface org.apache.nifi.components.state.StateProvider
Provides a listing of Scopes supported by the StateProvider
getSwapLocation() - Method in exception org.apache.nifi.controller.repository.IncompleteSwapFileException
 
getSwapLocation() - Method in interface org.apache.nifi.controller.repository.RepositoryRecord
 
getSwapSummary(String) - Method in interface org.apache.nifi.controller.repository.FlowFileSwapManager
Parses the contents of the swap file at the given location and provides a SwapSummary that provides pertinent information about the information stored within the swap file
getTargetUri() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
getTimestamp() - Method in interface org.apache.nifi.action.Action
 
getTimestamp() - Method in interface org.apache.nifi.controller.status.history.StatusSnapshot
 
getTimestamp() - Method in interface org.apache.nifi.provenance.lineage.LineageNode
 
getTimestamp() - Method in class org.apache.nifi.reporting.Bulletin
 
getTotalHitCount() - Method in interface org.apache.nifi.provenance.search.QueryResult
 
getTransitUri() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getTransmissionStatus() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
getTransmitting() - Method in class org.apache.nifi.controller.status.PortStatus
 
getType() - Method in interface org.apache.nifi.action.component.details.ExtensionDetails
 
getType() - Method in interface org.apache.nifi.controller.repository.RepositoryRecord
 
getType() - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
getType() - Method in class org.apache.nifi.web.ComponentDetails
 
getType() - Method in class org.apache.nifi.web.ConfigurationAction
 
getUnacknowledgedQueueSize() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
Returns a QueueSize that represents all FlowFiles that are 'unacknowledged'.
getUpdatedAttributes() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
 
getUri() - Method in interface org.apache.nifi.action.component.details.RemoteProcessGroupDetails
 
getUsableStorageSpace() - Method in interface org.apache.nifi.controller.repository.FlowFileRepository
 
getUserIdentity() - Method in interface org.apache.nifi.action.Action
 
getUserName() - Method in interface org.apache.nifi.action.Action
 
getUsername() - Method in class org.apache.nifi.authentication.AuthenticationResponse
 
getUsername() - Method in class org.apache.nifi.authentication.LoginCredentials
 
getUsers(Authority) - Method in interface org.apache.nifi.authorization.AuthorityProvider
Gets the users for the specified authority.
getUuid() - Method in interface org.apache.nifi.controller.queue.FlowFileSummary
 
getUuid() - Method in interface org.apache.nifi.provenance.lineage.LineageEdge
 
getValidationErrors() - Method in class org.apache.nifi.web.ComponentDetails
 
getValidationErrors() - Method in class org.apache.nifi.web.ProcessorInfo
Deprecated.
 
getValidators() - Method in class org.apache.nifi.components.PropertyDescriptor
 
getValue() - Method in interface org.apache.nifi.action.details.ConfigureDetails
 
getValue() - Method in class org.apache.nifi.components.AllowableValue
 
getValue() - Method in interface org.apache.nifi.components.PropertyValue
 
getValue(S) - Method in interface org.apache.nifi.controller.status.history.ValueMapper
 
getValue() - Method in interface org.apache.nifi.provenance.search.SearchTerm
 
getValue() - Method in class org.apache.nifi.web.ConfigurationAction
 
getValue() - Method in class org.apache.nifi.web.ProcessorConfigurationAction
Deprecated.
 
getValueFunction() - Method in interface org.apache.nifi.controller.status.history.MetricDescriptor
 
getValueReducer() - Method in interface org.apache.nifi.controller.status.history.MetricDescriptor
 
getValueReducer() - Method in interface org.apache.nifi.controller.status.history.StatusSnapshot
 
getVariableNames() - Method in class org.apache.nifi.registry.MultiMapVariableRegistry
 
getVariableNames() - Method in interface org.apache.nifi.registry.VariableRegistry
Returns a set variable names in the registry
getVariableRegistry() - Method in interface org.apache.nifi.registry.VariableRegistryProvider
 
getVariables() - Method in class org.apache.nifi.registry.MultiMapVariableRegistry
 
getVariables() - Method in interface org.apache.nifi.registry.VariableRegistry
Returns a map of key/value pairs stored in the registry
getVariableValue(String) - Method in class org.apache.nifi.registry.MultiMapVariableRegistry
 
getVariableValue(String) - Method in interface org.apache.nifi.registry.VariableRegistry
Return a value for a given variable
getVersion() - Method in interface org.apache.nifi.components.state.StateMap
Each time that a component's state is updated, the state is assigned a new version.
getVersion() - Method in class org.apache.nifi.web.Revision
 
getYieldPeriod(TimeUnit) - Method in interface org.apache.nifi.remote.RemoteDestination
 
groupId - Variable in class org.apache.nifi.controller.status.ConnectionStatus
 
groupId - Variable in class org.apache.nifi.controller.status.PortStatus
 
groupId - Variable in class org.apache.nifi.controller.status.ProcessorStatus
 
groupId - Variable in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
groupId - Variable in class org.apache.nifi.reporting.Bulletin
 
groupIdMatches(String) - Method in class org.apache.nifi.reporting.BulletinQuery.Builder
 
groupIdPattern - Variable in class org.apache.nifi.reporting.BulletinQuery.Builder
 
groupIdPattern - Variable in class org.apache.nifi.reporting.BulletinQuery
 

H

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

I

id - Variable in class org.apache.nifi.controller.status.ConnectionStatus
 
id - Variable in class org.apache.nifi.controller.status.PortStatus
 
id - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
 
id - Variable in class org.apache.nifi.controller.status.ProcessorStatus
 
id - Variable in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
id - Variable in class org.apache.nifi.reporting.Bulletin
 
id - Variable in class org.apache.nifi.web.ComponentDetails.Builder
 
id(String) - Method in class org.apache.nifi.web.ComponentDetails.Builder
 
id - Variable in class org.apache.nifi.web.ComponentDetails
 
id - Variable in class org.apache.nifi.web.ConfigurationAction.Builder
 
id(String) - Method in class org.apache.nifi.web.ConfigurationAction.Builder
 
id - Variable in class org.apache.nifi.web.ConfigurationAction
 
id - Variable in class org.apache.nifi.web.ProcessorInfo.Builder
Deprecated.
 
id(String) - Method in class org.apache.nifi.web.ProcessorInfo.Builder
Deprecated.
 
id - Variable in class org.apache.nifi.web.ProcessorInfo
Deprecated.
 
identifier - Variable in class org.apache.nifi.controller.AbstractControllerService
 
identifier - Variable in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
 
identifier - Variable in class org.apache.nifi.provenance.search.Query
 
identifier - Variable in class org.apache.nifi.reporting.AbstractReportingTask
 
identifiesControllerService(Class<? extends ControllerService>) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
Specifies that this property provides the identifier of a Controller Service that implements the given interface
identity - Variable in class org.apache.nifi.authentication.AuthenticationResponse
 
IdentityAccessException - Exception in org.apache.nifi.authentication.exception
Represents the case when the identity could not be confirmed because it was unable to access the backing store.
IdentityAccessException(String, Throwable) - Constructor for exception org.apache.nifi.authentication.exception.IdentityAccessException
 
IdentityAccessException(String) - Constructor for exception org.apache.nifi.authentication.exception.IdentityAccessException
 
IdentityAlreadyExistsException - Exception in org.apache.nifi.authorization.exception
Represents the case when the user identity already exists.
IdentityAlreadyExistsException(String, Throwable) - Constructor for exception org.apache.nifi.authorization.exception.IdentityAlreadyExistsException
 
IdentityAlreadyExistsException(String) - Constructor for exception org.apache.nifi.authorization.exception.IdentityAlreadyExistsException
 
importFrom(Path, ContentClaim) - Method in interface org.apache.nifi.controller.repository.ContentRepository
Imports content from the given path creating a new content object and claim within the repository.
importFrom(InputStream, ContentClaim) - Method in interface org.apache.nifi.controller.repository.ContentRepository
Imports content from the given stream creating a new content object and claim within the repository.
importFrom(Path, boolean, FlowFile) - Method in interface org.apache.nifi.processor.ProcessSession
Writes to the given FlowFile all content from the given content path.
importFrom(InputStream, FlowFile) - Method in interface org.apache.nifi.processor.ProcessSession
Writes to the given FlowFile all content from the given content path.
inactiveRemotePortCount - Variable in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
IncompleteSwapFileException - Exception in org.apache.nifi.controller.repository
Signals that a Swap File could not be complete read in/parsed because the data was not all present
IncompleteSwapFileException(String, SwapContents) - Constructor for exception org.apache.nifi.controller.repository.IncompleteSwapFileException
 
incrementClaimaintCount(ContentClaim) - Method in interface org.apache.nifi.controller.repository.ContentRepository
Increments the number of claimants for the given claim
incrementClaimantCount(ResourceClaim) - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaimManager
Increases by 1 the count of how many FlowFiles hold a claim to a particular piece of FlowFile content and returns the new count
incrementClaimantCount(ResourceClaim, boolean) - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaimManager
Increases by 1 the count of how many FlowFiles hold a claim to a particular piece of FlowFile content and returns the new count.
info(String, Throwable) - Method in interface org.apache.nifi.logging.ComponentLog
 
info(String, Object[]) - Method in interface org.apache.nifi.logging.ComponentLog
 
info(String) - Method in interface org.apache.nifi.logging.ComponentLog
 
info(String, Object[], Throwable) - Method in interface org.apache.nifi.logging.ComponentLog
 
init(ControllerServiceInitializationContext) - Method in class org.apache.nifi.controller.AbstractControllerService
Provides a mechanism by which subclasses can perform initialization of the Controller Service before it is scheduled to be run
init(ProcessorInitializationContext) - Method in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
Provides subclasses the ability to perform initialization logic
init(ReportingInitializationContext) - Method in class org.apache.nifi.reporting.AbstractReportingTask
Provides a mechanism by which subclasses can perform initialization of the Reporting Task before it is scheduled to be run
InitializationException - Exception in org.apache.nifi.reporting
 
InitializationException(String) - Constructor for exception org.apache.nifi.reporting.InitializationException
 
InitializationException(Throwable) - Constructor for exception org.apache.nifi.reporting.InitializationException
 
InitializationException(String, Throwable) - Constructor for exception org.apache.nifi.reporting.InitializationException
 
initialize(LoginIdentityProviderInitializationContext) - Method in interface org.apache.nifi.authentication.LoginIdentityProvider
Called immediately after instance creation for implementers to perform additional setup
initialize(AuthorityProviderInitializationContext) - Method in interface org.apache.nifi.authorization.AuthorityProvider
Called immediately after instance creation for implementers to perform additional setup
initialize(StateProviderInitializationContext) - Method in interface org.apache.nifi.components.state.StateProvider
Initializes the StateProvider so that it is capable of being used.
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(ResourceClaimManager) - Method in interface org.apache.nifi.controller.repository.ContentRepository
Initializes the Content Repository, providing to it the ContentClaimManager that is to be used for interacting with Content Claims
initialize(ResourceClaimManager) - Method in interface org.apache.nifi.controller.repository.FlowFileRepository
Initializes the Content Repository, providing to it the ContentClaimManager that is to be used for interacting with Content Claims
initialize(SwapManagerInitializationContext) - Method in interface org.apache.nifi.controller.repository.FlowFileSwapManager
Initializes the Swap Manager, providing a SwapManagerInitializationContext so that the Swap Manager has access to all of the components necessary to perform its functions
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(EventReporter) - Method in interface org.apache.nifi.provenance.ProvenanceEventRepository
Performs any initialization needed.
initialize(ReportingInitializationContext) - Method in class org.apache.nifi.reporting.AbstractReportingTask
 
initialize(ReportingInitializationContext) - Method in interface org.apache.nifi.reporting.ReportingTask
Provides the Reporting Task with access to objects that may be of use throughout the life of the service
input - Variable in class org.apache.nifi.components.ValidationResult.Builder
 
input(String) - Method in class org.apache.nifi.components.ValidationResult.Builder
Defaults to empty string
input - Variable in class org.apache.nifi.components.ValidationResult
 
inputBytes - Variable in class org.apache.nifi.controller.status.ConnectionStatus
 
inputBytes - Variable in class org.apache.nifi.controller.status.PortStatus
 
inputBytes - Variable in class org.apache.nifi.controller.status.ProcessorStatus
 
inputContentSize - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
 
inputCount - Variable in class org.apache.nifi.controller.status.ConnectionStatus
 
inputCount - Variable in class org.apache.nifi.controller.status.PortStatus
 
inputCount - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
 
inputCount - Variable in class org.apache.nifi.controller.status.ProcessorStatus
 
inputPortStatus - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
 
InputRequirement - Annotation Type in org.apache.nifi.annotation.behavior
Marker interface that a Processor can use to indicate whether it accepts, requires, or forbids input from other Processors.
InputRequirement.Requirement - Enum in org.apache.nifi.annotation.behavior
 
InputStreamCallback - Interface in org.apache.nifi.processor.io
 
INVALID - Static variable in interface org.apache.nifi.components.Validator
Validator object providing validation behavior in which validation always fails
InvalidLoginCredentialsException - Exception in org.apache.nifi.authentication.exception
Represents the case when the identity could not be confirmed because the login credentials were invalid.
InvalidLoginCredentialsException(String, Throwable) - Constructor for exception org.apache.nifi.authentication.exception.InvalidLoginCredentialsException
 
InvalidLoginCredentialsException(String) - Constructor for exception org.apache.nifi.authentication.exception.InvalidLoginCredentialsException
 
InvalidRevisionException - Exception in org.apache.nifi.web
Exception indicating that the client has included an old revision in their request.
InvalidRevisionException(String) - Constructor for exception org.apache.nifi.web.InvalidRevisionException
 
InvalidRevisionException(String, Throwable) - Constructor for exception org.apache.nifi.web.InvalidRevisionException
 
invocations - Variable in class org.apache.nifi.controller.status.ProcessorStatus
 
isAccept() - Method in enum org.apache.nifi.processor.FlowFileFilter.FlowFileFilterResult
 
isAccessible(ContentClaim) - Method in interface org.apache.nifi.controller.repository.ContentRepository
 
isActiveQueueEmpty() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
 
isApproved() - Method in class org.apache.nifi.authorization.DownloadAuthorization
 
isAttribute() - Method in interface org.apache.nifi.provenance.search.SearchableField
 
isAttributesChanged() - Method in interface org.apache.nifi.controller.repository.RepositoryRecord
 
isAutoTerminate - Variable in class org.apache.nifi.processor.Relationship
The flag which tells the controller to auto terminate this relationship, so that the processor can be run even if it does not have connections from this relationship
isAutoTerminated() - Method in class org.apache.nifi.processor.Relationship
 
isCanceled() - Method in interface org.apache.nifi.provenance.lineage.ComputeLineageSubmission
 
isCanceled() - Method in interface org.apache.nifi.provenance.search.QuerySubmission
 
isConfigurationRestored() - Method in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
Returns a boolean indicating whether or not the configuration of the Processor has already been restored.
isContinue() - Method in enum org.apache.nifi.processor.FlowFileFilter.FlowFileFilterResult
 
isControllerServiceEnabled(String) - Method in interface org.apache.nifi.controller.ControllerServiceLookup
 
isControllerServiceEnabled(ControllerService) - Method in interface org.apache.nifi.controller.ControllerServiceLookup
 
isControllerServiceEnabling(String) - Method in interface org.apache.nifi.controller.ControllerServiceLookup
 
isDebugEnabled() - Method in interface org.apache.nifi.logging.ComponentLog
 
isDependentServiceEnableable(ValidationContext, String) - Method in class org.apache.nifi.components.PropertyDescriptor
Will validate if the dependent service (service identified with the 'serviceId') is 'enableable' which means that the dependent service is either in ENABLING or ENABLED state.
isDynamic() - Method in class org.apache.nifi.components.PropertyDescriptor
 
isEmpty() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
 
isEmpty() - Method in interface org.apache.nifi.controller.Snippet
 
isEmpty() - Method in class org.apache.nifi.registry.MultiMap
 
isEnabled() - Method in interface org.apache.nifi.components.state.StateProvider
 
isErrorEnabled() - Method in interface org.apache.nifi.logging.ComponentLog
 
isExpressionLanguagePresent(String) - Method in interface org.apache.nifi.components.ValidationContext
 
isExpressionLanguagePresent(PropertyDescriptor) - Method in interface org.apache.nifi.processor.ProcessContext
 
isExpressionLanguageSupported() - Method in class org.apache.nifi.components.PropertyDescriptor
 
isExpressionLanguageSupported(String) - Method in interface org.apache.nifi.components.ValidationContext
 
isFinished() - Method in interface org.apache.nifi.provenance.lineage.ComputeLineageResult
 
isFinished() - Method in interface org.apache.nifi.provenance.search.QueryResult
 
isFull() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
 
isInfoEnabled() - Method in interface org.apache.nifi.logging.ComponentLog
 
isLinked() - Method in interface org.apache.nifi.controller.Snippet
 
isLossTolerant() - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaim
 
isMarkedForAbort() - Method in interface org.apache.nifi.controller.repository.RepositoryRecord
 
isPenalized() - Method in interface org.apache.nifi.controller.queue.FlowFileSummary
 
isPenalized() - Method in interface org.apache.nifi.flowfile.FlowFile
 
isRequired() - Method in class org.apache.nifi.components.PropertyDescriptor
 
isRunning() - Method in interface org.apache.nifi.controller.Triggerable
Indicates whether or not this Triggerable is "running".
isScheduled() - Method in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
 
isSensitive() - Method in class org.apache.nifi.components.PropertyDescriptor
 
isSet() - Method in interface org.apache.nifi.components.PropertyValue
 
issuer - Variable in class org.apache.nifi.authentication.AuthenticationResponse
 
isTraceEnabled() - Method in interface org.apache.nifi.logging.ComponentLog
 
isTransmitting() - Method in class org.apache.nifi.controller.status.PortStatus
 
isUseCompression() - Method in interface org.apache.nifi.remote.RemoteDestination
 
isValid() - Method in class org.apache.nifi.components.ValidationResult
 
isValidationRequired(ControllerService) - Method in interface org.apache.nifi.components.ValidationContext
There are times when the framework needs to consider a component valid, even if it references an invalid ControllerService.
isValidExpression(String) - Method in interface org.apache.nifi.expression.ExpressionLanguageCompiler
Indicates whether or not the given string is a valid Attribute Expression.
isValueAllowed(String) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
 
isVolatile() - Method in interface org.apache.nifi.controller.repository.FlowFileRepository
 
isWarnEnabled() - Method in interface org.apache.nifi.logging.ComponentLog
 

J

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

K

keySet() - Method in class org.apache.nifi.registry.MultiMap
 
KeyValidator() - Constructor for class org.apache.nifi.flowfile.FlowFile.KeyValidator
 

L

label - Variable in class org.apache.nifi.search.SearchResult.Builder
 
label(String) - Method in class org.apache.nifi.search.SearchResult.Builder
Set the label for the search result.
label - Variable in class org.apache.nifi.search.SearchResult
 
leaseControllerService(String) - Method in interface org.apache.nifi.processor.SchedulingContext
Indicates to the framework that the Controller Service with the given identifier will be used by this Processor.
level - Variable in class org.apache.nifi.reporting.Bulletin
 
limit - Variable in class org.apache.nifi.reporting.BulletinQuery.Builder
 
limit(Integer) - Method in class org.apache.nifi.reporting.BulletinQuery.Builder
 
limit - Variable in class org.apache.nifi.reporting.BulletinQuery
 
Lineage - Interface in org.apache.nifi.provenance.lineage
A Data Structure for representing a Directed Graph that depicts the lineage of a FlowFile and all events that occurred for the FlowFile
LineageComputationType - Enum in org.apache.nifi.provenance.lineage
 
LineageComputationType() - Constructor for enum org.apache.nifi.provenance.lineage.LineageComputationType
 
LineageEdge - Interface in org.apache.nifi.provenance.lineage
 
LineageNode - Interface in org.apache.nifi.provenance.lineage
 
LineageNodeType - Enum in org.apache.nifi.provenance.lineage
 
LineageNodeType() - Constructor for enum org.apache.nifi.provenance.lineage.LineageNodeType
 
listFlowFiles(String, int) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
Initiates a request to obtain a listing of FlowFiles in this queue.
ListFlowFileState - Enum in org.apache.nifi.controller.queue
Represents the state that a List FlowFile Request is in
ListFlowFileState(String) - Constructor for enum org.apache.nifi.controller.queue.ListFlowFileState
 
ListFlowFileStatus - Interface in org.apache.nifi.controller.queue
 
loadFlowFiles(QueueProvider, long) - Method in interface org.apache.nifi.controller.repository.FlowFileRepository
Loads all flow files found within the repository, establishes the content claims and their reference count
log(LogLevel, String, Throwable) - Method in interface org.apache.nifi.logging.ComponentLog
 
log(LogLevel, String, Object[]) - Method in interface org.apache.nifi.logging.ComponentLog
 
log(LogLevel, String) - Method in interface org.apache.nifi.logging.ComponentLog
 
log(LogLevel, String, Object[], Throwable) - Method in interface org.apache.nifi.logging.ComponentLog
 
logger - Variable in class org.apache.nifi.controller.AbstractControllerService
 
logger - Variable in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
 
logger - Variable in class org.apache.nifi.reporting.AbstractReportingTask
 
LoginCredentials - Class in org.apache.nifi.authentication
Login credentials for a user.
LoginCredentials(String, String) - Constructor for class org.apache.nifi.authentication.LoginCredentials
 
LoginIdentityProvider - Interface in org.apache.nifi.authentication
Identity provider that is able to authentication a user with username/password credentials.
LoginIdentityProviderConfigurationContext - Interface in org.apache.nifi.authentication
 
LoginIdentityProviderContext - Annotation Type in org.apache.nifi.authentication.annotation
 
LoginIdentityProviderInitializationContext - Interface in org.apache.nifi.authentication
 
LoginIdentityProviderLookup - Interface in org.apache.nifi.authentication
 
LogLevel - Enum in org.apache.nifi.logging
 
LogLevel() - Constructor for enum org.apache.nifi.logging.LogLevel
 

M

maps - Variable in class org.apache.nifi.registry.MultiMap
 
markDestructable(ResourceClaim) - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaimManager
Indicates that the given ResourceClaim can now be destroyed by the appropriate Content Repository.
match - Variable in class org.apache.nifi.search.SearchResult.Builder
 
match(String) - Method in class org.apache.nifi.search.SearchResult.Builder
Set the matching string for the search result.
match - Variable in class org.apache.nifi.search.SearchResult
 
maxFileSize - Variable in class org.apache.nifi.provenance.search.Query
 
maxResults - Variable in class org.apache.nifi.provenance.search.Query
 
merge(Collection<ContentClaim>, ContentClaim, byte[], byte[], byte[]) - Method in interface org.apache.nifi.controller.repository.ContentRepository
Creates a new content item that is the merger in iteration order of all content for the given claims
merge(ProcessGroupStatus, ProcessGroupStatus) - Static method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
merge(Collection<FlowFile>, FlowFile) - Method in interface org.apache.nifi.processor.ProcessSession
Combines the content of all given source FlowFiles into a single given destination FlowFile.
merge(Collection<FlowFile>, FlowFile, byte[], byte[], byte[]) - Method in interface org.apache.nifi.processor.ProcessSession
Combines the content of all given source FlowFiles into a single given destination FlowFile.
message - Variable in class org.apache.nifi.reporting.Bulletin
 
messageMatches(String) - Method in class org.apache.nifi.reporting.BulletinQuery.Builder
 
messagePattern - Variable in class org.apache.nifi.reporting.BulletinQuery.Builder
 
messagePattern - Variable in class org.apache.nifi.reporting.BulletinQuery
 
MetricDescriptor<T> - Interface in org.apache.nifi.controller.status.history
Describes a particular metric that is derived from a Status History
MetricDescriptor.Formatter - Enum in org.apache.nifi.controller.status.history
 
minFileSize - Variable in class org.apache.nifi.provenance.search.Query
 
MINIMUM_SCHEDULING_NANOS - Static variable in interface org.apache.nifi.controller.Triggerable
 
MissingFlowFileException - Exception in org.apache.nifi.processor.exception
Thrown to indicate that the content for some FlowFile could not be found.
MissingFlowFileException(String, Throwable) - Constructor for exception org.apache.nifi.processor.exception.MissingFlowFileException
 
modifyAttributes(FlowFile) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type ATTRIBUTES_MODIFIED that indicates that the Attributes of the given FlowFile were updated.
modifyAttributes(FlowFile, String) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type ATTRIBUTES_MODIFIED that indicates that the Attributes of the given FlowFile were updated.
modifyContent(FlowFile) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type CONTENT_MODIFIED that indicates that the content of the given FlowFile has been modified.
modifyContent(FlowFile, String) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type CONTENT_MODIFIED that indicates that the content of the given FlowFile has been modified.
modifyContent(FlowFile, long) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type CONTENT_MODIFIED that indicates that the content of the given FlowFile has been modified.
modifyContent(FlowFile, String, long) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type CONTENT_MODIFIED that indicates that the content of the given FlowFile has been modified.
MoveDetails - Interface in org.apache.nifi.action.details
Provides details about a move action.
MultiMap<V> - Class in org.apache.nifi.registry
 
MultiMap() - Constructor for class org.apache.nifi.registry.MultiMap
 
MultiMapVariableRegistry - Class in org.apache.nifi.registry
This implementation of variable registry uses the MultiMap which stores one or more registries that can be searched, accessed and appended.
MultiMapVariableRegistry() - Constructor for class org.apache.nifi.registry.MultiMapVariableRegistry
 
MultiMapVariableRegistry(Map<String, String>...) - Constructor for class org.apache.nifi.registry.MultiMapVariableRegistry
 

N

name - Variable in class org.apache.nifi.components.PropertyDescriptor.Builder
 
name(String) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
Sets the property name.
name - Variable in class org.apache.nifi.components.PropertyDescriptor
The proper name for the property.
name - Variable in class org.apache.nifi.controller.status.ConnectionStatus
 
name - Variable in class org.apache.nifi.controller.status.PortStatus
 
name - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
 
name - Variable in class org.apache.nifi.controller.status.ProcessorStatus
 
name - Variable in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
name - Variable in class org.apache.nifi.processor.Relationship.Builder
 
name(String) - Method in class org.apache.nifi.processor.Relationship.Builder
 
name - Variable in class org.apache.nifi.processor.Relationship
The proper name of the relationship.
name - Variable in class org.apache.nifi.reporting.AbstractReportingTask
 
name - Variable in class org.apache.nifi.web.ComponentDescriptor.Builder
 
name(String) - Method in class org.apache.nifi.web.ComponentDescriptor.Builder
 
name - Variable in class org.apache.nifi.web.ComponentDescriptor
 
name - Variable in class org.apache.nifi.web.ComponentDetails.Builder
 
name(String) - Method in class org.apache.nifi.web.ComponentDetails.Builder
 
name - Variable in class org.apache.nifi.web.ComponentDetails
 
name - Variable in class org.apache.nifi.web.ConfigurationAction.Builder
 
name(String) - Method in class org.apache.nifi.web.ConfigurationAction.Builder
 
name - Variable in class org.apache.nifi.web.ConfigurationAction
 
name - Variable in class org.apache.nifi.web.ProcessorConfigurationAction.Builder
Deprecated.
 
name(String) - Method in class org.apache.nifi.web.ProcessorConfigurationAction.Builder
Deprecated.
 
name - Variable in class org.apache.nifi.web.ProcessorConfigurationAction
Deprecated.
 
name - Variable in class org.apache.nifi.web.ProcessorInfo.Builder
Deprecated.
 
name(String) - Method in class org.apache.nifi.web.ProcessorInfo.Builder
Deprecated.
 
name - Variable in class org.apache.nifi.web.ProcessorInfo
Deprecated.
 
nameMatches(String) - Method in class org.apache.nifi.reporting.BulletinQuery.Builder
 
namePattern - Variable in class org.apache.nifi.reporting.BulletinQuery.Builder
 
namePattern - Variable in class org.apache.nifi.reporting.BulletinQuery
 
NEGATIVE_EXPLANATION - Static variable in class org.apache.nifi.components.PropertyDescriptor.ConstrainedSetValidator
 
newExpressionLanguageCompiler() - Method in interface org.apache.nifi.components.ValidationContext
 
newPropertyValue(String) - Method in interface org.apache.nifi.components.ValidationContext
 
newPropertyValue(String) - Method in interface org.apache.nifi.processor.ProcessContext
Creates and returns a PropertyValue object that can be used for evaluating the value of the given String
newResourceClaim(String, String, String, boolean) - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaimManager
Creates a new Resource Claim with the given id, container, section, and loss tolerance.
newSearchTerm(SearchableField, String) - Static method in class org.apache.nifi.provenance.search.SearchTerms
 
NiFiWebConfigurationContext - Interface in org.apache.nifi.web
NiFi web context providing limited access to dataflow configuration for component custom UIs.
NiFiWebConfigurationRequestContext - Interface in org.apache.nifi.web
Contextual details required to make a configuration request from a UI extension.
NiFiWebContext - Interface in org.apache.nifi.web
Deprecated.
NiFiWebContextConfig - Interface in org.apache.nifi.web
Deprecated.
NiFiWebRequestContext - Interface in org.apache.nifi.web
Contextual details required to make a request from a UI extension.
nodeAddress - Variable in class org.apache.nifi.reporting.Bulletin
 
NULL_DESCRIPTOR - Static variable in class org.apache.nifi.components.PropertyDescriptor
 

O

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

P

parseDataSize(String, DataUnit) - Static method in enum org.apache.nifi.processor.DataUnit
 
partialContents - Variable in exception org.apache.nifi.controller.repository.IncompleteSwapFileException
 
password - Variable in class org.apache.nifi.authentication.LoginCredentials
 
peek(String, FlowFileQueue) - Method in interface org.apache.nifi.controller.repository.FlowFileSwapManager
Recovers the FlowFiles from the swap file that lives at the given location.
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.
poll(Set<FlowFileRecord>) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
 
poll(int, Set<FlowFileRecord>) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
 
poll(FlowFileFilter, Set<FlowFileRecord>) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
 
populateRegistry(VariableRegistry, FlowFile, Map<String, String>) - Static method in class org.apache.nifi.registry.VariableRegistryUtils
 
PortStatus - Class in org.apache.nifi.controller.status
The status of a port.
PortStatus() - Constructor for class org.apache.nifi.controller.status.PortStatus
 
POSITIVE_EXPLANATION - Static variable in class org.apache.nifi.components.PropertyDescriptor.ConstrainedSetValidator
 
POWERS - Static variable in enum org.apache.nifi.processor.DataUnit
 
preDestruction() - Method in interface org.apache.nifi.authentication.LoginIdentityProvider
Called immediately before instance destruction for implementers to release resources.
preDestruction() - Method in interface org.apache.nifi.authorization.AuthorityProvider
Called immediately before instance destruction for implementers to release resources.
previousValue - Variable in class org.apache.nifi.web.ConfigurationAction.Builder
 
previousValue(String) - Method in class org.apache.nifi.web.ConfigurationAction.Builder
 
previousValue - Variable in class org.apache.nifi.web.ConfigurationAction
 
previousValue - Variable in class org.apache.nifi.web.ProcessorConfigurationAction.Builder
Deprecated.
 
previousValue(String) - Method in class org.apache.nifi.web.ProcessorConfigurationAction.Builder
Deprecated.
 
previousValue - Variable in class org.apache.nifi.web.ProcessorConfigurationAction
Deprecated.
 
PrimaryNodeState - Enum in org.apache.nifi.annotation.notification
Represents a state change that occurred for the Primary Node of a NiFi cluster.
PrimaryNodeState() - Constructor for enum org.apache.nifi.annotation.notification.PrimaryNodeState
 
process(InputStream) - Method in interface org.apache.nifi.processor.io.InputStreamCallback
Provides a managed input stream for use.
process(OutputStream) - Method in interface org.apache.nifi.processor.io.OutputStreamCallback
Provides a managed output stream for use.
process(InputStream, OutputStream) - Method in interface org.apache.nifi.processor.io.StreamCallback
Provides a managed output stream for use.
ProcessContext - Interface in org.apache.nifi.processor
Provides a bridge between a Processor and the NiFi Framework
ProcessException - Exception in org.apache.nifi.processor.exception
Indicates an issue occurred in user code while processing a FlowFile.
ProcessException() - Constructor for exception org.apache.nifi.processor.exception.ProcessException
 
ProcessException(String) - Constructor for exception org.apache.nifi.processor.exception.ProcessException
 
ProcessException(String, Throwable) - Constructor for exception org.apache.nifi.processor.exception.ProcessException
 
ProcessException(Throwable) - Constructor for exception org.apache.nifi.processor.exception.ProcessException
 
ProcessGroupStatus - Class in org.apache.nifi.controller.status
 
ProcessGroupStatus() - Constructor for class org.apache.nifi.controller.status.ProcessGroupStatus
 
processGroupStatus - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
 
processingNanos - Variable in class org.apache.nifi.controller.status.ProcessorStatus
 
Processor - Interface in org.apache.nifi.processor
Processor objects operate on FlowFile objects where the processors are linked together via relationships forming a directed graph structure.
ProcessorConfigurationAction - Class in org.apache.nifi.web
Deprecated.
ProcessorConfigurationAction(ProcessorConfigurationAction.Builder) - Constructor for class org.apache.nifi.web.ProcessorConfigurationAction
Deprecated.
 
ProcessorConfigurationAction.Builder - Class in org.apache.nifi.web
Deprecated.
 
processorId - Variable in class org.apache.nifi.web.ProcessorConfigurationAction.Builder
Deprecated.
 
processorId(String) - Method in class org.apache.nifi.web.ProcessorConfigurationAction.Builder
Deprecated.
 
processorId - Variable in class org.apache.nifi.web.ProcessorConfigurationAction
Deprecated.
 
ProcessorInfo - Class in org.apache.nifi.web
Deprecated.
ProcessorInfo(ProcessorInfo.Builder) - Constructor for class org.apache.nifi.web.ProcessorInfo
Deprecated.
 
ProcessorInfo.Builder - Class in org.apache.nifi.web
Deprecated.
 
ProcessorInitializationContext - Interface in org.apache.nifi.processor
The ProcessorInitializationContext provides Processors access to objects that may be of use throughout the life of the Processor.
ProcessorLog - Interface in org.apache.nifi.logging
Deprecated.
use the super interface ComponentLog
processorName - Variable in class org.apache.nifi.web.ProcessorConfigurationAction.Builder
Deprecated.
 
processorName(String) - Method in class org.apache.nifi.web.ProcessorConfigurationAction.Builder
Deprecated.
 
processorName - Variable in class org.apache.nifi.web.ProcessorConfigurationAction
Deprecated.
 
processorStatus - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
 
ProcessorStatus - Class in org.apache.nifi.controller.status
 
ProcessorStatus() - Constructor for class org.apache.nifi.controller.status.ProcessorStatus
 
processorType - Variable in class org.apache.nifi.web.ProcessorConfigurationAction.Builder
Deprecated.
 
processorType(String) - Method in class org.apache.nifi.web.ProcessorConfigurationAction.Builder
Deprecated.
 
processorType - Variable in class org.apache.nifi.web.ProcessorConfigurationAction
Deprecated.
 
ProcessSession - Interface in org.apache.nifi.processor
A process session encompasses all the behaviors a processor can perform to obtain, clone, read, modify remove FlowFiles in an atomic unit.
ProcessSessionFactory - Interface in org.apache.nifi.processor
Factory for creating a ProcessSession
properties - Variable in class org.apache.nifi.web.ComponentDetails.Builder
 
properties(Map<String, String>) - Method in class org.apache.nifi.web.ComponentDetails.Builder
 
properties - Variable in class org.apache.nifi.web.ComponentDetails
 
properties - Variable in class org.apache.nifi.web.ProcessorInfo.Builder
Deprecated.
 
properties(Map<String, String>) - Method in class org.apache.nifi.web.ProcessorInfo.Builder
Deprecated.
 
properties - Variable in class org.apache.nifi.web.ProcessorInfo
Deprecated.
 
PropertiesVariableRegistry - Class in org.apache.nifi.registry
 
PropertiesVariableRegistry(File...) - Constructor for class org.apache.nifi.registry.PropertiesVariableRegistry
 
PropertiesVariableRegistry(Path...) - Constructor for class org.apache.nifi.registry.PropertiesVariableRegistry
 
PropertiesVariableRegistry(Properties...) - Constructor for class org.apache.nifi.registry.PropertiesVariableRegistry
 
PropertyDescriptor - Class in org.apache.nifi.components
An immutable object for holding information about a type of processor property.
PropertyDescriptor(PropertyDescriptor.Builder) - Constructor for class org.apache.nifi.components.PropertyDescriptor
 
PropertyDescriptor.Builder - Class in org.apache.nifi.components
 
PropertyDescriptor.ConstrainedSetValidator - Class in org.apache.nifi.components
 
PropertyValue - Interface in org.apache.nifi.components
A PropertyValue provides a mechanism whereby the currently configured value of a processor property can be obtained in different forms.
ProvenanceEventBuilder - Interface in org.apache.nifi.provenance
 
ProvenanceEventLineageNode - Interface in org.apache.nifi.provenance.lineage
 
ProvenanceEventRecord - Interface in org.apache.nifi.provenance
Describes an event that happened to a FlowFile.
ProvenanceEventRepository - Interface in org.apache.nifi.provenance
This Repository houses Provenance Events.
ProvenanceEventType - Enum in org.apache.nifi.provenance
 
ProvenanceEventType() - Constructor for enum org.apache.nifi.provenance.ProvenanceEventType
 
ProvenanceReporter - Interface in org.apache.nifi.provenance
ProvenanceReporter generates and records Provenance-related events.
ProviderCreationException - Exception in org.apache.nifi.authorization.exception
Represents the exceptional case when an AuthorityProvider fails instantiated.
ProviderCreationException() - Constructor for exception org.apache.nifi.authorization.exception.ProviderCreationException
 
ProviderCreationException(String) - Constructor for exception org.apache.nifi.authorization.exception.ProviderCreationException
 
ProviderCreationException(Throwable) - Constructor for exception org.apache.nifi.authorization.exception.ProviderCreationException
 
ProviderCreationException(String, Throwable) - Constructor for exception org.apache.nifi.authorization.exception.ProviderCreationException
 
ProviderDestructionException - Exception in org.apache.nifi.authorization.exception
Represents the exceptional case when an AuthorityProvider fails destruction.
ProviderDestructionException() - Constructor for exception org.apache.nifi.authorization.exception.ProviderDestructionException
 
ProviderDestructionException(String) - Constructor for exception org.apache.nifi.authorization.exception.ProviderDestructionException
 
ProviderDestructionException(Throwable) - Constructor for exception org.apache.nifi.authorization.exception.ProviderDestructionException
 
ProviderDestructionException(String, Throwable) - Constructor for exception org.apache.nifi.authorization.exception.ProviderDestructionException
 
purge() - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaimManager
Clears the manager's memory of any and all ResourceClaims that it knows about
purge() - Method in interface org.apache.nifi.controller.repository.ContentRepository
Purges the contents of the repository, as if the repository were newly created.
purge() - Method in interface org.apache.nifi.controller.repository.FlowFileSwapManager
Purge all known Swap Files without updating FlowFileRepository or Provenance Repository
PurgeDetails - Interface in org.apache.nifi.action.details
Provides details about a purge action.
purgeSwapFiles() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
Destroys any Swap Files that exist for this queue without updating the FlowFile Repository or Provenance Repository.
put(FlowFileRecord) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
places the given file into the queue
put(String, V) - Method in class org.apache.nifi.registry.MultiMap
 
putAll(Collection<FlowFileRecord>) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
places the given files into the queue
putAll(Map<? extends String, ? extends V>) - Method in class org.apache.nifi.registry.MultiMap
 
putAllAttributes(FlowFile, Map<String, String>) - Method in interface org.apache.nifi.processor.ProcessSession
Updates the given FlowFiles attributes with the given key/value pairs.
putAttribute(FlowFile, String, String) - Method in interface org.apache.nifi.processor.ProcessSession
Updates the given FlowFiles attributes with the given key/value pair.

Q

Query - Class in org.apache.nifi.provenance.search
 
Query(String) - Constructor for class org.apache.nifi.provenance.search.Query
 
QueryResult - Interface in org.apache.nifi.provenance.search
 
QuerySubmission - Interface in org.apache.nifi.provenance.search
 
queuedBytes - Variable in class org.apache.nifi.controller.status.ConnectionStatus
 
queuedContentSize - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
 
queuedCount - Variable in class org.apache.nifi.controller.status.ConnectionStatus
 
queuedCount - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
 
QueueProvider - Interface in org.apache.nifi.controller.repository
Provides a collection of FlowFileQueues that represents all queues in the current flow
QueueSize - Class in org.apache.nifi.controller.queue
 
QueueSize(int, long) - Constructor for class org.apache.nifi.controller.queue.QueueSize
 

R

read(ContentClaim) - Method in interface org.apache.nifi.controller.repository.ContentRepository
Provides access to the input stream for the given claim
read(FlowFile, InputStreamCallback) - Method in interface org.apache.nifi.processor.ProcessSession
Executes the given callback against the contents corresponding to the given FlowFile.
read(FlowFile, boolean, InputStreamCallback) - Method in interface org.apache.nifi.processor.ProcessSession
Executes the given callback against the contents corresponding to the given FlowFile.
ReadsAttribute - Annotation Type in org.apache.nifi.annotation.behavior
Annotation that may be placed on a Processor indicating that this processor reads a specific FlowFile attribute.
ReadsAttributes - Annotation Type in org.apache.nifi.annotation.behavior
Annotation that may be placed on a Processor indicating that this processor reads specific FlowFile attributes.
receive(FlowFile, String) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type RECEIVE that indicates that the given FlowFile was created from data received from an external source.
receive(FlowFile, String, String) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type RECEIVE that indicates that the given FlowFile was created from data received from the specified URI and that the source system used the specified identifier (a URI with namespace) to refer to the data.
receive(FlowFile, String, long) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type RECEIVE that indicates that the given FlowFile was created from data received from an external source.
receive(FlowFile, String, String, long) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type RECEIVE that indicates that the given FlowFile was created from data received from an external source and provides additional details about the receipt of the FlowFile, such as a remote system's Distinguished Name.
receive(FlowFile, String, String, String, long) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type RECEIVE that indicates that the given FlowFile was created from data received from an external source and provides additional details about the receipt of the FlowFile, such as a remote system's Distinguished Name.
receivedContentSize - Variable in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
receivedCount - Variable in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
recoverSwapLocations(FlowFileQueue) - Method in interface org.apache.nifi.controller.repository.FlowFileSwapManager
Determines swap files that exist for the given FlowFileQueue
recoverSwappedFlowFiles() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
Reads any Swap Files that belong to this queue and returns a summary of what is swapped out.
reduce(List<T>) - Method in interface org.apache.nifi.controller.status.history.ValueReducer
 
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.
registry - Variable in class org.apache.nifi.registry.MultiMapVariableRegistry
 
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
 
RemoteDestination - Interface in org.apache.nifi.remote
A model object for referring to a remote destination (i.e., a Port) for site-to-site communications
RemoteProcessGroupDetails - Interface in org.apache.nifi.action.component.details
Provides details of a remote process group to an Action.
remoteProcessGroupStatus - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
 
RemoteProcessGroupStatus - Class in org.apache.nifi.controller.status
 
RemoteProcessGroupStatus() - Constructor for class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
remove(ContentClaim) - Method in interface org.apache.nifi.controller.repository.ContentRepository
Removes the content indicated by the given claim
remove(FlowFile) - Method in interface org.apache.nifi.processor.ProcessSession
Ends the managed persistence for the given FlowFile.
remove(Collection<FlowFile>) - Method in interface org.apache.nifi.processor.ProcessSession
Ends the managed persistence for the given FlowFiles.
remove(Object) - Method in class org.apache.nifi.registry.MultiMap
 
removeAllAttributes(FlowFile, Set<String>) - Method in interface org.apache.nifi.processor.ProcessSession
Removes the attributes with the given keys from the given FlowFile.
removeAllAttributes(FlowFile, Pattern) - Method in interface org.apache.nifi.processor.ProcessSession
Remove all attributes from the given FlowFile that have keys which match the given pattern.
removeAttribute(FlowFile, String) - Method in interface org.apache.nifi.processor.ProcessSession
Removes the given FlowFile attribute with the given key.
removeChildFlowFile(FlowFile) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Removes the given FlowFile as a child for Events of type ProvenanceEventType#SPAWN, ProvenanceEventType.FORK, ProvenanceEventType.JOIN, and ProvenanceEventType.CLONE This is valid only for ProvenanceEventType#SPAWN, ProvenanceEventType.FORK, ProvenanceEventType.JOIN, and ProvenanceEventType.CLONE events and will be ignored for any other event types.
removeParentFlowFile(FlowFile) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Removes the given FlowFile as a parent for Events of type ProvenanceEventType#SPAWN, ProvenanceEventType.FORK, ProvenanceEventType.JOIN, and ProvenanceEventType.CLONE This is valid only for ProvenanceEventType#SPAWN, ProvenanceEventType.FORK, ProvenanceEventType.JOIN, and ProvenanceEventType.CLONE events and will be ignored for any other event types.
replace(StateMap, Map<String, String>, Scope) - Method in interface org.apache.nifi.components.state.StateManager
Updates the value of the component's state to the new value if and only if the value currently is the same as the given oldValue.
replace(StateMap, Map<String, String>, String) - Method in interface org.apache.nifi.components.state.StateProvider
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.
reportEvent(Severity, String, String) - Method in interface org.apache.nifi.events.EventReporter
 
ReportingContext - Interface in org.apache.nifi.reporting
This interface provides a bridge between the NiFi Framework and a ReportingTask.
ReportingInitializationContext - Interface in org.apache.nifi.reporting
A ReportingConfiguration provides configuration information to a ReportingTask at the time of initialization
ReportingTask - Interface in org.apache.nifi.reporting
Defines a task that is responsible for reporting status information to external destinations.
RepositoryRecord - Interface in org.apache.nifi.controller.repository
Represents an abstraction of a FlowFile that can be used to track changing state of a FlowFile so that transactionality with repositories can exist
RepositoryRecordType - Enum in org.apache.nifi.controller.repository
 
RepositoryRecordType() - Constructor for enum org.apache.nifi.controller.repository.RepositoryRecordType
 
required - Variable in class org.apache.nifi.components.PropertyDescriptor.Builder
 
required(boolean) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
 
required - Variable in class org.apache.nifi.components.PropertyDescriptor
Determines whether the property is required for this processor
Requirement() - Constructor for enum org.apache.nifi.annotation.behavior.InputRequirement.Requirement
 
ResourceClaim - Interface in org.apache.nifi.controller.repository.claim
Represents a resource that can be provided by a ContentRepository
ResourceClaimManager - Interface in org.apache.nifi.controller.repository.claim
Responsible for managing all ResourceClaims that are used in the application
ResourceNotFoundException - Exception in org.apache.nifi.web
Exception indicating that the desired resource was not found.
ResourceNotFoundException(String) - Constructor for exception org.apache.nifi.web.ResourceNotFoundException
 
ResourceNotFoundException(String, Throwable) - Constructor for exception org.apache.nifi.web.ResourceNotFoundException
 
result - Variable in class org.apache.nifi.authorization.DownloadAuthorization
 
Result() - Constructor for enum org.apache.nifi.authorization.DownloadAuthorization.Result
 
ResultType() - Constructor for enum org.apache.nifi.expression.AttributeExpression.ResultType
 
retrieveLineageSubmission(String) - Method in interface org.apache.nifi.provenance.ProvenanceEventRepository
 
retrieveQuerySubmission(String) - Method in interface org.apache.nifi.provenance.ProvenanceEventRepository
 
Revision - Class in org.apache.nifi.web
A model object representing a revision.
Revision(Long, String) - Constructor for class org.apache.nifi.web.Revision
 
revokeGroup(String) - Method in interface org.apache.nifi.authorization.AuthorityProvider
Revokes all users for a specified group.
revokeUser(String) - Method in interface org.apache.nifi.authorization.AuthorityProvider
Revokes the specified user.
rollback() - Method in interface org.apache.nifi.processor.ProcessSession
Reverts any changes made during this session.
rollback(boolean) - Method in interface org.apache.nifi.processor.ProcessSession
Reverts any changes made during this session.
route(FlowFile, Relationship) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type ROUTE that indicates that the given FlowFile was routed to the given Relationship.
route(FlowFile, Relationship, String) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type ROUTE that indicates that the given FlowFile was routed to the given Relationship.
route(FlowFile, Relationship, long) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type ROUTE that indicates that the given FlowFile was routed to the given Relationship.
route(FlowFile, Relationship, String, long) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type ROUTE that indicates that the given FlowFile was routed to the given Relationship.
runStatus - Variable in class org.apache.nifi.controller.status.PortStatus
 
runStatus - Variable in class org.apache.nifi.controller.status.ProcessorStatus
 
RunStatus - Enum in org.apache.nifi.controller.status
 
RunStatus() - Constructor for enum org.apache.nifi.controller.status.RunStatus
 

S

saveActions(NiFiWebRequestContext, Collection<ConfigurationAction>) - Method in interface org.apache.nifi.web.NiFiWebConfigurationContext
Provides a mechanism for custom UIs to save actions to appear in NiFi configuration history.
saveActions(Collection<ProcessorConfigurationAction>) - Method in interface org.apache.nifi.web.NiFiWebContext
Deprecated.
Provides a mechanism for custom UIs to save actions to appear in NiFi configuration history.
scheduled - Variable in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
 
ScheduledState - Enum in org.apache.nifi.controller
Indicates the valid values for the state of a Triggerable entity with respect to scheduling the entity to run.
ScheduledState() - Constructor for enum org.apache.nifi.controller.ScheduledState
 
SchedulingContext - Interface in org.apache.nifi.processor
 
schedulingNanos - Variable in class org.apache.nifi.reporting.AbstractReportingTask
 
SchedulingStrategy - Enum in org.apache.nifi.scheduling
Defines a Scheduling Strategy to use when scheduling Components (Ports, Funnels, Processors) to run
SchedulingStrategy(int, String) - Constructor for enum org.apache.nifi.scheduling.SchedulingStrategy
 
Scope - Enum in org.apache.nifi.components.state
A Scope represents how a NiFi component's state is to be stored and retrieved when running in a cluster.
Scope() - Constructor for enum org.apache.nifi.components.state.Scope
 
search(SearchContext) - Method in interface org.apache.nifi.search.Searchable
 
Searchable - Interface in org.apache.nifi.search
 
SearchableField - Interface in org.apache.nifi.provenance.search
A SearchableField represents a field in a Provenance Event that can be searched
SearchableFieldType - Enum in org.apache.nifi.provenance.search
 
SearchableFieldType() - Constructor for enum org.apache.nifi.provenance.search.SearchableFieldType
 
SearchContext - Interface in org.apache.nifi.search
 
SearchResult - Class in org.apache.nifi.search
 
SearchResult(SearchResult.Builder) - Constructor for class org.apache.nifi.search.SearchResult
 
SearchResult.Builder - Class in org.apache.nifi.search
 
SearchTerm - Interface in org.apache.nifi.provenance.search
 
searchTerms - Variable in class org.apache.nifi.provenance.search.Query
 
SearchTerms - Class in org.apache.nifi.provenance.search
 
SearchTerms() - Constructor for class org.apache.nifi.provenance.search.SearchTerms
 
SeeAlso - Annotation Type in org.apache.nifi.annotation.documentation
Annotation that may be placed on a null Processor, ControllerService, or ReportingTask that indicates this component is related to the components listed.
SELF - Static variable in class org.apache.nifi.processor.Relationship
 
send(FlowFile, String) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type SEND that indicates that a copy of the given FlowFile was sent to an external destination.
send(FlowFile, String, String) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type SEND that indicates that a copy of the given FlowFile was sent to an external destination.
send(FlowFile, String, long) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type SEND that indicates that a copy of the given FlowFile was sent to an external destination.
send(FlowFile, String, String, long) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type SEND that indicates that a copy of the given FlowFile was sent to an external destination.
send(FlowFile, String, boolean) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type SEND that indicates that a copy of the given FlowFile was sent to an external destination.
send(FlowFile, String, String, boolean) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type SEND that indicates that a copy of the given FlowFile was sent to an external destination.
send(FlowFile, String, long, boolean) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type SEND that indicates that a copy of the given FlowFile was sent to an external destination.
send(FlowFile, String, String, long, boolean) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
Emits a Provenance Event of type SEND that indicates that a copy of the given FlowFile was sent to an external destination.
sensitive - Variable in class org.apache.nifi.components.PropertyDescriptor.Builder
 
sensitive(boolean) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
 
sensitive - Variable in class org.apache.nifi.components.PropertyDescriptor
indicates that the value for this property should be considered sensitive and protected whenever stored or represented
sentContentSize - Variable in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
sentCount - Variable in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
serialVersionUID - Static variable in exception org.apache.nifi.components.state.exception.StateTooLargeException
 
serialVersionUID - Static variable in exception org.apache.nifi.controller.repository.IncompleteSwapFileException
 
serialVersionUID - Static variable in exception org.apache.nifi.processor.exception.FlowFileAccessException
 
serialVersionUID - Static variable in exception org.apache.nifi.processor.exception.FlowFileHandlingException
 
serialVersionUID - Static variable in exception org.apache.nifi.processor.exception.MissingFlowFileException
 
serialVersionUID - Static variable in exception org.apache.nifi.processor.exception.ProcessException
 
serviceLookup - Variable in class org.apache.nifi.controller.AbstractControllerService
 
serviceLookup - Variable in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
 
serviceLookup - Variable in class org.apache.nifi.reporting.AbstractReportingTask
 
setActiveRemotePortCount(Integer) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
setActiveThreadCount(Integer) - Method in class org.apache.nifi.controller.status.PortStatus
 
setActiveThreadCount(Integer) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setActiveThreadCount(int) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
setActiveThreadCount(Integer) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
setAlternateIdentifierUri(String) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Associates the given identifier with the FlowFile for which this Event is created.
setAnnotationData(NiFiWebConfigurationRequestContext, String) - Method in interface org.apache.nifi.web.NiFiWebConfigurationContext
Sets the annotation data for the underlying component.
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.
setAuthorities(String, Set<Authority>) - Method in interface org.apache.nifi.authorization.AuthorityProvider
Sets the specified authorities for the specified user.
setAuthorizationIssues(List<String>) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
setAverageLineageDuration(long, TimeUnit) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
setAverageLineageDuration(long) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
setAverageLineageDuration(long) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
setAverageLineageDuration(long, TimeUnit) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
setBackPressureDataSizeThreshold(String) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
 
setBackPressureDataSizeThreshold(String) - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
setBackPressureObjectThreshold(long) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
Establishes this queue's preferred maximum work load.
setBackPressureObjectThreshold(long) - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
setBytesRead(Long) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setBytesRead(long) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
setBytesReceived(long) - Method in class org.apache.nifi.controller.status.PortStatus
 
setBytesReceived(long) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setBytesReceived(long) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
setBytesSent(long) - Method in class org.apache.nifi.controller.status.PortStatus
 
setBytesSent(long) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setBytesSent(long) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
setBytesTransferred(long) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setBytesWritten(Long) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setBytesWritten(long) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
setCategory(String) - Method in class org.apache.nifi.reporting.Bulletin
 
setComponentId(String) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Sets the unique identifier of the NiFi Component (such as a Processor) that is generating the Event
setComponentType(String) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Sets the type of the Component that is generating the Event.
setConnectionStatus(Collection<ConnectionStatus>) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setCreationTimestamp(long) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setCurrentContentClaim(String, String, String, Long, long) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Sets the Content Claim that the FlowFile is associated with as a result of this event
setDestinationId(String) - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
setDestinationName(String) - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
setDetails(String) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Sets the details for this event.
setEndDate(Date) - Method in class org.apache.nifi.provenance.search.Query
 
setEventDuration(long) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Sets the amount of time that was required in order to perform the function referred to by this event
setEventTime(long) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Sets the time at which the Provenance Event took place
setEventType(ProvenanceEventType) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Sets the type of ProvenanceEventRecord
setFlowFileEntryDate(long) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Sets the date and time at which the FlowFile entered the flow
setFlowFileExpiration(String) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
 
setFlowFilesReceived(int) - Method in class org.apache.nifi.controller.status.PortStatus
 
setFlowFilesReceived(int) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setFlowFilesReceived(int) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
setFlowFilesRemoved(int) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
setFlowFilesSent(int) - Method in class org.apache.nifi.controller.status.PortStatus
 
setFlowFilesSent(int) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setFlowFilesSent(int) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
setFlowFilesTransferred(int) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setFlowFileUUID(String) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Sets the UUID to associate with the FlowFile
setGroupId(String) - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
setGroupId(String) - Method in class org.apache.nifi.controller.status.PortStatus
 
setGroupId(String) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
setGroupId(String) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
setGroupId(String) - Method in class org.apache.nifi.reporting.Bulletin
 
setId(String) - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
setId(String) - Method in class org.apache.nifi.controller.status.PortStatus
 
setId(String) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setId(String) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
setId(String) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
setInactiveRemotePortCount(Integer) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
setInputBytes(long) - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
setInputBytes(long) - Method in class org.apache.nifi.controller.status.PortStatus
 
setInputBytes(long) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
setInputContentSize(Long) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setInputCount(int) - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
setInputCount(int) - Method in class org.apache.nifi.controller.status.PortStatus
 
setInputCount(Integer) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setInputCount(int) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
setInputPortStatus(Collection<PortStatus>) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setInvocations(int) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
setLevel(String) - Method in class org.apache.nifi.reporting.Bulletin
 
setLineageIdentifiers(Set<String>) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Sets the Lineage Identifiers.
setLineageStartDate(long) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Sets the time at which the FlowFile's lineage began
setMaxConcurrentTasks(int) - Method in interface org.apache.nifi.controller.Triggerable
Determines the number of concurrent tasks that may be running for this Triggerable.
setMaxFileSize(String) - Method in class org.apache.nifi.provenance.search.Query
 
setMaxResults(int) - Method in class org.apache.nifi.provenance.search.Query
 
setMessage(String) - Method in class org.apache.nifi.reporting.Bulletin
 
setMinFileSize(String) - Method in class org.apache.nifi.provenance.search.Query
 
setName(String) - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
setName(String) - Method in class org.apache.nifi.controller.status.PortStatus
 
setName(String) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setName(String) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
setName(String) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
setNodeAddress(String) - Method in class org.apache.nifi.reporting.Bulletin
 
setOutputBytes(long) - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
setOutputBytes(long) - Method in class org.apache.nifi.controller.status.PortStatus
 
setOutputBytes(long) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
setOutputContentSize(Long) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setOutputCount(int) - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
setOutputCount(int) - Method in class org.apache.nifi.controller.status.PortStatus
 
setOutputCount(Integer) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setOutputCount(int) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
setOutputPortStatus(Collection<PortStatus>) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setPreviousContentClaim(String, String, String, Long, long) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Sets the Content Claim that the FlowFile was previously associated with before this event occurred.
setPriorities(List<FlowFilePrioritizer>) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
Resets the comparator used by this queue to maintain order.
setProcessGroupStatus(Collection<ProcessGroupStatus>) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setProcessingNanos(long) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
setProcessorAnnotationData(NiFiWebContextConfig, String) - Method in interface org.apache.nifi.web.NiFiWebContext
Deprecated.
Sets the Processor annotation data.
setProcessorStatus(Collection<ProcessorStatus>) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setProperties(NiFiWebConfigurationRequestContext, Map<String, String>) - Method in interface org.apache.nifi.web.NiFiWebConfigurationContext
Sets the property values for the underlying component.
setQueuedBytes(long) - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
setQueuedContentSize(Long) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setQueuedCount(int) - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
setQueuedCount(Integer) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setReceivedContentSize(Long) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
setReceivedCount(Integer) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
setRelationship(Relationship) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Sets the to which the FlowFile was routed for ProvenanceEventType.ROUTE events.
setRemoteProcessGroupStatus(Collection<RemoteProcessGroupStatus>) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
 
setRunStatus(RunStatus) - Method in class org.apache.nifi.controller.status.PortStatus
 
setRunStatus(RunStatus) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
setScheduldingPeriod(String) - Method in interface org.apache.nifi.controller.Triggerable
Updates how often this Triggerable should be triggered to run
setSentContentSize(Long) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
setSentCount(Integer) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
setSourceId(String) - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
setSourceId(String) - Method in class org.apache.nifi.reporting.Bulletin
 
setSourceName(String) - Method in class org.apache.nifi.controller.status.ConnectionStatus
 
setSourceName(String) - Method in class org.apache.nifi.reporting.Bulletin
 
setSourceQueueIdentifier(String) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Sets the identifier of the FlowFile Queue from which the FlowFile was pulled
setSourceSystemFlowFileIdentifier(String) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Sets the identifier that is used by the remote system to refer to the FlowFile for which this Event is being created.
setSourceType(ComponentType) - Method in class org.apache.nifi.reporting.Bulletin
 
setStartDate(Date) - Method in class org.apache.nifi.provenance.search.Query
 
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>, String) - Method in interface org.apache.nifi.components.state.StateProvider
Updates the value of the component's state, setting the new value to the given state
setTargetUri(String) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
setTransitUri(String) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
Sets the Transit URI that is used for the Event.
setTransmissionStatus(TransmissionStatus) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
setTransmitting(Boolean) - Method in class org.apache.nifi.controller.status.PortStatus
 
setType(String) - Method in class org.apache.nifi.controller.status.ProcessorStatus
 
setUsersGroup(Set<String>, String) - Method in interface org.apache.nifi.authorization.AuthorityProvider
Adds the specified users to the specified group.
Severity - Enum in org.apache.nifi.reporting
 
Severity() - Constructor for enum org.apache.nifi.reporting.Severity
 
shutdown() - Method in interface org.apache.nifi.components.state.StateProvider
Shuts down the StateProvider and cleans up any resources held by it.
shutdown() - Method in interface org.apache.nifi.controller.repository.ContentRepository
Shuts down the Content Repository, freeing any resources that may be held.
SideEffectFree - Annotation Type in org.apache.nifi.annotation.behavior
Marker annotation a Processor implementation can use to indicate that its operations on FlowFiles can be safely repeated across process sessions.
SideEffectFree - Annotation Type in org.apache.nifi.processor.annotation
Deprecated.
This Annotation has been replaced by the SideEffectFree annotation.
size() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
 
size(ContentClaim) - Method in interface org.apache.nifi.controller.repository.ContentRepository
 
size() - Method in class org.apache.nifi.registry.MultiMap
 
Snippet - Interface in org.apache.nifi.controller
A Snippet represents a segment of the flow
SortColumn - Enum in org.apache.nifi.controller.queue
Specifies which column to sort on when performing a Listing of FlowFiles via FlowFileQueue#listFlowFiles(String, SortColumn, SortDirection)
SortColumn(Comparator<FlowFileSummary>) - Constructor for enum org.apache.nifi.controller.queue.SortColumn
 
SortDirection - Enum in org.apache.nifi.controller.queue
Specifies the order in which FlowFiles should be sorted when performing a listing of FlowFiles via the FlowFileQueue#listFlowFiles(String, SortColumn, SortDirection) method
SortDirection() - Constructor for enum org.apache.nifi.controller.queue.SortDirection
 
sourceId - Variable in class org.apache.nifi.controller.status.ConnectionStatus
 
sourceId - Variable in class org.apache.nifi.reporting.Bulletin
 
sourceIdMatches(String) - Method in class org.apache.nifi.reporting.BulletinQuery.Builder
 
sourceIdPattern - Variable in class org.apache.nifi.reporting.BulletinQuery.Builder
 
sourceIdPattern - Variable in class org.apache.nifi.reporting.BulletinQuery
 
sourceName - Variable in class org.apache.nifi.controller.status.ConnectionStatus
 
sourceName - Variable in class org.apache.nifi.reporting.Bulletin
 
sourceType - Variable in class org.apache.nifi.reporting.Bulletin
 
sourceType - Variable in class org.apache.nifi.reporting.BulletinQuery.Builder
 
sourceType(ComponentType) - Method in class org.apache.nifi.reporting.BulletinQuery.Builder
 
sourceType - Variable in class org.apache.nifi.reporting.BulletinQuery
 
startDate - Variable in class org.apache.nifi.provenance.search.Query
 
state - Variable in class org.apache.nifi.web.ComponentDetails.Builder
 
state(String) - Method in class org.apache.nifi.web.ComponentDetails.Builder
 
state - Variable in class org.apache.nifi.web.ComponentDetails
 
state - Variable in class org.apache.nifi.web.ProcessorInfo.Builder
Deprecated.
 
state(String) - Method in class org.apache.nifi.web.ProcessorInfo.Builder
Deprecated.
 
state - Variable in class org.apache.nifi.web.ProcessorInfo
Deprecated.
 
Stateful - Annotation Type in org.apache.nifi.annotation.behavior
Annotation that a Processor, ReportingTask, or Controller Service can use to indicate that the component makes use of the StateManager.
StateManager - Interface in org.apache.nifi.components.state
The StateManager is responsible for providing NiFi components a mechanism for storing and retrieving state.
stateManager - Variable in class org.apache.nifi.controller.AbstractControllerService
 
StateMap - Interface in org.apache.nifi.components.state
Provides a representation of a component's state at some point in time.
StateProvider - Interface in org.apache.nifi.components.state
Provides a mechanism by which components can store and retrieve state.
StateProviderInitializationContext - Interface in org.apache.nifi.components.state
This interface defines an initialization context that is passed to a StateProvider when it is initialized.
StateTooLargeException - Exception in org.apache.nifi.components.state.exception
Thrown when attempting to store state via the StateManager but the state being stored is larger than is allowed by the backing storage mechanism.
StateTooLargeException(String) - Constructor for exception org.apache.nifi.components.state.exception.StateTooLargeException
 
StatusHistory - Interface in org.apache.nifi.controller.status.history
Represents a collection of historical status values for a component
StatusSnapshot - Interface in org.apache.nifi.controller.status.history
A StatusSnapshot represents a Component's status report at some point in time
StreamCallback - Interface in org.apache.nifi.processor.io
 
subject - Variable in class org.apache.nifi.components.ValidationResult.Builder
 
subject(String) - Method in class org.apache.nifi.components.ValidationResult.Builder
Defaults to empty string
subject - Variable in class org.apache.nifi.components.ValidationResult
 
submitExpandChildren(long) - Method in interface org.apache.nifi.provenance.ProvenanceEventRepository
Submits a request to expand the children of the event with the given id
submitExpandParents(long) - Method in interface org.apache.nifi.provenance.ProvenanceEventRepository
Submits a request to expand the parents of the event with the given id
submitLineageComputation(String) - Method in interface org.apache.nifi.provenance.ProvenanceEventRepository
Submits a Lineage Computation to be completed and returns the AsynchronousLineageResult that indicates the status of the request and the results, if the computation is complete.
submitQuery(Query) - Method in interface org.apache.nifi.provenance.ProvenanceEventRepository
Submits an asynchronous request to process the given query, returning an identifier that can be used to fetch the results at a later time
SupportsBatching - Annotation Type in org.apache.nifi.annotation.behavior
Marker annotation a Processor implementation can use to indicate that users should be able to supply a Batch Duration for the Processor.
SupportsBatching - Annotation Type in org.apache.nifi.processor.annotation
Deprecated.
This Annotation has been replaced by the SupportsBatching annotation.
SwapContents - Interface in org.apache.nifi.controller.repository
When FlowFiles are constructed from a Swap File, there is information in addition to the FlowFiles themselves that get stored and recovered.
swapFlowFilesIn(String, List<FlowFileRecord>, FlowFileQueue) - Method in interface org.apache.nifi.controller.repository.FlowFileRepository
Updates the Repository to indicate that the given FlowFileRecpords were Swapped In to memory
swapFlowFilesOut(List<FlowFileRecord>, FlowFileQueue, String) - Method in interface org.apache.nifi.controller.repository.FlowFileRepository
Updates the Repository to indicate that the given FlowFileRecords were Swapped Out of memory
swapIn(String, FlowFileQueue) - Method in interface org.apache.nifi.controller.repository.FlowFileSwapManager
Recovers the FlowFiles from the swap file that lives at the given location and belongs to the FlowFile Queue with the given identifier.
swapLocation - Variable in exception org.apache.nifi.controller.repository.IncompleteSwapFileException
 
SwapManagerInitializationContext - Interface in org.apache.nifi.controller.repository
 
swapOut(List<FlowFileRecord>, FlowFileQueue) - Method in interface org.apache.nifi.controller.repository.FlowFileSwapManager
Swaps out the given FlowFiles that belong to the queue with the given identifier.
SwapSummary - Interface in org.apache.nifi.controller.repository
Provides a summary of the information that is stored in a FlowFile swap file.

T

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

U

UiExtensionType - Enum in org.apache.nifi.web
Types of UI extensions.
UiExtensionType() - Constructor for enum org.apache.nifi.web.UiExtensionType
 
ungroup(String) - Method in interface org.apache.nifi.authorization.AuthorityProvider
Ungroups the specified group.
ungroupUser(String) - Method in interface org.apache.nifi.authorization.AuthorityProvider
Ungroups the specified user.
UnknownIdentityException - Exception in org.apache.nifi.authorization.exception
Represents the case when an identity cannot be confirmed.
UnknownIdentityException(String, Throwable) - Constructor for exception org.apache.nifi.authorization.exception.UnknownIdentityException
 
UnknownIdentityException(String) - Constructor for exception org.apache.nifi.authorization.exception.UnknownIdentityException
 
updateConfiguredRestoredTrue() - Method in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
 
updateRepository(Collection<RepositoryRecord>) - Method in interface org.apache.nifi.controller.repository.FlowFileRepository
Updates the repository with the given RepositoryRecords.
updateScheduledFalse() - Method in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
 
updateScheduledTrue() - Method in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
 
uri - Variable in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
 
username - Variable in class org.apache.nifi.authentication.AuthenticationResponse
 
username - Variable in class org.apache.nifi.authentication.LoginCredentials
 

V

valid - Variable in class org.apache.nifi.components.ValidationResult.Builder
 
valid(boolean) - Method in class org.apache.nifi.components.ValidationResult.Builder
Defaults to false
valid - Variable in class org.apache.nifi.components.ValidationResult
 
VALID - Static variable in interface org.apache.nifi.components.Validator
Validator object providing validation behavior in which validation always passes
validate(ValidationContext) - Method in class org.apache.nifi.components.AbstractConfigurableComponent
 
validate(ValidationContext) - Method in interface org.apache.nifi.components.ConfigurableComponent
Validates a set of properties, returning ValidationResults for any invalid properties.
validate(String, String, ValidationContext) - Method in class org.apache.nifi.components.PropertyDescriptor.ConstrainedSetValidator
 
validate(String, ValidationContext) - Method in class org.apache.nifi.components.PropertyDescriptor
Validates the given input against this property descriptor's validator.
validate(String, String, ValidationContext) - Method in interface org.apache.nifi.components.Validator
 
validateErrors(Collection<String>) - Method in class org.apache.nifi.web.ComponentDetails.Builder
 
validateErrors(Collection<String>) - Method in class org.apache.nifi.web.ProcessorInfo.Builder
Deprecated.
 
validateExpression(String, boolean) - Method in interface org.apache.nifi.expression.ExpressionLanguageCompiler
Attempts to validate the given expression and returns null if the expression is syntactically valid or a String indicating why the expression is invalid otherwise.
validateKey(String) - Static method in class org.apache.nifi.flowfile.FlowFile.KeyValidator
 
ValidationContext - Interface in org.apache.nifi.components
 
validationErrors - Variable in class org.apache.nifi.web.ComponentDetails.Builder
 
validationErrors - Variable in class org.apache.nifi.web.ComponentDetails
 
validationErrors - Variable in class org.apache.nifi.web.ProcessorInfo.Builder
Deprecated.
 
validationErrors - Variable in class org.apache.nifi.web.ProcessorInfo
Deprecated.
 
ValidationResult - Class in org.apache.nifi.components
Immutable - thread safe
ValidationResult(ValidationResult.Builder) - Constructor for class org.apache.nifi.components.ValidationResult
 
ValidationResult.Builder - Class in org.apache.nifi.components
 
Validator - Interface in org.apache.nifi.components
 
validators - Variable in class org.apache.nifi.components.PropertyDescriptor.Builder
 
validators - Variable in class org.apache.nifi.components.PropertyDescriptor
The validators that should be used whenever an attempt is made to set this property value.
validStrings - Variable in class org.apache.nifi.components.PropertyDescriptor.ConstrainedSetValidator
 
validValues - Variable in class org.apache.nifi.components.PropertyDescriptor.ConstrainedSetValidator
 
value - Variable in class org.apache.nifi.components.AllowableValue
 
value - Variable in class org.apache.nifi.web.ConfigurationAction.Builder
 
value(String) - Method in class org.apache.nifi.web.ConfigurationAction.Builder
 
value - Variable in class org.apache.nifi.web.ConfigurationAction
 
value - Variable in class org.apache.nifi.web.ProcessorConfigurationAction.Builder
Deprecated.
 
value(String) - Method in class org.apache.nifi.web.ProcessorConfigurationAction.Builder
Deprecated.
 
value - Variable in class org.apache.nifi.web.ProcessorConfigurationAction
Deprecated.
 
VALUE_DEMARCATOR - Static variable in class org.apache.nifi.components.PropertyDescriptor.ConstrainedSetValidator
 
ValueMapper<S> - Interface in org.apache.nifi.controller.status.history
 
valueOf(String) - Static method in enum org.apache.nifi.action.Component
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.action.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.annotation.behavior.InputRequirement.Requirement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.annotation.notification.PrimaryNodeState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.authorization.Authority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.authorization.DownloadAuthorization.Result
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.components.state.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.controller.queue.DropFlowFileState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.controller.queue.ListFlowFileState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.controller.queue.SortColumn
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.controller.queue.SortDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.controller.repository.RepositoryRecordType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.controller.ScheduledState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.controller.status.history.MetricDescriptor.Formatter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.controller.status.RunStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.controller.status.TransmissionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.expression.AttributeExpression.ResultType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.logging.LogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.processor.DataUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.processor.FlowFileFilter.FlowFileFilterResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.provenance.lineage.LineageComputationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.provenance.lineage.LineageNodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.provenance.ProvenanceEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.provenance.search.SearchableFieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.reporting.ComponentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.reporting.Severity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.scheduling.SchedulingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.web.UiExtensionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.web.ViewableContent.DisplayMode
Returns the enum constant of this type with the specified name.
valueOfAuthority(String) - Static method in enum org.apache.nifi.authorization.Authority
 
valueOfDescription(String) - Static method in enum org.apache.nifi.controller.queue.DropFlowFileState
 
valueOfDescription(String) - Static method in enum org.apache.nifi.controller.queue.ListFlowFileState
 
ValueReducer<T,R> - Interface in org.apache.nifi.controller.status.history
 
values() - Static method in enum org.apache.nifi.action.Component
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.action.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.annotation.behavior.InputRequirement.Requirement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.annotation.notification.PrimaryNodeState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.authorization.Authority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.authorization.DownloadAuthorization.Result
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.components.state.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.controller.queue.DropFlowFileState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.controller.queue.ListFlowFileState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.controller.queue.SortColumn
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.controller.queue.SortDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.controller.repository.RepositoryRecordType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.controller.ScheduledState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.controller.status.history.MetricDescriptor.Formatter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.controller.status.RunStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.controller.status.TransmissionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.expression.AttributeExpression.ResultType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.logging.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.processor.DataUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.processor.FlowFileFilter.FlowFileFilterResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.provenance.lineage.LineageComputationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.provenance.lineage.LineageNodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.provenance.ProvenanceEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.provenance.search.SearchableFieldType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.apache.nifi.registry.MultiMap
 
values() - Static method in enum org.apache.nifi.reporting.ComponentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.reporting.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.scheduling.SchedulingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.web.UiExtensionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.web.ViewableContent.DisplayMode
Returns an array containing the constants of this enum type, in the order they are declared.
VariableRegistry - Interface in org.apache.nifi.registry
Access key/value pairs throughout the application.
VariableRegistryFactory - Class in org.apache.nifi.registry
 
VariableRegistryFactory() - Constructor for class org.apache.nifi.registry.VariableRegistryFactory
 
VariableRegistryProvider - Interface in org.apache.nifi.registry
 
VariableRegistryUtils - Class in org.apache.nifi.registry
 
VariableRegistryUtils() - Constructor for class org.apache.nifi.registry.VariableRegistryUtils
 
verifyCanList() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
Ensures that a listing can be performed on the queue
version - Variable in class org.apache.nifi.web.Revision
the version number
ViewableContent - Interface in org.apache.nifi.web
Interface for obtaining content from the NiFi content repository.
ViewableContent.DisplayMode - Enum in org.apache.nifi.web
 

W

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

Y

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

Copyright © 2016 Apache NiFi Project. All rights reserved.