Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractComponentNode - Class in org.apache.nifi.controller
- AbstractComponentNode(String, ValidationContextFactory, ControllerServiceProvider, String, String, ReloadComponent, ExtensionManager, ValidationTrigger, boolean) - Constructor for class org.apache.nifi.controller.AbstractComponentNode
- AbstractComponentScheduler - Class in org.apache.nifi.groups
- AbstractComponentScheduler(ControllerServiceProvider, VersionedComponentStateLookup) - Constructor for class org.apache.nifi.groups.AbstractComponentScheduler
- AbstractPort - Class in org.apache.nifi.controller
- AbstractPort(String, String, ConnectableType, ProcessScheduler) - Constructor for class org.apache.nifi.controller.AbstractPort
- activeMillis - Variable in class org.apache.nifi.controller.ActiveThreadInfo
- activeProcessSessionFactories - Variable in class org.apache.nifi.controller.scheduling.LifecycleState
- ActiveProcessSessionFactory - Interface in org.apache.nifi.controller.repository
- activeRemotePortCount - Variable in class org.apache.nifi.groups.ProcessGroupCounts
- activeThreadCount - Variable in class org.apache.nifi.controller.scheduling.LifecycleState
- ActiveThreadInfo - Class in org.apache.nifi.controller
- ActiveThreadInfo(String, String, long, boolean) - Constructor for class org.apache.nifi.controller.ActiveThreadInfo
- addAllControllerServices(Collection<ControllerServiceNode>) - Method in interface org.apache.nifi.nar.StoppedComponents
- addChildSnapshot(RegisteredFlowSnapshot, VersionedProcessGroup) - Method in class org.apache.nifi.registry.flow.FlowSnapshotContainer
-
Adds a child snapshot to the container.
- addConnection(Connection) - Method in interface org.apache.nifi.connectable.Connectable
-
Adds the given connection to this Connectable.
- addConnection(Connection) - Method in class org.apache.nifi.controller.AbstractPort
- addConnection(Connection) - Method in class org.apache.nifi.controller.StandardFunnel
- addConnection(Connection) - Method in class org.apache.nifi.groups.ComponentAdditions.Builder
- addConnection(Connection) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Adds the given connection to this ProcessGroup.
- addControllerService(ControllerServiceNode) - Method in class org.apache.nifi.groups.ComponentAdditions.Builder
- addControllerService(ControllerServiceNode) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Adds the given Controller Service to this group
- addControllerService(ControllerServiceNode) - Method in interface org.apache.nifi.nar.StoppedComponents
- addFlowAnalysisRule(FlowAnalysisRuleNode) - Method in interface org.apache.nifi.nar.StoppedComponents
- addFunnel(Funnel) - Method in class org.apache.nifi.groups.ComponentAdditions.Builder
- addFunnel(Funnel) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Adds the given funnel to this ProcessGroup and starts it.
- addFunnel(Funnel, boolean) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Adds the given funnel to this ProcessGroup and optionally starts the funnel.
- addInputPort(Port) - Method in class org.apache.nifi.groups.ComponentAdditions.Builder
- addInputPort(Port) - Method in interface org.apache.nifi.groups.ProcessGroup
- additionalResourcesFingerprint - Variable in class org.apache.nifi.controller.AbstractComponentNode
- addLabel(Label) - Method in class org.apache.nifi.groups.ComponentAdditions.Builder
- addLabel(Label) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Adds the given Label to this ProcessGroup
- addLogMessage(LogLevel, String, Object[]) - Method in interface org.apache.nifi.logging.LogRepository
- addLogMessage(LogLevel, String, Object[], Throwable) - Method in interface org.apache.nifi.logging.LogRepository
- addLogMessage(LogMessage) - Method in interface org.apache.nifi.logging.LogRepository
- addObserver(LogLevel, LogObserver) - Method in interface org.apache.nifi.logging.LogRepository
-
Registers an observer so that it will be notified of all Log Messages whose levels are at least equal to the given level.
- addOutputPort(Port) - Method in class org.apache.nifi.groups.ComponentAdditions.Builder
- addOutputPort(Port) - Method in interface org.apache.nifi.groups.ProcessGroup
- addParameterContext(ParameterContext) - Method in interface org.apache.nifi.parameter.ParameterContextManager
- addProcessGroup(ProcessGroup) - Method in class org.apache.nifi.groups.ComponentAdditions.Builder
- addProcessGroup(ProcessGroup) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Adds a reference to a ProgressGroup as a child of this.
- addProcessor(ProcessorNode) - Method in class org.apache.nifi.groups.ComponentAdditions.Builder
- addProcessor(ProcessorNode) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Adds the already constructed processor instance to this group
- addProcessor(ProcessorNode) - Method in interface org.apache.nifi.nar.StoppedComponents
- addReference(ComponentNode, PropertyDescriptor) - Method in interface org.apache.nifi.controller.service.ControllerServiceNode
-
Indicates that the given component is now referencing this Controller Service
- addReference(ParameterContext) - Method in interface org.apache.nifi.controller.ParameterProviderNode
-
Indicates that a parameter context is now referencing this Parameter Provider
- addRemoteProcessGroup(RemoteProcessGroup) - Method in class org.apache.nifi.groups.ComponentAdditions.Builder
- addRemoteProcessGroup(RemoteProcessGroup) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Adds the given RemoteProcessGroup to this ProcessGroup
- addReportEntry(FlowFileEvent, String) - Method in interface org.apache.nifi.controller.repository.RepositoryStatusReport
- addReportingTask(ReportingTaskNode) - Method in interface org.apache.nifi.nar.StoppedComponents
- addRootControllerService(ControllerServiceNode) - Method in interface org.apache.nifi.controller.flow.FlowManager
- addVersionedComponents(VersionedComponentAdditions, String) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Adds the versioned component additions to this Process Group.
- adjust(long) - Method in interface org.apache.nifi.controller.Counter
- adjustCounter(String, String, long) - Method in interface org.apache.nifi.controller.repository.CounterRepository
- afterExecute(Runnable, Throwable) - Method in class org.apache.nifi.engine.FlowEngine
-
Hook method called by the thread that executed the given runnable after execution of the runnable completed.
- analyzeControllerService(ControllerServiceNode) - Method in interface org.apache.nifi.controller.flowanalysis.FlowAnalyzer
-
Analyzes a controller service
- analyzeProcessGroup(VersionedProcessGroup) - Method in interface org.apache.nifi.controller.flowanalysis.FlowAnalyzer
-
Analyze the flow or a part of it
- analyzeProcessor(ProcessorNode) - Method in interface org.apache.nifi.controller.flowanalysis.FlowAnalyzer
-
Analyzes a processor
- annotationData - Variable in class org.apache.nifi.controller.AbstractComponentNode
- areGroupsSame(String, String) - Method in interface org.apache.nifi.controller.flow.FlowManager
-
Indicates whether or not the two ID's point to the same ProcessGroup.
- AssetComponentManager - Interface in org.apache.nifi.asset
-
Manages restarting components which reference a given Asset through a Parameter.
- AssetSynchronizer - Interface in org.apache.nifi.asset
-
Responsible for synchronizing assets from the cluster to the current node.
- authorize(Authorizer, RequestAction, NiFiUser, Map<String, String>) - Method in interface org.apache.nifi.controller.ComponentNode
- AUTHORIZED - Enum constant in enum class org.apache.nifi.remote.RemoteAuthorizationState
- available - Variable in class org.apache.nifi.validation.RuleViolation
- awaitDisabled(long, TimeUnit) - Method in interface org.apache.nifi.controller.service.ControllerServiceNode
-
Waits up to the given amount of time for the Controller Service to transition to a DISABLED state.
- awaitEnabled(long, TimeUnit) - Method in interface org.apache.nifi.controller.service.ControllerServiceNode
-
Waits up to the given amount of time for the Controller Service to transition to an ENABLED state.
B
- BackoffMechanism - Enum Class in org.apache.nifi.controller
- BackoffMechanism() - Constructor for enum class org.apache.nifi.controller.BackoffMechanism
- BadRequestException - Exception Class in org.apache.nifi.remote.exception
- BadRequestException(String) - Constructor for exception class org.apache.nifi.remote.exception.BadRequestException
- BadRequestException(Throwable) - Constructor for exception class org.apache.nifi.remote.exception.BadRequestException
- BATCH_OUTPUT - Enum constant in enum class org.apache.nifi.groups.FlowFileOutboundPolicy
-
FlowFiles that are queued up to be transferred out of a Process Group by an Output Port will remain queued until all FlowFiles in the Process Group are ready to be transferred out of the group.
- BatchCounts - Interface in org.apache.nifi.groups
- beforeExecute(Thread, Runnable) - Method in class org.apache.nifi.engine.FlowEngine
-
Hook method called by the running thread whenever a runnable task is given to the thread to run.
- build() - Method in class org.apache.nifi.groups.ComponentAdditions.Builder
- build() - Method in class org.apache.nifi.groups.FlowSynchronizationOptions.Builder
- build() - Method in class org.apache.nifi.groups.VersionedComponentAdditions.Builder
- build() - Method in class org.apache.nifi.nar.NarInstallRequest.Builder
- build() - Method in class org.apache.nifi.nar.NarNode.Builder
- build() - Method in class org.apache.nifi.registry.flow.mapping.FlowMappingOptions.Builder
-
Creates a FlowMappingOptions object, or throws an Exception if not all required configuration has been provided
- build(FlowFile, ProvenanceEventType) - Method in interface org.apache.nifi.provenance.InternalProvenanceReporter
- builder() - Static method in class org.apache.nifi.nar.NarInstallRequest
- builder() - Static method in class org.apache.nifi.nar.NarNode
- Builder() - Constructor for class org.apache.nifi.groups.ComponentAdditions.Builder
- Builder() - Constructor for class org.apache.nifi.groups.FlowSynchronizationOptions.Builder
- Builder() - Constructor for class org.apache.nifi.groups.VersionedComponentAdditions.Builder
- Builder() - Constructor for class org.apache.nifi.nar.NarInstallRequest.Builder
- Builder() - Constructor for class org.apache.nifi.nar.NarNode.Builder
- Builder() - Constructor for class org.apache.nifi.registry.flow.mapping.FlowMappingOptions.Builder
- buildGroupPath(ProcessGroup) - Static method in class org.apache.nifi.events.BulletinFactory
- BulletinFactory - Class in org.apache.nifi.events
- BulletinFactory() - Constructor for class org.apache.nifi.events.BulletinFactory
- BulletinProcessingStrategy - Interface in org.apache.nifi.events
- bundleCoordinate - Variable in class org.apache.nifi.controller.LoggableComponent
- BundleUpdateStrategy - Enum Class in org.apache.nifi.groups
- BundleUpdateStrategy() - Constructor for enum class org.apache.nifi.groups.BundleUpdateStrategy
C
- cancel() - Method in class org.apache.nifi.controller.queue.DropFlowFileRequest
- cancel() - Method in class org.apache.nifi.controller.queue.ListFlowFileRequest
- cancelDropAllFlowFiles(String) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Cancels the request to drop all FlowFiles that has the given identifier.
- canConnectionBeRemoved(Connection) - Method in class org.apache.nifi.controller.AbstractPort
-
Verify that removing this connection will not prevent this Port from still being connected via each relationship
- canonicalClassName - Variable in class org.apache.nifi.registry.flow.GhostFlowRegistryClient
- capture() - Static method in class org.apache.nifi.controller.ThreadDetails
- captureCounts() - Method in interface org.apache.nifi.groups.BatchCounts
-
Captures a mapping of Output Port name to the number of FlowFiles that were transferred to that Output Port
- CharacterFilterUtils - Class in org.apache.nifi.util
- CharacterFilterUtils() - Constructor for class org.apache.nifi.util.CharacterFilterUtils
- checkAuthorization(Authorizer, RequestAction, NiFiUser, Map<String, String>) - Method in interface org.apache.nifi.controller.ComponentNode
- checkUserAuthorization(String) - Method in interface org.apache.nifi.remote.PublicPort
-
Verifies that the specified user is authorized to interact with this port and returns a
PortAuthorizationResult
indicating why the user is unauthorized if this assumption failsPublicPort.checkUserAuthorization(NiFiUser)
should be used if applicable because NiFiUser has additional context such as chained user. - checkUserAuthorization(NiFiUser) - Method in interface org.apache.nifi.remote.PublicPort
-
Verifies that the specified user is authorized to interact with this port and returns a
PortAuthorizationResult
indicating why the user is unauthorized if this assumption fails - childSnapshotsByGroupId - Variable in class org.apache.nifi.registry.flow.FlowSnapshotContainer
-
The key of this Map is the id of the corresponding VersionedProcessGroup within the contents of the top level snapshot (i.e.
- claim - Variable in exception class org.apache.nifi.controller.repository.ContentNotFoundException
- cleanUp() - Method in interface org.apache.nifi.validation.RuleViolationsManager
-
Removes empty entries from the map storing the rule violations
- clear() - Method in interface org.apache.nifi.provenance.InternalProvenanceReporter
- clearTerminationFlag() - Method in class org.apache.nifi.controller.scheduling.LifecycleState
- clone(FlowFile, FlowFile, boolean) - Method in interface org.apache.nifi.provenance.InternalProvenanceReporter
- closeFlowIntoGroup(ProcessGroup) - Method in interface org.apache.nifi.groups.DataValve
-
Closes the valve such that data is no longer allowed to flow into the Process Group.
- closeFlowOutOfGroup(ProcessGroup) - Method in interface org.apache.nifi.groups.DataValve
-
Closes the valve such that data is no longer allowed to flow out of the Process Group.
- ClusterException - Exception Class in org.apache.nifi.cluster.exception
-
The base exception class for cluster related exceptions.
- ClusterException() - Constructor for exception class org.apache.nifi.cluster.exception.ClusterException
- ClusterException(String) - Constructor for exception class org.apache.nifi.cluster.exception.ClusterException
- ClusterException(String, Throwable) - Constructor for exception class org.apache.nifi.cluster.exception.ClusterException
- ClusterException(Throwable) - Constructor for exception class org.apache.nifi.cluster.exception.ClusterException
- comments - Variable in class org.apache.nifi.controller.AbstractPort
- CommunicationsException - Exception Class in org.apache.nifi.controller.exception
- CommunicationsException() - Constructor for exception class org.apache.nifi.controller.exception.CommunicationsException
- CommunicationsException(String) - Constructor for exception class org.apache.nifi.controller.exception.CommunicationsException
- CommunicationsException(String, Throwable) - Constructor for exception class org.apache.nifi.controller.exception.CommunicationsException
- CommunicationsException(Throwable) - Constructor for exception class org.apache.nifi.controller.exception.CommunicationsException
- completeInstall(String) - Method in interface org.apache.nifi.nar.NarManager
-
Notifies the NAR Manager that the install task has completed for the given NAR.
- component - Variable in class org.apache.nifi.controller.LoggableComponent
- ComponentAdditions - Class in org.apache.nifi.groups
- ComponentAdditions(ComponentAdditions.Builder) - Constructor for class org.apache.nifi.groups.ComponentAdditions
- ComponentAdditions.Builder - Class in org.apache.nifi.groups
- ComponentBulletin - Class in org.apache.nifi.events
- ComponentBulletin(long) - Constructor for class org.apache.nifi.events.ComponentBulletin
- componentCanonicalClass - Variable in class org.apache.nifi.controller.AbstractComponentNode
- componentComparisonIdLookup - Variable in class org.apache.nifi.groups.FlowSynchronizationOptions.Builder
- componentComparisonIdLookup - Variable in class org.apache.nifi.groups.FlowSynchronizationOptions
- componentComparisonIdLookup(Function<VersionedComponent, String>) - Method in class org.apache.nifi.groups.FlowSynchronizationOptions.Builder
-
When comparing two flows, the components in those two flows must be matched up by their ID's.
- componentId - Variable in class org.apache.nifi.controller.scheduling.LifecycleState
- componentIdGenerator - Variable in class org.apache.nifi.groups.FlowSynchronizationOptions.Builder
- componentIdGenerator - Variable in class org.apache.nifi.groups.FlowSynchronizationOptions
- componentIdGenerator(ComponentIdGenerator) - Method in class org.apache.nifi.groups.FlowSynchronizationOptions.Builder
-
Specifies the Component ID Generator to use for generating UUID's of components that are to be added to a ProcessGroup
- ComponentIdGenerator - Interface in org.apache.nifi.groups
- componentIdLookup - Variable in class org.apache.nifi.registry.flow.mapping.FlowMappingOptions.Builder
- componentIdLookup - Variable in class org.apache.nifi.registry.flow.mapping.FlowMappingOptions
- componentIdLookup(ComponentIdLookup) - Method in class org.apache.nifi.registry.flow.mapping.FlowMappingOptions.Builder
-
Sets the ComponentIdLookup to use.
- ComponentIdLookup - Interface in org.apache.nifi.registry.flow.mapping
- ComponentLifeCycleException - Exception Class in org.apache.nifi.controller.exception
- ComponentLifeCycleException(String, Throwable) - Constructor for exception class org.apache.nifi.controller.exception.ComponentLifeCycleException
- ComponentLifeCycleException(Throwable) - Constructor for exception class org.apache.nifi.controller.exception.ComponentLifeCycleException
- componentNode - Variable in class org.apache.nifi.parameter.ParameterReferencedControllerServiceData
- ComponentNode - Interface in org.apache.nifi.controller
- componentScheduler - Variable in class org.apache.nifi.groups.FlowSynchronizationOptions.Builder
- componentScheduler - Variable in class org.apache.nifi.groups.FlowSynchronizationOptions
- componentScheduler(ComponentScheduler) - Method in class org.apache.nifi.groups.FlowSynchronizationOptions.Builder
-
Specifies the ComponentScheduler to use for starting connectable components
- ComponentScheduler - Interface in org.apache.nifi.groups
- componentsExist(BundleCoordinate, Set<ExtensionDefinition>) - Method in interface org.apache.nifi.nar.NarComponentManager
-
Determines if any components exist from the given NAR.
- componentStopTimeout - Variable in class org.apache.nifi.groups.FlowSynchronizationOptions.Builder
- componentStopTimeout - Variable in class org.apache.nifi.groups.FlowSynchronizationOptions
- componentStopTimeout(Duration) - Method in class org.apache.nifi.groups.FlowSynchronizationOptions.Builder
-
When stopping or disabling a component, specifies how long to wait for the component to be fully stopped/disabled
- componentStopTimeoutAction(FlowSynchronizationOptions.ComponentStopTimeoutAction) - Method in class org.apache.nifi.groups.FlowSynchronizationOptions.Builder
-
If the component doesn't stop/disable in time, specifies what action should be taken
- ComponentStopTimeoutAction() - Constructor for enum class org.apache.nifi.groups.FlowSynchronizationOptions.ComponentStopTimeoutAction
- componentType - Variable in class org.apache.nifi.controller.AbstractComponentNode
- ComputedEffectiveValue(ParameterLookup, String) - Constructor for class org.apache.nifi.controller.PropertyConfiguration.ComputedEffectiveValue
- computeValidationErrors(ValidationContext) - Method in class org.apache.nifi.controller.AbstractComponentNode
- concurrentTaskCount - Variable in class org.apache.nifi.controller.AbstractPort
- configureParameterProvider(ParameterProviderConfiguration) - Method in interface org.apache.nifi.parameter.ParameterContext
-
Configures a
ParameterProvider
that will be used to provide Parameters. - Connectable - Interface in org.apache.nifi.connectable
-
Represents a connectable component to which or from which data can flow.
- connectablesToStart - Variable in class org.apache.nifi.groups.AbstractComponentScheduler
- ConnectableType - Enum Class in org.apache.nifi.connectable
- ConnectableType() - Constructor for enum class org.apache.nifi.connectable.ConnectableType
- Connection - Interface in org.apache.nifi.connectable
- connections - Variable in class org.apache.nifi.groups.ComponentAdditions.Builder
- connections - Variable in class org.apache.nifi.groups.ComponentAdditions
- connections - Variable in class org.apache.nifi.groups.VersionedComponentAdditions.Builder
- connections - Variable in class org.apache.nifi.groups.VersionedComponentAdditions
- ContentAvailability - Interface in org.apache.nifi.controller
-
Provides information about whether or not the data referenced in a Provenance Event can be replayed or downloaded
- ContentNotFoundException - Exception Class in org.apache.nifi.controller.repository
- ContentNotFoundException(ContentClaim) - Constructor for exception class org.apache.nifi.controller.repository.ContentNotFoundException
- ContentNotFoundException(ContentClaim, String) - Constructor for exception class org.apache.nifi.controller.repository.ContentNotFoundException
- ContentNotFoundException(ContentClaim, Throwable) - Constructor for exception class org.apache.nifi.controller.repository.ContentNotFoundException
- ContentNotFoundException(FlowFileRecord, ContentClaim, String) - Constructor for exception class org.apache.nifi.controller.repository.ContentNotFoundException
- contextVersion - Variable in class org.apache.nifi.controller.PropertyConfiguration.ComputedEffectiveValue
- ControllerServiceAlreadyExistsException - Exception Class in org.apache.nifi.controller.exception
- ControllerServiceAlreadyExistsException(String) - Constructor for exception class org.apache.nifi.controller.exception.ControllerServiceAlreadyExistsException
- ControllerServiceApiLookup - Interface in org.apache.nifi.controller.service
- ControllerServiceApiMatcher - Class in org.apache.nifi.controller
- ControllerServiceApiMatcher() - Constructor for class org.apache.nifi.controller.ControllerServiceApiMatcher
- ControllerServiceCreationDetails - Record Class in org.apache.nifi.migration
- ControllerServiceCreationDetails(String, String, BundleCoordinate, Map<String, String>, ControllerServiceCreationDetails.CreationState) - Constructor for record class org.apache.nifi.migration.ControllerServiceCreationDetails
-
Creates an instance of a
ControllerServiceCreationDetails
record class. - ControllerServiceCreationDetails.CreationState - Enum Class in org.apache.nifi.migration
- ControllerServiceDisabledException - Exception Class in org.apache.nifi.controller.service
- ControllerServiceDisabledException(String, String) - Constructor for exception class org.apache.nifi.controller.service.ControllerServiceDisabledException
- ControllerServiceFactory - Interface in org.apache.nifi.migration
- ControllerServiceInstantiationException - Exception Class in org.apache.nifi.controller.exception
- ControllerServiceInstantiationException() - Constructor for exception class org.apache.nifi.controller.exception.ControllerServiceInstantiationException
- ControllerServiceInstantiationException(String) - Constructor for exception class org.apache.nifi.controller.exception.ControllerServiceInstantiationException
- ControllerServiceInstantiationException(String, Throwable) - Constructor for exception class org.apache.nifi.controller.exception.ControllerServiceInstantiationException
- ControllerServiceInstantiationException(Throwable) - Constructor for exception class org.apache.nifi.controller.exception.ControllerServiceInstantiationException
- ControllerServiceInvocationHandler - Interface in org.apache.nifi.controller.service
- ControllerServiceNode - Interface in org.apache.nifi.controller.service
- ControllerServiceProvider - Interface in org.apache.nifi.controller.service
- ControllerServiceReference - Interface in org.apache.nifi.controller.service
-
Provides a collection of components that are referencing a Controller Service
- ControllerServiceResolver - Interface in org.apache.nifi.controller.service
- controllerServices - Variable in class org.apache.nifi.controller.flow.VersionedDataflow
- controllerServices - Variable in class org.apache.nifi.groups.ComponentAdditions.Builder
- controllerServices - Variable in class org.apache.nifi.groups.ComponentAdditions
- controllerServices - Variable in class org.apache.nifi.groups.VersionedComponentAdditions.Builder
- controllerServices - Variable in class org.apache.nifi.groups.VersionedComponentAdditions
- ControllerServiceState - Enum Class in org.apache.nifi.controller.service
-
Represents the valid states for a Controller Service.
- ControllerServiceState() - Constructor for enum class org.apache.nifi.controller.service.ControllerServiceState
- copyCurrentFlow(File) - Method in interface org.apache.nifi.services.FlowService
-
Copies the contents of the current flow.json.gz to the given file, overwriting the file if it exists
- copyCurrentFlow(OutputStream) - Method in interface org.apache.nifi.services.FlowService
-
Copies the contents of the current flow.xml to the given OutputStream
- Counter - Interface in org.apache.nifi.controller
- CounterRepository - Interface in org.apache.nifi.controller.repository
- create(ControllerServiceCreationDetails) - Method in interface org.apache.nifi.migration.ControllerServiceFactory
-
Creates a Controller Service that is described by the given details
- createBulletin(String, String, String) - Static method in class org.apache.nifi.events.BulletinFactory
- createBulletin(String, String, String, ComponentType, String, String, String, String) - Static method in class org.apache.nifi.events.BulletinFactory
- createBulletin(String, String, String, ComponentType, String, String, String, String, String, String) - Static method in class org.apache.nifi.events.BulletinFactory
- createBulletin(String, String, ComponentType, String, String, String, String) - Static method in class org.apache.nifi.events.BulletinFactory
- createBulletin(Connectable, String, String, String) - Static method in class org.apache.nifi.events.BulletinFactory
- createBulletin(Connectable, String, String, String, String) - Static method in class org.apache.nifi.events.BulletinFactory
- createConnection(String, String, Connectable, Connectable, Collection<String>) - Method in interface org.apache.nifi.controller.flow.FlowManager
-
Creates a connection between two Connectable objects.
- createControllerService(String, String, BundleCoordinate, Set<URL>, boolean, boolean, String) - Method in interface org.apache.nifi.controller.flow.FlowManager
- createDataFlow() - Method in interface org.apache.nifi.services.FlowService
-
Creates a DataFlow object by first looking for a flow on from disk, and falling back to the controller's flow otherwise.
- createDataFlowFromController() - Method in interface org.apache.nifi.services.FlowService
-
Creates a DataFlow object by serializing the flow controller's flow.
- createDescriptorToConfigMap(Map<PropertyDescriptor, String>) - Static method in class org.apache.nifi.controller.AbstractComponentNode
- createFlowAnalysisRule(String, String, BundleCoordinate, boolean) - Method in interface org.apache.nifi.controller.flow.FlowManager
- createFlowAnalysisRule(String, String, BundleCoordinate, boolean) - Method in interface org.apache.nifi.controller.flowanalysis.FlowAnalysisRuleProvider
-
Creates a new instance of a flow analysis rule
- createFlowAnalysisRule(String, String, BundleCoordinate, Set<URL>, boolean, boolean, String) - Method in interface org.apache.nifi.controller.flow.FlowManager
- createFlowRegistryClient(String, String, BundleCoordinate, Set<URL>, boolean, boolean, String) - Method in interface org.apache.nifi.controller.flow.FlowManager
- createFunnel(String) - Method in interface org.apache.nifi.controller.flow.FlowManager
- createInvalidResult(String, String, String) - Method in class org.apache.nifi.controller.AbstractComponentNode
- createLabel(String, String) - Method in interface org.apache.nifi.controller.flow.FlowManager
- createLocalInputPort(String, String) - Method in interface org.apache.nifi.controller.flow.FlowManager
- createLocalOutputPort(String, String) - Method in interface org.apache.nifi.controller.flow.FlowManager
- createParameterContext(String, String, String, Map<String, Parameter>, List<String>, ParameterProviderConfiguration) - Method in interface org.apache.nifi.controller.flow.FlowManager
-
Creates a
ParameterContext
. - createParameterLookupForPreviousValues(Map<String, ParameterUpdate>) - Method in class org.apache.nifi.controller.AbstractComponentNode
- createParameterProvider(String, String, BundleCoordinate, boolean) - Method in interface org.apache.nifi.controller.flow.FlowManager
- createParameterProvider(String, String, BundleCoordinate, Set<URL>, boolean, boolean) - Method in interface org.apache.nifi.controller.flow.FlowManager
- createPrioritizer(String) - Method in interface org.apache.nifi.controller.flow.FlowManager
-
Creates a new instance of the FlowFilePrioritizer with the given type
- createProcessGroup(String) - Method in interface org.apache.nifi.controller.flow.FlowManager
- createProcessor(String, String, BundleCoordinate) - Method in interface org.apache.nifi.controller.flow.FlowManager
-
Creates a new ProcessorNode with the given type and identifier and initializes it invoking the methods annotated with
OnAdded
. - createProcessor(String, String, BundleCoordinate, boolean) - Method in interface org.apache.nifi.controller.flow.FlowManager
-
Creates a new ProcessorNode with the given type and identifier and optionally initializes it.
- createProcessor(String, String, BundleCoordinate, Set<URL>, boolean, boolean, String) - Method in interface org.apache.nifi.controller.flow.FlowManager
-
Creates a new ProcessorNode with the given type and identifier and optionally initializes it.
- createPropertyConfiguration(String) - Method in class org.apache.nifi.controller.AbstractComponentNode
- createPublicInputPort(String, String) - Method in interface org.apache.nifi.controller.flow.FlowManager
-
Creates a Port to use as an Input Port for receiving data via Site-to-Site communications
- createPublicOutputPort(String, String) - Method in interface org.apache.nifi.controller.flow.FlowManager
-
Creates a Port to use as an Output Port for transferring data via Site-to-Site communications
- createRemoteProcessGroup(String, String) - Method in interface org.apache.nifi.controller.flow.FlowManager
-
Creates a new Remote Process Group with the given ID that points to the given URI
- createReportingTask(String, String, BundleCoordinate, boolean) - Method in interface org.apache.nifi.controller.flow.FlowManager
- createReportingTask(String, String, BundleCoordinate, boolean) - Method in interface org.apache.nifi.controller.reporting.ReportingTaskProvider
-
Creates a new instance of a reporting task
- createReportingTask(String, String, BundleCoordinate, Set<URL>, boolean, boolean, String) - Method in interface org.apache.nifi.controller.flow.FlowManager
- createReportingTask(String, BundleCoordinate) - Method in interface org.apache.nifi.controller.flow.FlowManager
- createReportingTask(String, BundleCoordinate, boolean) - Method in interface org.apache.nifi.controller.flow.FlowManager
- createStatelessProcessGroup(ProcessGroup, VersionedExternalFlow) - Method in interface org.apache.nifi.groups.StatelessGroupFactory
-
Creates a ProcessGroup that can be used as the root group for a Stateless flow, based on the given VersionedExternalFlow and existing ProcessGroup.
- createVersionedExternalFlow(ProcessGroup) - Method in interface org.apache.nifi.groups.StatelessGroupFactory
-
Creates a VersionedExternalFlow from the given ProcessGroup
- creationState - Variable in record class org.apache.nifi.migration.ControllerServiceCreationDetails
-
The field for the
creationState
record component. - creationState() - Method in record class org.apache.nifi.migration.ControllerServiceCreationDetails
-
Returns the value of the
creationState
record component. - CreationState() - Constructor for enum class org.apache.nifi.migration.ControllerServiceCreationDetails.CreationState
- currentId - Static variable in class org.apache.nifi.events.BulletinFactory
- currentSize - Variable in class org.apache.nifi.controller.queue.DropFlowFileRequest
D
- DataFlow - Interface in org.apache.nifi.cluster.protocol
- DataValve - Interface in org.apache.nifi.groups
-
A DataValve regulates the flow of FlowFiles between Process Groups.
- DataValveDiagnostics - Interface in org.apache.nifi.groups
- deadlockedThreadIds - Variable in class org.apache.nifi.controller.ThreadDetails
- debug(String) - Method in class org.apache.nifi.controller.TerminationAwareLogger
- debug(String, Object...) - Method in class org.apache.nifi.controller.TerminationAwareLogger
- debug(String, Throwable) - Method in class org.apache.nifi.controller.TerminationAwareLogger
- decrementActiveThreadCount() - Method in class org.apache.nifi.controller.scheduling.LifecycleState
- decrementEventCount() - Method in interface org.apache.nifi.controller.EventBasedWorker
- decrementReferenceCounts(String) - Method in class org.apache.nifi.controller.AbstractComponentNode
- decrypt(String) - Method in interface org.apache.nifi.groups.PropertyDecryptor
- DEFAULT_BACKOFF_MECHANISM - Static variable in class org.apache.nifi.controller.ProcessorNode
- DEFAULT_MAX_BACKOFF_PERIOD - Static variable in class org.apache.nifi.controller.AbstractPort
- DEFAULT_MAX_BACKOFF_PERIOD - Static variable in class org.apache.nifi.controller.ProcessorNode
- DEFAULT_MAX_BACKOFF_PERIOD - Static variable in class org.apache.nifi.controller.StandardFunnel
- DEFAULT_OPTIONS - Static variable in class org.apache.nifi.registry.flow.mapping.FlowMappingOptions
-
The Default Options are acceptable for sharing a dataflow externally (outside of a given nifi instance or cluster), such as sharing a dataflow to a NiFi Registry.
- DEFAULT_RETRY_COUNT - Static variable in class org.apache.nifi.controller.ProcessorNode
- DEFAULT_ROOT_GROUP_NAME - Static variable in interface org.apache.nifi.controller.flow.FlowManager
- DEFAULT_TIME_UNIT - Static variable in class org.apache.nifi.controller.AbstractPort
- DEFAULT_TIME_UNIT - Static variable in class org.apache.nifi.controller.StandardFunnel
- DEFAULT_VERSIONED_UUID_GENERATOR - Static variable in interface org.apache.nifi.registry.flow.mapping.ComponentIdLookup
- deleteNar(String) - Method in interface org.apache.nifi.nar.NarManager
-
Deletes the given NAR.
- deleteRevision(RevisionClaim, NiFiUser, DeleteRevisionTask<T>) - Method in interface org.apache.nifi.web.revision.RevisionManager
-
Performs the given task that is expected to remove a component from the flow.
- DeleteRevisionTask<T> - Interface in org.apache.nifi.web.revision
- deregisterFlow(FlowRegistryClientConfigurationContext, FlowLocation) - Method in class org.apache.nifi.registry.flow.GhostFlowRegistryClient
- deregisterFlow(FlowRegistryClientUserContext, FlowLocation) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClientNode
- descriptor - Variable in class org.apache.nifi.parameter.ParameterReferencedControllerServiceData
- determineClasloaderIsolationKey() - Method in class org.apache.nifi.controller.AbstractComponentNode
- disable() - Method in interface org.apache.nifi.connectable.Port
- disable() - Method in class org.apache.nifi.controller.AbstractPort
- disable() - Method in interface org.apache.nifi.controller.FlowAnalysisRuleNode
- disable() - Method in class org.apache.nifi.controller.ProcessorNode
-
Will set the state of the processor to DISABLED which essentially implies that this processor can NOT be started.
- disable() - Method in interface org.apache.nifi.controller.ReportingTaskNode
- disable(ScheduledExecutorService) - Method in interface org.apache.nifi.controller.service.ControllerServiceNode
-
Will disable this service.
- disable(Connectable) - Method in class org.apache.nifi.groups.AbstractComponentScheduler
- DISABLE_PORTS_FILTER - Static variable in interface org.apache.nifi.groups.ProcessGroup
-
Predicate for disabling eligible Ports.
- DISABLE_PROCESSORS_FILTER - Static variable in interface org.apache.nifi.groups.ProcessGroup
-
Predicate for disabling eligible Processors.
- disableClusterProvider() - Method in interface org.apache.nifi.components.state.StateManagerProvider
-
Disables the Cluster State Provider and begins using the Local State Provider to persist and retrieve state, even when components request a clustered provider
- disableControllerService(ControllerServiceNode) - Method in interface org.apache.nifi.controller.ProcessScheduler
-
Disables the Controller Service so that it can be updated
- disableControllerService(ControllerServiceNode) - Method in interface org.apache.nifi.controller.service.ControllerServiceProvider
-
Disables the given controller service so that it cannot be used by other components.
- disableControllerServices(List<ControllerServiceNode>) - Method in interface org.apache.nifi.controller.ProcessScheduler
-
Disables all of the given Controller Services in the order provided by the List
- disableControllerServicesAsync(Collection<ControllerServiceNode>) - Method in interface org.apache.nifi.controller.service.ControllerServiceProvider
-
Disables the collection of services in the background.
- disableControllerServicesAsync(Collection<ControllerServiceNode>) - Method in class org.apache.nifi.groups.AbstractComponentScheduler
- disableControllerServicesAsync(Collection<ControllerServiceNode>) - Method in interface org.apache.nifi.groups.ComponentScheduler
- DISABLED - Enum constant in enum class org.apache.nifi.controller.service.ControllerServiceState
-
Controller Service is disabled and cannot be used.
- disabledCount - Variable in class org.apache.nifi.groups.ProcessGroupCounts
- DisabledServiceValidationResult - Class in org.apache.nifi.components.validation
- DisabledServiceValidationResult(String, String) - Constructor for class org.apache.nifi.components.validation.DisabledServiceValidationResult
- DisabledServiceValidationResult(String, String, String) - Constructor for class org.apache.nifi.components.validation.DisabledServiceValidationResult
- disableFlowAnalysisRule(FlowAnalysisRuleNode) - Method in interface org.apache.nifi.controller.flowanalysis.FlowAnalysisRuleProvider
-
Disables the flow analysis rule
- disableFunnel(Funnel) - Method in interface org.apache.nifi.controller.ProcessScheduler
- disableInputPort(Port) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Disables the given Input Port
- disableOutputPort(Port) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Disables the given Output Port
- disablePort(Port) - Method in interface org.apache.nifi.controller.ProcessScheduler
- disableProcessor(ProcessorNode) - Method in interface org.apache.nifi.controller.ProcessScheduler
- disableProcessor(ProcessorNode) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Disables the given Processor
- disableReferencingServices(ControllerServiceNode) - Method in interface org.apache.nifi.controller.service.ControllerServiceProvider
-
Disables any Controller Service that references the provided Controller Service.
- disableReportingTask(ReportingTaskNode) - Method in interface org.apache.nifi.controller.reporting.ReportingTaskProvider
-
Disables the ability to schedul the reporting task to run
- DISABLING - Enum constant in enum class org.apache.nifi.controller.service.ControllerServiceState
-
Controller Service has been disabled but has not yet finished its lifecycle methods.
- disconnectVersionControl(boolean) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Disconnects this Process Group from version control.
- discoverAdditionalDetails(String, String, String) - Method in interface org.apache.nifi.manifest.RuntimeManifestService
-
Returns a mapping of additionalDetails for the speicfied bundle.
- drop(FlowFile, String) - Method in interface org.apache.nifi.provenance.InternalProvenanceReporter
- dropAllFlowFiles(String, String) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Initiates a request to drop all FlowFiles in all connections under this process group (recursively).
- DropFlowFileRequest - Class in org.apache.nifi.controller.queue
- DropFlowFileRequest(String) - Constructor for class org.apache.nifi.controller.queue.DropFlowFileRequest
- droppedSize - Variable in class org.apache.nifi.controller.queue.DropFlowFileRequest
E
- effectiveValue - Variable in class org.apache.nifi.controller.PropertyConfiguration
- elAgnosticParameterParser - Variable in class org.apache.nifi.controller.PropertyConfigurationMapper
- elAwareParameterParser - Variable in class org.apache.nifi.controller.PropertyConfigurationMapper
- EMPTY - Static variable in class org.apache.nifi.controller.PropertyConfiguration
- EMPTY - Static variable in interface org.apache.nifi.groups.ScheduledStateChangeListener
- EMPTY - Static variable in interface org.apache.nifi.parameter.ParameterContextLookup
- EMPTY - Static variable in interface org.apache.nifi.parameter.ParameterReferenceManager
- enable() - Method in class org.apache.nifi.controller.AbstractPort
- enable() - Method in interface org.apache.nifi.controller.FlowAnalysisRuleNode
- enable() - Method in class org.apache.nifi.controller.ProcessorNode
-
Will set the state of the processor to STOPPED which essentially implies that this processor can be started.
- enable() - Method in interface org.apache.nifi.controller.ReportingTaskNode
- enable(ScheduledExecutorService, long) - Method in interface org.apache.nifi.controller.service.ControllerServiceNode
-
Will enable this service.
- enable(Connectable) - Method in class org.apache.nifi.groups.AbstractComponentScheduler
- ENABLE_PORTS_FILTER - Static variable in interface org.apache.nifi.groups.ProcessGroup
-
Predicate for enabling eligible Processors.
- ENABLE_PROCESSORS_FILTER - Static variable in interface org.apache.nifi.groups.ProcessGroup
-
Predicate for enabling eligible Processors.
- enableClusterProvider() - Method in interface org.apache.nifi.components.state.StateManagerProvider
-
Initializes the Cluster State Provider and enables it for use
- enableControllerService(ControllerServiceNode) - Method in interface org.apache.nifi.controller.ProcessScheduler
-
Enables the Controller Service so that it can be used by Reporting Tasks and Processors
- enableControllerService(ControllerServiceNode) - Method in interface org.apache.nifi.controller.service.ControllerServiceProvider
-
Enables the given controller service that it can be used by other components.
- enableControllerServiceAndDependencies(ControllerServiceNode) - Method in interface org.apache.nifi.controller.service.ControllerServiceProvider
-
Enables the given Controller Service and any dependencies that it has
- enableControllerServices(Collection<ControllerServiceNode>) - Method in interface org.apache.nifi.controller.service.ControllerServiceProvider
-
Enables the collection of services.
- enableControllerServicesAsync(Collection<ControllerServiceNode>) - Method in interface org.apache.nifi.controller.service.ControllerServiceProvider
-
Enables the collection of services in the background.
- enableControllerServicesAsync(Collection<ControllerServiceNode>) - Method in class org.apache.nifi.groups.AbstractComponentScheduler
- enableControllerServicesAsync(Collection<ControllerServiceNode>) - Method in interface org.apache.nifi.groups.ComponentScheduler
- ENABLED - Enum constant in enum class org.apache.nifi.controller.service.ControllerServiceState
-
Controller Service has been enabled and has finished its lifecycle methods.
- ENABLED_OR_DISABLED - Static variable in interface org.apache.nifi.registry.flow.mapping.VersionedComponentStateLookup
-
Returns a Scheduled State of ENABLED or DISABLED for every component.
- enableFlowAnalysisRule(FlowAnalysisRuleNode) - Method in interface org.apache.nifi.controller.flowanalysis.FlowAnalysisRuleProvider
-
Enables the flow analysis rule
- enableFunnel(Funnel) - Method in interface org.apache.nifi.controller.ProcessScheduler
- enableInputPort(Port) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Enables the given Input Port
- enableNow(Collection<ControllerServiceNode>) - Method in class org.apache.nifi.groups.AbstractComponentScheduler
- enableOutputPort(Port) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Enables the given Output Port
- enablePort(Port) - Method in interface org.apache.nifi.controller.ProcessScheduler
- enableProcessor(ProcessorNode) - Method in interface org.apache.nifi.controller.ProcessScheduler
- enableProcessor(ProcessorNode) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Enables the given Processor
- enableReferencingServices(ControllerServiceNode) - Method in interface org.apache.nifi.controller.service.ControllerServiceProvider
-
Enables all Controller Services that are referencing the given service.
- enableReportingTask(ReportingTaskNode) - Method in interface org.apache.nifi.controller.reporting.ReportingTaskProvider
-
Enables the reporting task to be scheduled to run
- ENABLING - Enum constant in enum class org.apache.nifi.controller.service.ControllerServiceState
-
Controller Service has been enabled but has not yet finished its lifecycle methods.
- EnablingServiceValidationResult - Class in org.apache.nifi.components.validation
- EnablingServiceValidationResult(String, String) - Constructor for class org.apache.nifi.components.validation.EnablingServiceValidationResult
- encodingVersion - Variable in class org.apache.nifi.controller.flow.VersionedDataflow
- encrypt(String) - Method in interface org.apache.nifi.registry.flow.mapping.SensitiveValueEncryptor
- encryptor - Variable in class org.apache.nifi.registry.flow.mapping.FlowMappingOptions.Builder
- encryptor - Variable in class org.apache.nifi.registry.flow.mapping.FlowMappingOptions
- enforcementPolicy - Variable in class org.apache.nifi.validation.RuleViolation
- enqueue(Collection<FlowFileRecord>) - Method in interface org.apache.nifi.connectable.Connection
- enqueue(FlowFileRecord) - Method in interface org.apache.nifi.connectable.Connection
- equals(Object) - Method in class org.apache.nifi.controller.AbstractComponentNode
- equals(Object) - Method in class org.apache.nifi.controller.PropertyConfiguration
- equals(Object) - Method in record class org.apache.nifi.migration.ControllerServiceCreationDetails
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.apache.nifi.nar.NarNode
- equals(Object) - Method in class org.apache.nifi.validation.RuleViolation
- equals(Object) - Method in class org.apache.nifi.web.revision.RevisionSnapshot
- error(String) - Method in class org.apache.nifi.controller.TerminationAwareLogger
- error(String, Object...) - Method in class org.apache.nifi.controller.TerminationAwareLogger
- error(String, Throwable) - Method in class org.apache.nifi.controller.TerminationAwareLogger
- ERROR_MESSAGE - Static variable in class org.apache.nifi.registry.flow.GhostFlowRegistryClient
- evaluateParameters(String) - Method in interface org.apache.nifi.connectable.Connectable
- evaluateParameters(String) - Method in class org.apache.nifi.controller.AbstractPort
- evaluateParameters(String) - Method in class org.apache.nifi.controller.StandardFunnel
- EventBasedWorker - Interface in org.apache.nifi.controller
-
Wraps a Connectable object and maintains a count of how many unanswered events have been reported for the Connectable
- expire(FlowFile, String) - Method in interface org.apache.nifi.provenance.InternalProvenanceReporter
- ExpiredRevisionClaimException - Exception Class in org.apache.nifi.web.revision
- ExpiredRevisionClaimException(String) - Constructor for exception class org.apache.nifi.web.revision.ExpiredRevisionClaimException
- EXPLANATION - Static variable in class org.apache.nifi.components.validation.EnablingServiceValidationResult
- ExtensionBundleMetadata - Interface in org.apache.nifi.registry.extension
-
The metadata for an extension bundle that exists in an extension registry.
- extensionManager - Variable in class org.apache.nifi.controller.AbstractComponentNode
- ExtensionRegistry<T> - Interface in org.apache.nifi.registry.extension
-
Represents an extension registry that can be used to list/retrieve available bundles.
- ExtensionRegistryException - Exception Class in org.apache.nifi.registry.extension
-
Indicates a non-I/O related error from an extension registry.
- ExtensionRegistryException(String) - Constructor for exception class org.apache.nifi.registry.extension.ExtensionRegistryException
- ExtensionRegistryException(String, Throwable) - Constructor for exception class org.apache.nifi.registry.extension.ExtensionRegistryException
F
- FAILED - Enum constant in enum class org.apache.nifi.nar.NarState
- failureMessage - Variable in class org.apache.nifi.nar.NarNode
- failureReason - Variable in class org.apache.nifi.controller.queue.DropFlowFileRequest
- failureReason - Variable in class org.apache.nifi.controller.queue.ListFlowFileRequest
- fetchParameters() - Method in interface org.apache.nifi.controller.ParameterProviderNode
-
Retrieve Parameter Groups from configured Parameter Provider and store for subsequent retrieval in others methods
- filterInvalidXmlCharacters(String) - Static method in class org.apache.nifi.util.CharacterFilterUtils
- findAllConnections() - Method in interface org.apache.nifi.controller.flow.FlowManager
- findAllConnections() - Method in interface org.apache.nifi.groups.ProcessGroup
- findAllControllerServices() - Method in interface org.apache.nifi.groups.ProcessGroup
- findAllFunnels() - Method in interface org.apache.nifi.groups.ProcessGroup
- findAllInputPorts() - Method in interface org.apache.nifi.groups.ProcessGroup
- findAllLabels() - Method in interface org.apache.nifi.groups.ProcessGroup
- findAllOutputPorts() - Method in interface org.apache.nifi.groups.ProcessGroup
- findAllPositionables() - Method in interface org.apache.nifi.groups.ProcessGroup
- findAllProcessGroups() - Method in interface org.apache.nifi.groups.ProcessGroup
- findAllProcessGroups(Predicate<ProcessGroup>) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Returns a List of all ProcessGroups that match the given filter.
- findAllProcessors() - Method in interface org.apache.nifi.groups.ProcessGroup
- findAllProcessors(Predicate<ProcessorNode>) - Method in interface org.apache.nifi.controller.flow.FlowManager
- findAllRemoteProcessGroups() - Method in interface org.apache.nifi.groups.ProcessGroup
- findConnectable(String) - Method in interface org.apache.nifi.controller.flow.FlowManager
-
Finds the Connectable with the given ID, or null if no such Connectable exists
- findConnection(String) - Method in interface org.apache.nifi.groups.ProcessGroup
- findControllerService(String, boolean, boolean) - Method in interface org.apache.nifi.groups.ProcessGroup
- findFetchedParameterGroup(String) - Method in interface org.apache.nifi.controller.ParameterProviderNode
-
Find a named Parameter Group cached from previous request to fetch Parameters from the configured Parameter Provider
- findFunnel(String) - Method in interface org.apache.nifi.groups.ProcessGroup
- findInputPort(String) - Method in interface org.apache.nifi.groups.ProcessGroup
- findLabel(String) - Method in interface org.apache.nifi.groups.ProcessGroup
- findOutputPort(String) - Method in interface org.apache.nifi.groups.ProcessGroup
- findProcessGroup(String) - Method in interface org.apache.nifi.groups.ProcessGroup
- findProcessor(String) - Method in interface org.apache.nifi.groups.ProcessGroup
- findRecursiveReferences(Class<T>) - Method in interface org.apache.nifi.controller.service.ControllerServiceReference
-
Returns a List of all components that reference this Controller Service (recursively) that are of the given type
- findRemoteGroupPort(String) - Method in interface org.apache.nifi.groups.ProcessGroup
- findRemoteProcessGroup(String) - Method in interface org.apache.nifi.groups.ProcessGroup
- FLOW_ENCODING_VERSION - Static variable in class org.apache.nifi.registry.flow.FlowRegistryUtil
- FlowAnalysisRuleInstantiationException - Exception Class in org.apache.nifi.controller.flowanalysis
- FlowAnalysisRuleInstantiationException(String) - Constructor for exception class org.apache.nifi.controller.flowanalysis.FlowAnalysisRuleInstantiationException
- FlowAnalysisRuleInstantiationException(String, Throwable) - Constructor for exception class org.apache.nifi.controller.flowanalysis.FlowAnalysisRuleInstantiationException
- FlowAnalysisRuleNode - Interface in org.apache.nifi.controller
- FlowAnalysisRuleProvider - Interface in org.apache.nifi.controller.flowanalysis
-
A FlowAnalysisRuleProvider is responsible for providing management of, and access to, Flow Analysis Rules
- flowAnalysisRules - Variable in class org.apache.nifi.controller.flow.VersionedDataflow
- FlowAnalyzer - Interface in org.apache.nifi.controller.flowanalysis
-
Analyzes components, parts or the entirety of the flow.
- FlowEngine - Class in org.apache.nifi.engine
- FlowEngine(int, String) - Constructor for class org.apache.nifi.engine.FlowEngine
-
Creates a new instance of FlowEngine
- FlowEngine(int, String, boolean) - Constructor for class org.apache.nifi.engine.FlowEngine
-
Creates a new instance of FlowEngine
- flowFile - Variable in exception class org.apache.nifi.controller.repository.ContentNotFoundException
- FlowFileConcurrency - Enum Class in org.apache.nifi.groups
-
Specifies the concurrency level of a Process Group
- FlowFileConcurrency() - Constructor for enum class org.apache.nifi.groups.FlowFileConcurrency
- FlowFileEvent - Interface in org.apache.nifi.controller.repository
- FlowFileEventRepository - Interface in org.apache.nifi.controller.repository
- FlowFileGate - Interface in org.apache.nifi.groups
- FlowFileOutboundPolicy - Enum Class in org.apache.nifi.groups
- FlowFileOutboundPolicy() - Constructor for enum class org.apache.nifi.groups.FlowFileOutboundPolicy
- flowFileSummaries - Variable in class org.apache.nifi.controller.queue.ListFlowFileRequest
- FlowManager - Interface in org.apache.nifi.controller.flow
- FlowMappingOptions - Class in org.apache.nifi.registry.flow.mapping
- FlowMappingOptions(FlowMappingOptions.Builder) - Constructor for class org.apache.nifi.registry.flow.mapping.FlowMappingOptions
- FlowMappingOptions.Builder - Class in org.apache.nifi.registry.flow.mapping
- FlowModification - Class in org.apache.nifi.web
-
Records a flow modification.
- FlowModification(Revision, String) - Constructor for class org.apache.nifi.web.FlowModification
-
Creates a new FlowModification.
- FlowRegistryClientContextFactory - Class in org.apache.nifi.registry.flow
- FlowRegistryClientContextFactory() - Constructor for class org.apache.nifi.registry.flow.FlowRegistryClientContextFactory
- FlowRegistryClientNode - Interface in org.apache.nifi.registry.flow
- FlowRegistryClientUserContext - Interface in org.apache.nifi.registry.flow
- FlowRegistryUtil - Class in org.apache.nifi.registry.flow
- FlowRegistryUtil() - Constructor for class org.apache.nifi.registry.flow.FlowRegistryUtil
- FlowRepositoryClientInstantiationException - Exception Class in org.apache.nifi.controller.flowrepository
- FlowRepositoryClientInstantiationException(String) - Constructor for exception class org.apache.nifi.controller.flowrepository.FlowRepositoryClientInstantiationException
- FlowRepositoryClientInstantiationException(String, Throwable) - Constructor for exception class org.apache.nifi.controller.flowrepository.FlowRepositoryClientInstantiationException
- FlowSerializationException - Exception Class in org.apache.nifi.controller.serialization
-
Represents the exceptional case when flow configuration is malformed and therefore, cannot be serialized or deserialized.
- FlowSerializationException() - Constructor for exception class org.apache.nifi.controller.serialization.FlowSerializationException
- FlowSerializationException(String) - Constructor for exception class org.apache.nifi.controller.serialization.FlowSerializationException
- FlowSerializationException(String, Throwable) - Constructor for exception class org.apache.nifi.controller.serialization.FlowSerializationException
- FlowSerializationException(String, Throwable, boolean, boolean) - Constructor for exception class org.apache.nifi.controller.serialization.FlowSerializationException
- FlowSerializationException(Throwable) - Constructor for exception class org.apache.nifi.controller.serialization.FlowSerializationException
- FlowService - Interface in org.apache.nifi.services
-
Defines the API level services available for carrying out file-based dataflow operations.
- flowSnapshot - Variable in class org.apache.nifi.registry.flow.FlowSnapshotContainer
- FlowSnapshotContainer - Class in org.apache.nifi.registry.flow
-
Holds the results of recursively fetching the contents of a registered flow snapshot where some child groups may also be under version control.
- FlowSnapshotContainer(RegisteredFlowSnapshot) - Constructor for class org.apache.nifi.registry.flow.FlowSnapshotContainer
- FlowSynchronizationOptions - Class in org.apache.nifi.groups
- FlowSynchronizationOptions(FlowSynchronizationOptions.Builder) - Constructor for class org.apache.nifi.groups.FlowSynchronizationOptions
- FlowSynchronizationOptions.Builder - Class in org.apache.nifi.groups
- FlowSynchronizationOptions.ComponentStopTimeoutAction - Enum Class in org.apache.nifi.groups
- from(FlowSynchronizationOptions) - Static method in class org.apache.nifi.groups.FlowSynchronizationOptions.Builder
- Funnel - Interface in org.apache.nifi.connectable
- FUNNEL - Enum constant in enum class org.apache.nifi.connectable.ConnectableType
- funnels - Variable in class org.apache.nifi.groups.ComponentAdditions.Builder
- funnels - Variable in class org.apache.nifi.groups.ComponentAdditions
- funnels - Variable in class org.apache.nifi.groups.VersionedComponentAdditions.Builder
- funnels - Variable in class org.apache.nifi.groups.VersionedComponentAdditions
- futures - Variable in class org.apache.nifi.controller.scheduling.LifecycleState
G
- generateDropEvent(FlowFile, String) - Method in interface org.apache.nifi.provenance.InternalProvenanceReporter
- generateFlowId(String) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClientNode
- generateJoinEvent(Collection<FlowFile>, FlowFile) - Method in interface org.apache.nifi.provenance.InternalProvenanceReporter
- generateUuid(String, String, String) - Method in interface org.apache.nifi.groups.ComponentIdGenerator
-
Generates a UUID based on the proposed component identifier and the UUID of the Process Group into which the component is going to be placed
- getActiveMillis() - Method in class org.apache.nifi.controller.ActiveThreadInfo
- getActiveReferences() - Method in interface org.apache.nifi.controller.service.ControllerServiceReference
- getActiveRemotePortCount() - Method in class org.apache.nifi.groups.ProcessGroupCounts
- getActiveThreadCount() - Method in class org.apache.nifi.controller.ProcessorNode
- getActiveThreadCount() - Method in interface org.apache.nifi.controller.ReportingTaskNode
- getActiveThreadCount() - Method in class org.apache.nifi.controller.scheduling.LifecycleState
- getActiveThreadCount(Object) - Method in interface org.apache.nifi.controller.ProcessScheduler
- getActiveThreads(ThreadDetails) - Method in class org.apache.nifi.controller.ProcessorNode
- getAdditionalClasspathResources(Collection<PropertyDescriptor>) - Method in class org.apache.nifi.controller.AbstractComponentNode
- getAdditionalClasspathResources(Collection<PropertyDescriptor>, Function<PropertyDescriptor, String>) - Method in class org.apache.nifi.controller.AbstractComponentNode
- getAdditionalClasspathResources(List<PropertyDescriptor>) - Method in class org.apache.nifi.controller.AbstractComponentNode
- getAdditionalClasspathResources(List<PropertyDescriptor>) - Method in interface org.apache.nifi.controller.ComponentNode
- getAdministrativeYieldDuration() - Method in interface org.apache.nifi.controller.scheduling.SchedulingAgent
- getAdministrativeYieldDuration(TimeUnit) - Method in interface org.apache.nifi.controller.scheduling.SchedulingAgent
- getAggregateLineageMillis() - Method in interface org.apache.nifi.controller.repository.FlowFileEvent
- getAllControllerServices() - Method in interface org.apache.nifi.controller.flow.FlowManager
- getAllFlowAnalysisRules() - Method in interface org.apache.nifi.controller.flow.FlowManager
- getAllFlowAnalysisRules() - Method in interface org.apache.nifi.controller.flowanalysis.FlowAnalysisRuleProvider
- getAllFlowRegistryClients() - Method in interface org.apache.nifi.controller.flow.FlowManager
- getAllParameterProviders() - Method in interface org.apache.nifi.controller.flow.FlowManager
- getAllReportingTasks() - Method in interface org.apache.nifi.controller.flow.FlowManager
- getAllReportingTasks() - Method in interface org.apache.nifi.controller.reporting.ReportingTaskProvider
- getAllRevisions() - Method in interface org.apache.nifi.web.revision.RevisionManager
- getAllRuleViolations() - Method in interface org.apache.nifi.validation.RuleViolationsManager
- getAncestorServiceIds() - Method in interface org.apache.nifi.groups.ProcessGroup
-
Gets a collection of identifiers representing all ancestor controller services
- getAnnotationData() - Method in class org.apache.nifi.controller.AbstractComponentNode
- getAnnotationData() - Method in interface org.apache.nifi.controller.ComponentNode
- getAnonymousContext() - Static method in class org.apache.nifi.registry.flow.FlowRegistryClientContextFactory
- getArtifact() - Method in interface org.apache.nifi.registry.extension.ExtensionBundleMetadata
- getAuthorizationIssue() - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- getAuthorizerFingerprint() - Method in interface org.apache.nifi.cluster.protocol.DataFlow
- getAutoTerminatedRelationships() - Method in class org.apache.nifi.controller.ProcessorNode
- getAverageLineageMillis() - Method in interface org.apache.nifi.controller.repository.FlowFileEvent
- getBackoffMechanism() - Method in interface org.apache.nifi.connectable.Connectable
- getBackoffMechanism() - Method in class org.apache.nifi.controller.AbstractPort
- getBackoffMechanism() - Method in class org.apache.nifi.controller.StandardFunnel
- getBatchCount() - Method in interface org.apache.nifi.groups.RemoteProcessGroupPortDescriptor
- getBatchCount() - Method in class org.apache.nifi.remote.RemoteGroupPort
- getBatchCounts() - Method in interface org.apache.nifi.groups.ProcessGroup
- getBatchDuration() - Method in interface org.apache.nifi.groups.RemoteProcessGroupPortDescriptor
- getBatchDuration() - Method in class org.apache.nifi.remote.RemoteGroupPort
- getBatchSize() - Method in interface org.apache.nifi.groups.RemoteProcessGroupPortDescriptor
- getBatchSize() - Method in class org.apache.nifi.remote.RemoteGroupPort
- getBendPoints() - Method in interface org.apache.nifi.connectable.Connection
- getBoredYieldDuration(TimeUnit) - Method in interface org.apache.nifi.groups.StatelessGroupNode
- getBranch() - Method in interface org.apache.nifi.registry.flow.VersionControlInformation
- getBranches(FlowRegistryClientUserContext) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClientNode
- getBucket(FlowRegistryClientConfigurationContext, BucketLocation) - Method in class org.apache.nifi.registry.flow.GhostFlowRegistryClient
- getBucket(FlowRegistryClientUserContext, BucketLocation) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClientNode
- getBucketIdentifier() - Method in interface org.apache.nifi.registry.flow.VersionControlInformation
- getBucketName() - Method in interface org.apache.nifi.registry.flow.VersionControlInformation
- getBuckets(FlowRegistryClientConfigurationContext, String) - Method in class org.apache.nifi.registry.flow.GhostFlowRegistryClient
- getBuckets(FlowRegistryClientUserContext, String) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClientNode
- getBulletinLevel() - Method in class org.apache.nifi.controller.ProcessorNode
- getBulletinLevel() - Method in interface org.apache.nifi.controller.service.ControllerServiceNode
- getBundleCoordinate() - Method in interface org.apache.nifi.controller.ComponentNode
- getBundleCoordinate() - Method in class org.apache.nifi.controller.LoggableComponent
- getBytesRead() - Method in interface org.apache.nifi.controller.repository.FlowFileEvent
- getBytesReceived() - Method in interface org.apache.nifi.controller.repository.FlowFileEvent
- getBytesSent() - Method in interface org.apache.nifi.controller.repository.FlowFileEvent
- getBytesWritten() - Method in interface org.apache.nifi.controller.repository.FlowFileEvent
- getCanonicalClassName() - Method in class org.apache.nifi.controller.AbstractComponentNode
- getCanonicalClassName() - Method in interface org.apache.nifi.controller.ComponentNode
- getChildSnapshot(String) - Method in class org.apache.nifi.registry.flow.FlowSnapshotContainer
-
Get the snapshot that was used to populate the given group in the top level snapshot.
- getClassLoaderIsolationKey(PropertyContext) - Method in interface org.apache.nifi.controller.ComponentNode
- getComments() - Method in interface org.apache.nifi.connectable.Connectable
- getComments() - Method in class org.apache.nifi.controller.AbstractPort
- getComments() - Method in interface org.apache.nifi.controller.FlowAnalysisRuleNode
- getComments() - Method in interface org.apache.nifi.controller.ParameterProviderNode
- getComments() - Method in interface org.apache.nifi.controller.ReportingTaskNode
- getComments() - Method in interface org.apache.nifi.controller.service.ControllerServiceNode
- getComments() - Method in class org.apache.nifi.controller.StandardFunnel
- getComments() - Method in interface org.apache.nifi.groups.ProcessGroup
- getComments() - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- getComments() - Method in interface org.apache.nifi.groups.RemoteProcessGroupPortDescriptor
- getCommunicationsTimeout() - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- getCommunicationsTimeout(TimeUnit) - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- getCompletionPercentage() - Method in class org.apache.nifi.controller.queue.ListFlowFileRequest
- getComponent() - Method in interface org.apache.nifi.controller.ComponentNode
- getComponent() - Method in class org.apache.nifi.controller.LoggableComponent
- getComponent() - Method in interface org.apache.nifi.web.revision.RevisionUpdate
- getComponentClass() - Method in interface org.apache.nifi.controller.ComponentNode
- getComponentComparisonIdLookup() - Method in class org.apache.nifi.groups.FlowSynchronizationOptions
- getComponentCounts() - Method in interface org.apache.nifi.controller.flow.FlowManager
- getComponentDescription() - Method in interface org.apache.nifi.logging.LogObserver
- getComponentId(Optional<String>, String) - Method in interface org.apache.nifi.registry.flow.mapping.ComponentIdLookup
-
Given a component identifier and an optional Versioned Component ID, returns the identifier to use for the component
- getComponentId(Optional<String>, String, Function<String, String>) - Method in interface org.apache.nifi.registry.flow.mapping.ComponentIdLookup
- getComponentIdGenerator() - Method in class org.apache.nifi.groups.FlowSynchronizationOptions
- getComponentIdLookup() - Method in class org.apache.nifi.registry.flow.mapping.FlowMappingOptions
- getComponentNode() - Method in class org.apache.nifi.parameter.ParameterReferencedControllerServiceData
- getComponentScheduler() - Method in class org.apache.nifi.groups.FlowSynchronizationOptions
- getComponentStopTimeout() - Method in class org.apache.nifi.groups.FlowSynchronizationOptions
- getComponentStopTimeoutAction() - Method in class org.apache.nifi.groups.FlowSynchronizationOptions
- getComponentType() - Method in interface org.apache.nifi.connectable.Connectable
- getComponentType() - Method in class org.apache.nifi.controller.AbstractComponentNode
- getComponentType() - Method in interface org.apache.nifi.controller.ComponentNode
- getComponentType() - Method in class org.apache.nifi.controller.StandardFunnel
- getComponentType(Connectable) - Static method in class org.apache.nifi.events.BulletinFactory
- getConcurrentlySchedulableTaskCount() - Method in interface org.apache.nifi.groups.RemoteProcessGroupPortDescriptor
- getConfigurationContext() - Method in interface org.apache.nifi.controller.FlowAnalysisRuleNode
- getConfigurationContext() - Method in interface org.apache.nifi.controller.ParameterProviderNode
- getConfigurationContext() - Method in interface org.apache.nifi.controller.ReportingTaskNode
- getConfigValue(PropertyConfiguration, boolean) - Method in class org.apache.nifi.controller.AbstractComponentNode
- getConnectable() - Method in interface org.apache.nifi.controller.EventBasedWorker
- getConnectable(String) - Method in interface org.apache.nifi.groups.ProcessGroup
- getConnectableType() - Method in interface org.apache.nifi.connectable.Connectable
- getConnectableType() - Method in class org.apache.nifi.controller.AbstractPort
- getConnectableType() - Method in class org.apache.nifi.controller.StandardFunnel
- getConnection(String) - Method in interface org.apache.nifi.controller.flow.FlowManager
- getConnection(String) - Method in interface org.apache.nifi.groups.ProcessGroup
- getConnections() - Method in interface org.apache.nifi.connectable.Connectable
- getConnections() - Method in class org.apache.nifi.controller.AbstractPort
- getConnections() - Method in class org.apache.nifi.controller.StandardFunnel
- getConnections() - Method in class org.apache.nifi.groups.ComponentAdditions
- getConnections() - Method in interface org.apache.nifi.groups.ProcessGroup
- getConnections() - Method in class org.apache.nifi.groups.VersionedComponentAdditions
- getConnections(Relationship) - Method in interface org.apache.nifi.connectable.Connectable
- getConnections(Relationship) - Method in class org.apache.nifi.controller.AbstractPort
- getConnections(Relationship) - Method in class org.apache.nifi.controller.StandardFunnel
- getContentReadNanoseconds() - Method in interface org.apache.nifi.controller.repository.FlowFileEvent
- getContentSizeIn() - Method in interface org.apache.nifi.controller.repository.FlowFileEvent
- getContentSizeOut() - Method in interface org.apache.nifi.controller.repository.FlowFileEvent
- getContentSizeRemoved() - Method in interface org.apache.nifi.controller.repository.FlowFileEvent
- getContentWriteNanoseconds() - Method in interface org.apache.nifi.controller.repository.FlowFileEvent
- getContext() - Method in interface org.apache.nifi.controller.Counter
- getContextForUser(NiFiUser) - Static method in class org.apache.nifi.registry.flow.FlowRegistryClientContextFactory
- getControllerService(String) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Returns the controller service with the given id
- getControllerServiceForComponent(String, String) - Method in interface org.apache.nifi.controller.service.ControllerServiceProvider
- getControllerServiceId() - Method in exception class org.apache.nifi.controller.service.ControllerServiceDisabledException
- getControllerServiceIdentifier() - Method in class org.apache.nifi.components.validation.DisabledServiceValidationResult
- getControllerServiceIdentifiers(Class<? extends ControllerService>, String) - Method in interface org.apache.nifi.controller.service.ControllerServiceProvider
- getControllerServiceImplementation() - Method in interface org.apache.nifi.controller.service.ControllerServiceNode
-
Returns the actual implementation of the Controller Service that this ControllerServiceNode encapsulates.
- getControllerServiceNode(String) - Method in interface org.apache.nifi.controller.flow.FlowManager
- getControllerServiceNode(String) - Method in interface org.apache.nifi.controller.service.ControllerServiceProvider
- getControllerServiceProvider() - Method in class org.apache.nifi.controller.AbstractComponentNode
- getControllerServiceProvider() - Method in class org.apache.nifi.groups.AbstractComponentScheduler
- getControllerServices() - Method in class org.apache.nifi.controller.flow.VersionedDataflow
- getControllerServices() - Method in class org.apache.nifi.groups.ComponentAdditions
- getControllerServices() - Method in class org.apache.nifi.groups.VersionedComponentAdditions
- getControllerServices(boolean) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Returns a Set of all Controller Services that are available in this Process Group
- getControllerServicesReferencing(ParameterContext, String) - Method in interface org.apache.nifi.parameter.ParameterReferenceManager
-
Returns the set of all ControllerServices in the flow that reference the parameter with the given name
- getControllerServiceType(String) - Method in interface org.apache.nifi.controller.service.ControllerServiceProvider
- getCounter(String, String) - Method in interface org.apache.nifi.controller.repository.CounterRepository
- getCounters() - Method in interface org.apache.nifi.controller.repository.CounterRepository
- getCounters() - Method in interface org.apache.nifi.controller.repository.FlowFileEvent
- getCounters(String) - Method in interface org.apache.nifi.controller.repository.CounterRepository
- getCounts() - Method in interface org.apache.nifi.groups.ProcessGroup
- getCounts() - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- getCpuNanoseconds() - Method in interface org.apache.nifi.controller.repository.FlowFileEvent
- getCreationDetails(String, Map<String, String>) - Method in interface org.apache.nifi.migration.ControllerServiceFactory
-
Determines whether or not a Controller Service exists in the proper scope with the given implementation and property values.
- getCurrentSize() - Method in class org.apache.nifi.controller.queue.DropFlowFileRequest
- getCurrentState() - Method in interface org.apache.nifi.groups.StatelessGroupNode
- getDataValve() - Method in interface org.apache.nifi.groups.ProcessGroup
- getDataValve(Port) - Method in interface org.apache.nifi.groups.ProcessGroup
- getDeadlockedThreadIds() - Method in class org.apache.nifi.controller.ThreadDetails
- getDefaultBackPressureDataSizeThreshold() - Method in interface org.apache.nifi.groups.ProcessGroup
- getDefaultBackPressureObjectThreshold() - Method in interface org.apache.nifi.groups.ProcessGroup
- getDefaultBranch(FlowRegistryClientUserContext) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClientNode
- getDefaultFlowFileExpiration() - Method in interface org.apache.nifi.groups.ProcessGroup
- getDescription() - Method in interface org.apache.nifi.parameter.ParameterContext
- getDescription() - Method in interface org.apache.nifi.registry.extension.ExtensionRegistry
- getDescription() - Method in interface org.apache.nifi.registry.flow.FlowRegistryClientNode
- getDescriptor() - Method in class org.apache.nifi.parameter.ParameterReferencedControllerServiceData
- getDesiredState() - Method in class org.apache.nifi.controller.ProcessorNode
-
Returns the Scheduled State that is desired for this Processor.
- getDesiredState() - Method in interface org.apache.nifi.groups.StatelessGroupNode
- getDesiredStatelessScheduledState() - Method in interface org.apache.nifi.groups.ProcessGroup
- getDestination() - Method in interface org.apache.nifi.connectable.Connection
- getDestinationAuthorizable() - Method in interface org.apache.nifi.connectable.Connection
- getDiagnostics() - Method in interface org.apache.nifi.groups.DataValve
- getDirection() - Method in interface org.apache.nifi.remote.PublicPort
- getDisabledCount() - Method in class org.apache.nifi.groups.ProcessGroupCounts
- getDropAllFlowFilesStatus(String) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Returns the current status of a Drop All FlowFiles Request that was initiated via the
ProcessGroup.dropAllFlowFiles(String, String)
method with the given identifier - getDroppedSize() - Method in class org.apache.nifi.controller.queue.DropFlowFileRequest
- getEffectiveParameters() - Method in interface org.apache.nifi.parameter.ParameterContext
-
Returns the Map of all Parameters in this context, as well as in all inherited ParameterContexts.
- getEffectiveParameterUpdates(Map<String, Parameter>, List<ParameterContext>) - Method in interface org.apache.nifi.parameter.ParameterContext
-
Returns a map from parameter name to Parameter, representing all parameters that would be effectively updated if the provided configuration was applied.
- getEffectivePropertyValue(PropertyDescriptor) - Method in class org.apache.nifi.controller.AbstractComponentNode
- getEffectivePropertyValue(PropertyDescriptor) - Method in interface org.apache.nifi.controller.ComponentNode
- getEffectivePropertyValues() - Method in class org.apache.nifi.controller.AbstractComponentNode
- getEffectivePropertyValues() - Method in interface org.apache.nifi.controller.ComponentNode
- getEffectivePropertyValueWithDefault(PropertyDescriptor) - Method in class org.apache.nifi.controller.AbstractComponentNode
- getEffectiveValue(ParameterLookup) - Method in class org.apache.nifi.controller.PropertyConfiguration
- getEncodingVersion() - Method in class org.apache.nifi.controller.flow.VersionedDataflow
- getEnforcementPolicy() - Method in interface org.apache.nifi.controller.FlowAnalysisRuleNode
- getEnforcementPolicy() - Method in class org.apache.nifi.validation.RuleViolation
- getEventReporter() - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- getEvents() - Method in interface org.apache.nifi.provenance.InternalProvenanceReporter
- getExecutionEngine() - Method in interface org.apache.nifi.groups.ProcessGroup
- getExecutionEngine(ControllerServiceNode) - Method in class org.apache.nifi.groups.AbstractComponentScheduler
- getExecutionNode() - Method in class org.apache.nifi.controller.ProcessorNode
- getExists() - Method in interface org.apache.nifi.groups.RemoteProcessGroupPortDescriptor
- getExplanation() - Method in interface org.apache.nifi.remote.PortAuthorizationResult
- getExtensionBundleContent(NiFiUser, T) - Method in interface org.apache.nifi.registry.extension.ExtensionRegistry
-
Retrieves the content of a bundle specified by the given bundle metadata.
- getExtensionBundleMetadata(NiFiUser) - Method in interface org.apache.nifi.registry.extension.ExtensionRegistry
-
Retrieves a listing of all available bundles in the given registry.
- getExtensionManager() - Method in class org.apache.nifi.controller.AbstractComponentNode
- getExtensionManager() - Method in interface org.apache.nifi.controller.flowanalysis.FlowAnalysisRuleProvider
- getExtensionManager() - Method in interface org.apache.nifi.controller.reporting.ReportingTaskProvider
- getExtensionManager() - Method in interface org.apache.nifi.controller.service.ControllerServiceProvider
- getFailureMessage() - Method in class org.apache.nifi.nar.NarNode
- getFailureReason() - Method in class org.apache.nifi.controller.queue.DropFlowFileRequest
- getFailureReason() - Method in class org.apache.nifi.controller.queue.ListFlowFileRequest
- getFetchedParametersToApply(Collection<ParameterGroupConfiguration>) - Method in interface org.apache.nifi.controller.ParameterProviderNode
-
Get Parameter Groups with Parameter Names and Values to be applied to associated Parameter Contexts
- getFlow() - Method in interface org.apache.nifi.cluster.protocol.DataFlow
- getFlow(FlowRegistryClientConfigurationContext, FlowLocation) - Method in class org.apache.nifi.registry.flow.GhostFlowRegistryClient
- getFlow(FlowRegistryClientUserContext, FlowLocation) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClientNode
- getFlowAnalysisRule() - Method in interface org.apache.nifi.controller.FlowAnalysisRuleNode
- getFlowAnalysisRuleContext() - Method in interface org.apache.nifi.controller.FlowAnalysisRuleNode
- getFlowAnalysisRuleNode(String) - Method in interface org.apache.nifi.controller.flow.FlowManager
- getFlowAnalysisRuleNode(String) - Method in interface org.apache.nifi.controller.flowanalysis.FlowAnalysisRuleProvider
- getFlowAnalysisRules() - Method in class org.apache.nifi.controller.flow.VersionedDataflow
- getFlowAnalyzer() - Method in interface org.apache.nifi.controller.flow.FlowManager
- getFlowAnalyzer() - Method in interface org.apache.nifi.controller.ValidationContextFactory
- getFlowContents(FlowRegistryClientConfigurationContext, FlowVersionLocation) - Method in class org.apache.nifi.registry.flow.GhostFlowRegistryClient
- getFlowContents(FlowRegistryClientUserContext, FlowVersionLocation, boolean) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClientNode
- getFlowDescription() - Method in interface org.apache.nifi.registry.flow.VersionControlInformation
- getFlowDocument() - Method in interface org.apache.nifi.cluster.protocol.DataFlow
- getFlowFile() - Method in exception class org.apache.nifi.controller.repository.ContentNotFoundException
- getFlowFileConcurrency() - Method in interface org.apache.nifi.groups.ProcessGroup
- getFlowFileGate() - Method in interface org.apache.nifi.groups.ProcessGroup
- getFlowFileOutboundPolicy() - Method in interface org.apache.nifi.groups.ProcessGroup
- getFlowFileQueue() - Method in interface org.apache.nifi.connectable.Connection
- getFlowFilesIn() - Method in interface org.apache.nifi.controller.repository.FlowFileEvent
- getFlowFilesOut() - Method in interface org.apache.nifi.controller.repository.FlowFileEvent
- getFlowFilesReceived() - Method in interface org.apache.nifi.controller.repository.FlowFileEvent
- getFlowFilesRemoved() - Method in interface org.apache.nifi.controller.repository.FlowFileEvent
- getFlowFilesSent() - Method in interface org.apache.nifi.controller.repository.FlowFileEvent
- getFlowFileSummaries() - Method in class org.apache.nifi.controller.queue.ListFlowFileRequest
- getFlowIdentifier() - Method in interface org.apache.nifi.registry.flow.VersionControlInformation
- getFlowName() - Method in interface org.apache.nifi.registry.flow.VersionControlInformation
- getFlowRegistryClient(String) - Method in interface org.apache.nifi.controller.flow.FlowManager
- getFlows(FlowRegistryClientConfigurationContext, BucketLocation) - Method in class org.apache.nifi.registry.flow.GhostFlowRegistryClient
- getFlows(FlowRegistryClientUserContext, BucketLocation) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClientNode
- getFlowSnapshot() - Method in class org.apache.nifi.registry.flow.FlowSnapshotContainer
- getFlowSnapshot() - Method in interface org.apache.nifi.registry.flow.VersionControlInformation
- getFlowVersions(FlowRegistryClientConfigurationContext, FlowLocation) - Method in class org.apache.nifi.registry.flow.GhostFlowRegistryClient
- getFlowVersions(FlowRegistryClientUserContext, FlowLocation) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClientNode
- getFunnel(String) - Method in interface org.apache.nifi.controller.flow.FlowManager
- getFunnel(String) - Method in interface org.apache.nifi.groups.ProcessGroup
- getFunnels() - Method in class org.apache.nifi.groups.ComponentAdditions
- getFunnels() - Method in interface org.apache.nifi.groups.ProcessGroup
- getFunnels() - Method in class org.apache.nifi.groups.VersionedComponentAdditions
- getFutures() - Method in class org.apache.nifi.controller.scheduling.LifecycleState
- getGargeCollectionMillis() - Method in interface org.apache.nifi.controller.repository.FlowFileEvent
- getGroup() - Method in interface org.apache.nifi.registry.extension.ExtensionBundleMetadata
- getGroup(String) - Method in interface org.apache.nifi.controller.flow.FlowManager
-
Returns the ProcessGroup with the given ID, or null if no group exists with the given ID.
- getGroupId() - Method in interface org.apache.nifi.groups.RemoteProcessGroupPortDescriptor
- getGroupId() - Method in class org.apache.nifi.validation.RuleViolation
- getGroupStatus(String, NiFiUser) - Method in interface org.apache.nifi.reporting.UserAwareEventAccess
-
Returns the status for components in the specified group.
- getGroupStatus(String, NiFiUser, int) - Method in interface org.apache.nifi.reporting.UserAwareEventAccess
-
Returns the status for components in the specified group.
- getGroupStatus(String, RepositoryStatusReport, NiFiUser) - Method in interface org.apache.nifi.reporting.UserAwareEventAccess
-
Returns the status for the components in the specified group with the specified report.
- getGroupStatus(String, RepositoryStatusReport, NiFiUser, int) - Method in interface org.apache.nifi.reporting.UserAwareEventAccess
-
Returns the status for the components in the specified group with the specified report.
- getGroupsWithDataFlowingIn() - Method in interface org.apache.nifi.groups.DataValveDiagnostics
- getGroupsWithDataFlowingOut() - Method in interface org.apache.nifi.groups.DataValveDiagnostics
- getHeight() - Method in class org.apache.nifi.connectable.Size
- getId() - Method in interface org.apache.nifi.groups.RemoteProcessGroupPortDescriptor
- getIdentifier() - Method in interface org.apache.nifi.connectable.Connectable
- getIdentifier() - Method in interface org.apache.nifi.connectable.Connection
- getIdentifier() - Method in class org.apache.nifi.controller.AbstractComponentNode
- getIdentifier() - Method in class org.apache.nifi.controller.AbstractPort
- getIdentifier() - Method in interface org.apache.nifi.controller.ComponentNode
- getIdentifier() - Method in interface org.apache.nifi.controller.Counter
- getIdentifier() - Method in interface org.apache.nifi.controller.label.Label
- getIdentifier() - Method in class org.apache.nifi.controller.StandardFunnel
- getIdentifier() - Method in interface org.apache.nifi.groups.ProcessGroup
- getIdentifier() - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- getIdentifier() - Method in class org.apache.nifi.nar.NarNode
- getIdentifier() - Method in interface org.apache.nifi.parameter.ParameterContext
- getIdentifier() - Method in interface org.apache.nifi.registry.extension.ExtensionRegistry
- getIdentifier() - Method in class org.apache.nifi.registry.flow.GhostFlowRegistryClient
- getIdentifier() - Method in class org.apache.nifi.registry.flow.StandardFlowRegistryClientInitializationContext
- getInactiveRemotePortCount() - Method in class org.apache.nifi.groups.ProcessGroupCounts
- getIncomingConnections() - Method in interface org.apache.nifi.connectable.Connectable
- getIncomingConnections() - Method in class org.apache.nifi.controller.AbstractPort
- getIncomingConnections() - Method in class org.apache.nifi.controller.StandardFunnel
- getInheritedParameterContextNames() - Method in interface org.apache.nifi.parameter.ParameterContext
-
Returns a list of names of ParameterContexts from which this ParameterContext inherits parameters.
- getInheritedParameterContexts() - Method in interface org.apache.nifi.parameter.ParameterContext
-
Returns a list of ParameterContexts from which this ParameterContext inherits parameters.
- getInputPort(String) - Method in interface org.apache.nifi.controller.flow.FlowManager
- getInputPort(String) - Method in interface org.apache.nifi.groups.ProcessGroup
- getInputPort(String) - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- getInputPortByName(String) - Method in interface org.apache.nifi.groups.ProcessGroup
- getInputPortCount() - Method in class org.apache.nifi.groups.RemoteProcessGroupCounts
- getInputPorts() - Method in class org.apache.nifi.groups.ComponentAdditions
- getInputPorts() - Method in interface org.apache.nifi.groups.ProcessGroup
- getInputPorts() - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- getInputPorts() - Method in class org.apache.nifi.groups.VersionedComponentAdditions
- getInputRequirement() - Method in class org.apache.nifi.controller.ProcessorNode
- getInputStream() - Method in class org.apache.nifi.nar.NarInstallRequest
- getInvalidCount() - Method in class org.apache.nifi.groups.ProcessGroupCounts
- getInvocationHandler() - Method in interface org.apache.nifi.controller.service.ControllerServiceNode
- getInvocations() - Method in interface org.apache.nifi.controller.repository.FlowFileEvent
- getIssueId() - Method in class org.apache.nifi.validation.RuleViolation
- getLabel(String) - Method in interface org.apache.nifi.groups.ProcessGroup
- getLabelIndex() - Method in interface org.apache.nifi.connectable.Connection
- getLabels() - Method in class org.apache.nifi.groups.ComponentAdditions
- getLabels() - Method in interface org.apache.nifi.groups.ProcessGroup
- getLabels() - Method in class org.apache.nifi.groups.VersionedComponentAdditions
- getLastModification() - Method in interface org.apache.nifi.web.revision.RevisionUpdate
- getLastModifier() - Method in class org.apache.nifi.web.FlowModification
-
Get the last modifier.
- getLastRefreshTime() - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- getLastStopTime() - Method in class org.apache.nifi.controller.scheduling.LifecycleState
- getLastUpdated() - Method in class org.apache.nifi.controller.queue.DropFlowFileRequest
- getLastUpdated() - Method in class org.apache.nifi.controller.queue.ListFlowFileRequest
- getLatestVersion(FlowRegistryClientConfigurationContext, FlowLocation) - Method in class org.apache.nifi.registry.flow.GhostFlowRegistryClient
- getLatestVersion(FlowRegistryClientUserContext, FlowLocation) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClientNode
- getLifecycleState(String) - Method in interface org.apache.nifi.controller.scheduling.LifecycleStateManager
-
Returns the LifecycleState that is registered for the given component; if no LifecycleState is registered, returns an empty Optional.
- getLocalAddress() - Method in interface org.apache.nifi.groups.RemoteProcessGroup
-
Returns the InetAddress that the will this instance will bind to when communicating with a remote NiFi instance, or
null
if no specific address has been specified - getLocalInputPortCount() - Method in class org.apache.nifi.groups.ProcessGroupCounts
- getLocallyModifiedAndStaleCount() - Method in class org.apache.nifi.groups.ProcessGroupCounts
- getLocallyModifiedCount() - Method in class org.apache.nifi.groups.ProcessGroupCounts
- getLocalOutputPortCount() - Method in class org.apache.nifi.groups.ProcessGroupCounts
- getLogFileSuffix() - Method in interface org.apache.nifi.groups.ProcessGroup
- getLogger() - Method in interface org.apache.nifi.controller.ComponentNode
- getLogger() - Method in class org.apache.nifi.controller.LoggableComponent
- getLogger() - Method in interface org.apache.nifi.groups.StatelessGroupNodeInitializationContext
- getLogger() - Method in interface org.apache.nifi.logging.LogRepository
- getLogger() - Method in class org.apache.nifi.registry.flow.StandardFlowRegistryClientInitializationContext
- getMajorVersion() - Method in class org.apache.nifi.controller.flow.VersionedFlowEncodingVersion
- getManifest() - Method in interface org.apache.nifi.manifest.RuntimeManifestService
- getManifest() - Method in class org.apache.nifi.nar.NarNode
- getManifestForBundle(String, String, String) - Method in interface org.apache.nifi.manifest.RuntimeManifestService
-
Returns a RuntimeManifest that is only populated with the components from the specified bundle.
- getMaxBackoffPeriod() - Method in interface org.apache.nifi.connectable.Connectable
- getMaxBackoffPeriod() - Method in class org.apache.nifi.controller.AbstractPort
- getMaxBackoffPeriod() - Method in class org.apache.nifi.controller.StandardFunnel
- getMaxConcurrentTasks() - Method in class org.apache.nifi.controller.AbstractPort
- getMaxConcurrentTasks() - Method in class org.apache.nifi.controller.StandardFunnel
- getMaxConcurrentTasks() - Method in interface org.apache.nifi.groups.ProcessGroup
- getMaxResults() - Method in class org.apache.nifi.controller.queue.ListFlowFileRequest
- getMaxTimerDrivenThreadCount() - Method in class org.apache.nifi.controller.flow.VersionedDataflow
- getMessage(String, LogLevel) - Method in class org.apache.nifi.controller.TerminationAwareLogger
- getMinorVersion() - Method in class org.apache.nifi.controller.flow.VersionedFlowEncodingVersion
- getMissingClaim() - Method in exception class org.apache.nifi.controller.repository.ContentNotFoundException
- getMissingComponents() - Method in interface org.apache.nifi.cluster.protocol.DataFlow
- getMonitorDeadlockThreadIds() - Method in class org.apache.nifi.controller.ThreadDetails
- getName() - Method in interface org.apache.nifi.connectable.Connectable
- getName() - Method in interface org.apache.nifi.connectable.Connection
- getName() - Method in class org.apache.nifi.controller.AbstractComponentNode
- getName() - Method in class org.apache.nifi.controller.AbstractPort
- getName() - Method in interface org.apache.nifi.controller.ComponentNode
- getName() - Method in interface org.apache.nifi.controller.Counter
- getName() - Method in class org.apache.nifi.controller.StandardFunnel
- getName() - Method in class org.apache.nifi.controller.TerminationAwareLogger
- getName() - Method in interface org.apache.nifi.groups.ProcessGroup
- getName() - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- getName() - Method in interface org.apache.nifi.groups.RemoteProcessGroupPortDescriptor
- getName() - Method in interface org.apache.nifi.parameter.ParameterContext
- getName() - Method in interface org.apache.nifi.registry.extension.ExtensionRegistry
- getNar(String) - Method in interface org.apache.nifi.nar.NarManager
-
Retrieves the node for the given NAR.
- getNarCoordinate() - Method in exception class org.apache.nifi.nar.NarNotFoundException
- getNarFile() - Method in class org.apache.nifi.nar.NarNode
- getNarFileDigest() - Method in class org.apache.nifi.nar.NarNode
- getNars() - Method in interface org.apache.nifi.nar.NarManager
- getNetworkInterface() - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- getNiFiUserIdentity() - Method in interface org.apache.nifi.registry.flow.FlowRegistryClientUserContext
- getNiFiUserIdentity() - Method in class org.apache.nifi.registry.flow.StandardFlowRegistryClientUserContext
- getNodeInformation() - Method in interface org.apache.nifi.remote.cluster.NodeInformant
- getNonRootControllerServices() - Method in interface org.apache.nifi.controller.service.ControllerServiceProvider
- getOriginalSize() - Method in class org.apache.nifi.controller.queue.DropFlowFileRequest
- getOrRegisterLifecycleState(String, boolean, boolean) - Method in interface org.apache.nifi.controller.scheduling.LifecycleStateManager
-
Returns the LifecycleState that is registered for the given component; if no LifecycleState currently is registered, one is created and registered atomically, and then that value is returned.
- getOutputPort(String) - Method in interface org.apache.nifi.controller.flow.FlowManager
- getOutputPort(String) - Method in interface org.apache.nifi.groups.ProcessGroup
- getOutputPort(String) - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- getOutputPortByName(String) - Method in interface org.apache.nifi.groups.ProcessGroup
- getOutputPortCount() - Method in class org.apache.nifi.groups.RemoteProcessGroupCounts
- getOutputPorts() - Method in class org.apache.nifi.groups.ComponentAdditions
- getOutputPorts() - Method in interface org.apache.nifi.groups.ProcessGroup
- getOutputPorts() - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- getOutputPorts() - Method in class org.apache.nifi.groups.VersionedComponentAdditions
- getParameter(ParameterDescriptor) - Method in interface org.apache.nifi.parameter.ParameterContext
-
Returns the Parameter with the given descriptor, considering this and all inherited ParameterContexts.
- getParameterContext() - Method in class org.apache.nifi.controller.AbstractComponentNode
- getParameterContext() - Method in class org.apache.nifi.controller.ParametersApplication
- getParameterContext() - Method in interface org.apache.nifi.groups.ProcessGroup
-
Returns the ParameterContext that is associated with this Process Group
- getParameterContext(String) - Method in interface org.apache.nifi.parameter.ParameterContextLookup
-
Gets the specified parameter context.
- getParameterContextManager() - Method in interface org.apache.nifi.controller.flow.FlowManager
- getParameterContextNameMapping() - Method in interface org.apache.nifi.parameter.ParameterContextManager
- getParameterContexts() - Method in class org.apache.nifi.controller.flow.VersionedDataflow
- getParameterContexts() - Method in class org.apache.nifi.groups.VersionedComponentAdditions
- getParameterContexts() - Method in interface org.apache.nifi.parameter.ParameterContextManager
- getParameterGroupConfigurations() - Method in interface org.apache.nifi.controller.ParameterProviderNode
- getParameterGroupName() - Method in interface org.apache.nifi.parameter.ParameterProviderConfiguration
- getParameterLookup() - Method in interface org.apache.nifi.controller.ComponentNode
- getParameterName() - Method in class org.apache.nifi.parameter.ParameterReferencedControllerServiceData
- getParameterName() - Method in interface org.apache.nifi.parameter.ParameterUpdate
- getParameterProvider() - Method in interface org.apache.nifi.controller.ParameterProviderNode
- getParameterProvider() - Method in interface org.apache.nifi.parameter.ParameterContext
- getParameterProvider(String) - Method in interface org.apache.nifi.controller.parameter.ParameterProviderLookup
- getParameterProviderConfiguration() - Method in interface org.apache.nifi.parameter.ParameterContext
- getParameterProviderId() - Method in interface org.apache.nifi.parameter.ParameterProviderConfiguration
- getParameterProviderLookup() - Method in interface org.apache.nifi.parameter.ParameterContext
-
Returns the ParameterProviderLookup that is associated with this ParameterContext
- getParameterProviders() - Method in class org.apache.nifi.controller.flow.VersionedDataflow
- getParameterProviders() - Method in class org.apache.nifi.groups.VersionedComponentAdditions
- getParameterReferenceManager() - Method in interface org.apache.nifi.parameter.ParameterContext
-
Returns the ParameterReferenceManager that is associated with this ParameterContext
- getParameterReferences() - Method in class org.apache.nifi.controller.PropertyConfiguration
- getParameters() - Method in interface org.apache.nifi.parameter.ParameterContext
-
Returns the Map of all Parameters in this context (not in any inherited ParameterContexts).
- getParameterUpdates() - Method in class org.apache.nifi.controller.ParametersApplication
- getParent() - Method in interface org.apache.nifi.groups.ProcessGroup
- getParentAuthorizable() - Method in class org.apache.nifi.controller.AbstractPort
- getParentAuthorizable() - Method in class org.apache.nifi.controller.StandardFunnel
- getParentProcessGroup() - Method in interface org.apache.nifi.controller.ComponentNode
- getPenalizationPeriod() - Method in interface org.apache.nifi.connectable.Connectable
- getPenalizationPeriod() - Method in class org.apache.nifi.controller.AbstractPort
- getPenalizationPeriod() - Method in class org.apache.nifi.controller.StandardFunnel
- getPenalizationPeriod(TimeUnit) - Method in interface org.apache.nifi.connectable.Connectable
- getPenalizationPeriod(TimeUnit) - Method in class org.apache.nifi.controller.AbstractPort
- getPenalizationPeriod(TimeUnit) - Method in class org.apache.nifi.controller.StandardFunnel
- getPhysicalScheduledState() - Method in class org.apache.nifi.controller.ProcessorNode
-
Returns the physical state of this processor which includes transition states such as STOPPING and STARTING.
- getPort() - Method in interface org.apache.nifi.remote.protocol.ServerProtocol
- getPortFunction() - Method in interface org.apache.nifi.connectable.Port
- getPortFunction() - Method in class org.apache.nifi.controller.AbstractPort
- getPosition() - Method in interface org.apache.nifi.connectable.Positionable
- getPosition() - Method in class org.apache.nifi.controller.AbstractPort
- getPosition() - Method in class org.apache.nifi.controller.StandardFunnel
- getPreNegotiatedCodec() - Method in interface org.apache.nifi.remote.protocol.ServerProtocol
- getPreviousValue() - Method in interface org.apache.nifi.parameter.ParameterUpdate
- getProcessGroup() - Method in interface org.apache.nifi.connectable.Connectable
- getProcessGroup() - Method in interface org.apache.nifi.connectable.Connection
- getProcessGroup() - Method in class org.apache.nifi.controller.AbstractPort
- getProcessGroup() - Method in interface org.apache.nifi.controller.label.Label
- getProcessGroup() - Method in interface org.apache.nifi.controller.service.ControllerServiceNode
- getProcessGroup() - Method in class org.apache.nifi.controller.StandardFunnel
- getProcessGroup() - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- getProcessGroup() - Method in interface org.apache.nifi.groups.StatelessGroupNode
- getProcessGroup() - Method in interface org.apache.nifi.logging.GroupedComponent
- getProcessGroup(String) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Returns the ProcessGroup whose parent is
this
and whose id is given - getProcessGroupIdentifier() - Method in class org.apache.nifi.controller.AbstractPort
- getProcessGroupIdentifier() - Method in class org.apache.nifi.controller.StandardFunnel
- getProcessGroups() - Method in class org.apache.nifi.groups.ComponentAdditions
- getProcessGroups() - Method in interface org.apache.nifi.groups.ProcessGroup
- getProcessGroups() - Method in class org.apache.nifi.groups.VersionedComponentAdditions
- getProcessGroupsBound(ParameterContext) - Method in interface org.apache.nifi.parameter.ParameterReferenceManager
-
Returns the set of all Process Groups that are bound to the given Parameter Context
- getProcessingNanoseconds() - Method in interface org.apache.nifi.controller.repository.FlowFileEvent
- getProcessor() - Method in class org.apache.nifi.controller.ProcessorNode
- getProcessor(String) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Returns the FlowFileProcessor with the given ID.
- getProcessorNode(String) - Method in interface org.apache.nifi.controller.flow.FlowManager
-
Returns the ProcessorNode with the given ID
- getProcessors() - Method in class org.apache.nifi.groups.ComponentAdditions
- getProcessors() - Method in interface org.apache.nifi.groups.ProcessGroup
- getProcessors() - Method in class org.apache.nifi.groups.VersionedComponentAdditions
- getProcessorsReferencing(ParameterContext, String) - Method in interface org.apache.nifi.parameter.ParameterReferenceManager
-
Returns the set of all Processors in the flow that reference the parameter with the given name
- getProcessorStatus(String, NiFiUser) - Method in interface org.apache.nifi.reporting.UserAwareEventAccess
-
Returns the status for the processor with the given ID
- getProperties() - Method in class org.apache.nifi.controller.AbstractComponentNode
- getProperties() - Method in interface org.apache.nifi.controller.ComponentNode
- getProperty(PropertyDescriptor) - Method in class org.apache.nifi.controller.AbstractComponentNode
- getProperty(PropertyDescriptor) - Method in interface org.apache.nifi.controller.ComponentNode
- getPropertyDecryptor() - Method in class org.apache.nifi.groups.FlowSynchronizationOptions
- getPropertyDescriptor(String) - Method in class org.apache.nifi.controller.AbstractComponentNode
- getPropertyDescriptor(String) - Method in interface org.apache.nifi.controller.ComponentNode
- getPropertyDescriptor(String) - Method in class org.apache.nifi.registry.flow.GhostFlowRegistryClient
- getPropertyDescriptors() - Method in class org.apache.nifi.controller.AbstractComponentNode
- getPropertyDescriptors() - Method in interface org.apache.nifi.controller.ComponentNode
-
Returns a
List
of allPropertyDescriptor
s that this component supports. - getPropertyDescriptors() - Method in class org.apache.nifi.registry.flow.GhostFlowRegistryClient
- getPropertyValues(BiFunction<PropertyDescriptor, PropertyConfiguration, String>) - Method in class org.apache.nifi.controller.AbstractComponentNode
- getProxiedControllerService() - Method in interface org.apache.nifi.controller.service.ControllerServiceNode
-
Returns a proxy implementation of the Controller Service that this ControllerServiceNode encapsulates.
- getProxyHost() - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- getProxyPassword() - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- getProxyPort() - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- getProxyUser() - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- getPublicInputPort(String) - Method in interface org.apache.nifi.controller.flow.FlowManager
-
Gets the public input port with the given name.
- getPublicInputPortCount() - Method in class org.apache.nifi.groups.ProcessGroupCounts
- getPublicInputPorts() - Method in interface org.apache.nifi.controller.flow.FlowManager
-
Gets the all remotely accessible InputPorts in any ProcessGroups.
- getPublicOutputPort(String) - Method in interface org.apache.nifi.controller.flow.FlowManager
-
Gets the public output port with the given name.
- getPublicOutputPortCount() - Method in class org.apache.nifi.groups.ProcessGroupCounts
- getPublicOutputPorts() - Method in interface org.apache.nifi.controller.flow.FlowManager
-
Gets the all remotely accessible OutputPorts in any ProcessGroups.
- getQueueSize() - Method in class org.apache.nifi.controller.queue.ListFlowFileRequest
- getQueueSize() - Method in interface org.apache.nifi.groups.ProcessGroup
- getRawPropertyValue(PropertyDescriptor) - Method in class org.apache.nifi.controller.AbstractComponentNode
- getRawPropertyValue(PropertyDescriptor) - Method in interface org.apache.nifi.controller.ComponentNode
- getRawPropertyValues() - Method in class org.apache.nifi.controller.AbstractComponentNode
- getRawPropertyValues() - Method in interface org.apache.nifi.controller.ComponentNode
- getRawValue() - Method in class org.apache.nifi.controller.PropertyConfiguration
- getReasonForInputNotAllowed() - Method in interface org.apache.nifi.groups.DataValveDiagnostics
- getReasonForOutputNotAllowed() - Method in interface org.apache.nifi.groups.DataValveDiagnostics
- getReasonNotReplayable() - Method in interface org.apache.nifi.controller.ContentAvailability
- getReferencedAttributeNames() - Method in class org.apache.nifi.controller.AbstractComponentNode
- getReferencedAttributeNames() - Method in interface org.apache.nifi.controller.ComponentNode
- getReferencedComponent() - Method in interface org.apache.nifi.controller.service.ControllerServiceReference
- getReferencedControllerServiceData(ParameterContext, String) - Method in interface org.apache.nifi.parameter.ParameterReferenceManager
-
Collects controller service reference data for a given parameter.
- getReferencedControllerServiceType() - Method in class org.apache.nifi.parameter.ParameterReferencedControllerServiceData
- getReferencedParameterNames() - Method in class org.apache.nifi.controller.AbstractComponentNode
- getReferencedParameterNames() - Method in interface org.apache.nifi.controller.ComponentNode
- getReferences() - Method in interface org.apache.nifi.controller.ParameterProviderNode
- getReferences() - Method in interface org.apache.nifi.controller.service.ControllerServiceNode
- getReferencingComponents() - Method in interface org.apache.nifi.controller.service.ControllerServiceReference
- getRegistries() - Method in class org.apache.nifi.controller.flow.VersionedDataflow
- getRegistryIdentifier() - Method in interface org.apache.nifi.registry.extension.ExtensionBundleMetadata
- getRegistryIdentifier() - Method in interface org.apache.nifi.registry.flow.VersionControlInformation
- getRegistryName() - Method in interface org.apache.nifi.registry.flow.VersionControlInformation
- getRelationship(String) - Method in interface org.apache.nifi.connectable.Connectable
-
Returns the ProcessorRelationship whose name is given
- getRelationship(String) - Method in class org.apache.nifi.controller.AbstractPort
- getRelationship(String) - Method in class org.apache.nifi.controller.StandardFunnel
- getRelationships() - Method in interface org.apache.nifi.connectable.Connectable
- getRelationships() - Method in interface org.apache.nifi.connectable.Connection
- getRelationships() - Method in class org.apache.nifi.controller.AbstractPort
- getRelationships() - Method in class org.apache.nifi.controller.StandardFunnel
- getReloadComponent() - Method in class org.apache.nifi.controller.AbstractComponentNode
- getRemoteProcessGroup() - Method in class org.apache.nifi.remote.RemoteGroupPort
- getRemoteProcessGroup(String) - Method in interface org.apache.nifi.groups.ProcessGroup
- getRemoteProcessGroups() - Method in class org.apache.nifi.groups.ComponentAdditions
- getRemoteProcessGroups() - Method in interface org.apache.nifi.groups.ProcessGroup
- getRemoteProcessGroups() - Method in class org.apache.nifi.groups.VersionedComponentAdditions
- getReportEntries() - Method in interface org.apache.nifi.controller.repository.RepositoryStatusReport
- getReportEntry(String) - Method in interface org.apache.nifi.controller.repository.RepositoryStatusReport
- getReportingContext() - Method in interface org.apache.nifi.controller.ReportingTaskNode
- getReportingTask() - Method in interface org.apache.nifi.controller.ReportingTaskNode
- getReportingTaskNode(String) - Method in interface org.apache.nifi.controller.flow.FlowManager
- getReportingTaskNode(String) - Method in interface org.apache.nifi.controller.reporting.ReportingTaskProvider
- getReportingTasks() - Method in class org.apache.nifi.controller.flow.VersionedDataflow
- getRepository(String) - Static method in class org.apache.nifi.logging.LogRepositoryFactory
- getRequestExpiration() - Method in interface org.apache.nifi.remote.protocol.ServerProtocol
- getRequestIdentifier() - Method in class org.apache.nifi.controller.queue.DropFlowFileRequest
- getRequestIdentifier() - Method in class org.apache.nifi.controller.queue.ListFlowFileRequest
- getRequestSubmissionTime() - Method in class org.apache.nifi.controller.queue.DropFlowFileRequest
- getRequestSubmissionTime() - Method in class org.apache.nifi.controller.queue.ListFlowFileRequest
- getRequestType(Peer) - Method in interface org.apache.nifi.remote.protocol.ServerProtocol
-
Reads the Request Type of the next request from the Peer
- getRequiredControllerServices() - Method in interface org.apache.nifi.controller.service.ControllerServiceNode
-
Returns the list of services that are required to be enabled before this service is enabled.
- getRequiredServiceApis(String, Bundle) - Method in interface org.apache.nifi.controller.service.ControllerServiceApiLookup
-
Returns the required service APIs for any property descriptors in the component specified by the given type and bundle.
- getResource() - Method in class org.apache.nifi.controller.AbstractPort
- getResource() - Method in class org.apache.nifi.controller.StandardFunnel
- getRetriedRelationships() - Method in interface org.apache.nifi.connectable.Connectable
- getRetriedRelationships() - Method in class org.apache.nifi.controller.AbstractPort
- getRetriedRelationships() - Method in class org.apache.nifi.controller.StandardFunnel
- getRetryCount() - Method in interface org.apache.nifi.connectable.Connectable
- getRetryCount() - Method in class org.apache.nifi.controller.AbstractPort
- getRetryCount() - Method in class org.apache.nifi.controller.StandardFunnel
- getRevision() - Method in class org.apache.nifi.web.FlowModification
-
Get the revision.
- getRevision(String) - Method in interface org.apache.nifi.web.revision.RevisionManager
-
Returns the current Revision for the component with the given ID.
- getRevisions() - Method in interface org.apache.nifi.web.revision.RevisionClaim
- getRevisions() - Method in class org.apache.nifi.web.revision.RevisionSnapshot
- getRevisionUpdateCount() - Method in interface org.apache.nifi.web.revision.RevisionManager
-
Returns the number of updates that have occurred
- getRevisionUpdateCount() - Method in class org.apache.nifi.web.revision.RevisionSnapshot
- getRootControllerService(String) - Method in interface org.apache.nifi.controller.flow.FlowManager
- getRootControllerServices() - Method in interface org.apache.nifi.controller.flow.FlowManager
- getRootGroup() - Method in interface org.apache.nifi.controller.flow.FlowManager
- getRootGroup() - Method in class org.apache.nifi.controller.flow.VersionedDataflow
- getRootGroupId() - Method in interface org.apache.nifi.controller.flow.FlowManager
- getRuleId() - Method in class org.apache.nifi.validation.RuleViolation
- getRuleViolationsForGroup(String) - Method in interface org.apache.nifi.validation.RuleViolationsManager
-
Returns a list of violations with the given groupId (non-recursive)
- getRuleViolationsForSubject(String) - Method in interface org.apache.nifi.validation.RuleViolationsManager
-
Returns rule violations tied to a component or process group with a given id
- getRuleViolationsManager() - Method in interface org.apache.nifi.controller.flow.FlowManager
- getRuleViolationsManager() - Method in interface org.apache.nifi.controller.ValidationContextFactory
- getRunDuration(TimeUnit) - Method in interface org.apache.nifi.connectable.Connectable
- getRunDuration(TimeUnit) - Method in class org.apache.nifi.controller.ProcessorNode
- getRunnableComponent() - Method in interface org.apache.nifi.connectable.Connectable
- getRunningCount() - Method in class org.apache.nifi.groups.ProcessGroupCounts
- getScheduledState() - Method in class org.apache.nifi.controller.AbstractPort
- getScheduledState() - Method in class org.apache.nifi.controller.ProcessorNode
- getScheduledState() - Method in interface org.apache.nifi.controller.ReportingTaskNode
- getScheduledState() - Method in class org.apache.nifi.controller.StandardFunnel
- getScheduledState(Connectable) - Method in class org.apache.nifi.groups.AbstractComponentScheduler
- getScheduledStateChangeListener() - Method in class org.apache.nifi.groups.FlowSynchronizationOptions
- getSchedulingPeriod() - Method in class org.apache.nifi.controller.AbstractPort
- getSchedulingPeriod() - Method in interface org.apache.nifi.controller.ReportingTaskNode
- getSchedulingPeriod() - Method in class org.apache.nifi.controller.StandardFunnel
- getSchedulingPeriod(TimeUnit) - Method in class org.apache.nifi.controller.AbstractPort
- getSchedulingPeriod(TimeUnit) - Method in interface org.apache.nifi.controller.ReportingTaskNode
- getSchedulingPeriod(TimeUnit) - Method in class org.apache.nifi.controller.StandardFunnel
- getSchedulingStrategy() - Method in interface org.apache.nifi.connectable.Connectable
- getSchedulingStrategy() - Method in class org.apache.nifi.controller.ProcessorNode
- getSchedulingStrategy() - Method in interface org.apache.nifi.controller.ReportingTaskNode
- getSchedulingStrategy() - Method in class org.apache.nifi.controller.StandardFunnel
- getScope() - Method in class org.apache.nifi.validation.RuleViolation
- getSecureFlag() - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- getSensitiveValueEncryptor() - Method in class org.apache.nifi.registry.flow.mapping.FlowMappingOptions
- getSessionCommitNanoseconds() - Method in interface org.apache.nifi.controller.repository.FlowFileEvent
- getSize() - Method in interface org.apache.nifi.controller.label.Label
- getSnippets() - Method in interface org.apache.nifi.cluster.protocol.DataFlow
- getSource() - Method in interface org.apache.nifi.connectable.Connection
- getSource() - Method in class org.apache.nifi.nar.NarInstallRequest
- getSource() - Method in class org.apache.nifi.nar.NarNode
- getSourceAuthorizable() - Method in interface org.apache.nifi.connectable.Connection
- getSourceIdentifier() - Method in class org.apache.nifi.nar.NarInstallRequest
- getSourceIdentifier() - Method in class org.apache.nifi.nar.NarNode
- getStackTrace() - Method in class org.apache.nifi.controller.ActiveThreadInfo
- getStaleCount() - Method in class org.apache.nifi.groups.ProcessGroupCounts
- getState() - Method in interface org.apache.nifi.controller.FlowAnalysisRuleNode
- getState() - Method in class org.apache.nifi.controller.queue.DropFlowFileRequest
- getState() - Method in class org.apache.nifi.controller.queue.ListFlowFileRequest
- getState() - Method in interface org.apache.nifi.controller.service.ControllerServiceNode
- getState() - Method in class org.apache.nifi.nar.NarNode
- getState() - Method in interface org.apache.nifi.registry.flow.VersionedFlowStatus
- getState(Port) - Method in interface org.apache.nifi.registry.flow.mapping.VersionedComponentStateLookup
- getState(FlowAnalysisRuleNode) - Method in interface org.apache.nifi.registry.flow.mapping.VersionedComponentStateLookup
- getState(ProcessorNode) - Method in interface org.apache.nifi.registry.flow.mapping.VersionedComponentStateLookup
- getState(ReportingTaskNode) - Method in interface org.apache.nifi.registry.flow.mapping.VersionedComponentStateLookup
- getState(ControllerServiceNode) - Method in interface org.apache.nifi.registry.flow.mapping.VersionedComponentStateLookup
- getState(ProcessGroup) - Method in interface org.apache.nifi.registry.flow.mapping.VersionedComponentStateLookup
- getStateExplanation() - Method in interface org.apache.nifi.registry.flow.VersionedFlowStatus
- getStatelessFlowTimeout() - Method in interface org.apache.nifi.groups.ProcessGroup
-
Returns the configured maximum amount of time that a Stateless Flow can run before it times out and is considered a failure
- getStatelessGroupNode() - Method in interface org.apache.nifi.groups.ProcessGroup
-
Returns the StatelessGroupNode that is used for running this Process Group via the Stateless Engine
- getStatelessScheduledState() - Method in interface org.apache.nifi.groups.ProcessGroup
- getStateLookup() - Method in class org.apache.nifi.registry.flow.mapping.FlowMappingOptions
- getStateManager() - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- getStateManager(String) - Method in interface org.apache.nifi.components.state.StateManagerProvider
-
Returns the StateManager for the component with the given ID, or
null
if no State Manager exists for the component with the given ID - getStatus() - Method in class org.apache.nifi.components.validation.ValidationState
- getStatus() - Method in interface org.apache.nifi.registry.flow.VersionControlInformation
- getStoppedCount() - Method in class org.apache.nifi.groups.ProcessGroupCounts
- getStorageLocation() - Method in interface org.apache.nifi.registry.flow.VersionControlInformation
- getStyle() - Method in interface org.apache.nifi.controller.label.Label
- getStyle() - Method in class org.apache.nifi.controller.ProcessorNode
- getSubjectComponentType() - Method in class org.apache.nifi.validation.RuleViolation
- getSubjectDisplayName() - Method in class org.apache.nifi.validation.RuleViolation
- getSubjectId() - Method in class org.apache.nifi.validation.RuleViolation
- getSyncFailureCount() - Method in class org.apache.nifi.groups.ProcessGroupCounts
- getSystemSslContext() - Method in class org.apache.nifi.registry.flow.StandardFlowRegistryClientInitializationContext
- getTargetExists() - Method in class org.apache.nifi.remote.RemoteGroupPort
- getTargetId() - Method in interface org.apache.nifi.groups.RemoteProcessGroupPortDescriptor
- getTargetIdentifier() - Method in class org.apache.nifi.remote.RemoteGroupPort
- getTargetUri() - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- getTargetUris() - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- getTerminatedThreadCount() - Method in class org.apache.nifi.controller.ProcessorNode
-
Returns the number of threads that are still 'active' in this Processor but have been terminated via
ProcessorNode.terminate()
. - getThreadInfos() - Method in class org.apache.nifi.controller.ThreadDetails
- getThreadName() - Method in class org.apache.nifi.controller.ActiveThreadInfo
- getTimestamp() - Method in interface org.apache.nifi.registry.extension.ExtensionBundleMetadata
- getTopLevelGroupId() - Method in class org.apache.nifi.groups.FlowSynchronizationOptions
- getTransferDirection() - Method in class org.apache.nifi.remote.RemoteGroupPort
- getTransportProtocol() - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- getUpdatedRevisions() - Method in interface org.apache.nifi.web.revision.RevisionUpdate
- getUpdatedValue() - Method in interface org.apache.nifi.parameter.ParameterUpdate
- getUpToDateCount() - Method in class org.apache.nifi.groups.ProcessGroupCounts
- getURL() - Method in interface org.apache.nifi.registry.extension.ExtensionRegistry
- getUseCompression() - Method in interface org.apache.nifi.groups.RemoteProcessGroupPortDescriptor
- getValidationContext() - Method in class org.apache.nifi.controller.AbstractComponentNode
- getValidationContextFactory() - Method in class org.apache.nifi.controller.AbstractComponentNode
- getValidationErrors() - Method in class org.apache.nifi.components.validation.ValidationState
- getValidationErrors() - Method in interface org.apache.nifi.connectable.Connectable
- getValidationErrors() - Method in class org.apache.nifi.controller.AbstractComponentNode
- getValidationErrors() - Method in interface org.apache.nifi.controller.ComponentNode
- getValidationErrors() - Method in class org.apache.nifi.controller.StandardFunnel
- getValidationErrors(Set<ControllerServiceNode>) - Method in class org.apache.nifi.controller.AbstractComponentNode
- getValidationState() - Method in class org.apache.nifi.controller.AbstractComponentNode
- getValidationStatus() - Method in class org.apache.nifi.controller.AbstractComponentNode
- getValidationStatus() - Method in interface org.apache.nifi.controller.ComponentNode
-
Returns the processor's current Validation Status
- getValidationStatus(long, TimeUnit) - Method in class org.apache.nifi.controller.AbstractComponentNode
- getValidationStatus(long, TimeUnit) - Method in interface org.apache.nifi.controller.ComponentNode
-
Returns the processor's Validation Status, waiting up to the given amount of time for the Validation to complete if it is currently in the process of validating.
- getValue() - Method in interface org.apache.nifi.controller.Counter
- getValue() - Method in interface org.apache.nifi.controller.label.Label
- getValue() - Method in class org.apache.nifi.controller.PropertyConfiguration.ComputedEffectiveValue
- getValue() - Method in enum class org.apache.nifi.nar.NarState
- getVariableImpact() - Method in class org.apache.nifi.controller.PropertyConfiguration
- getVersion() - Method in interface org.apache.nifi.registry.extension.ExtensionBundleMetadata
- getVersion() - Method in interface org.apache.nifi.registry.flow.VersionControlInformation
- getVersionControlInformation() - Method in interface org.apache.nifi.groups.ProcessGroup
- getVersionedComponentId() - Method in class org.apache.nifi.controller.AbstractPort
- getVersionedComponentId() - Method in class org.apache.nifi.controller.StandardFunnel
- getVersionedComponentId() - Method in interface org.apache.nifi.groups.RemoteProcessGroupPortDescriptor
- getVersionedDataflow() - Method in interface org.apache.nifi.cluster.protocol.DataFlow
- getVersionedServiceId() - Method in class org.apache.nifi.parameter.ParameterReferencedControllerServiceData
- getViolationExplanation() - Method in class org.apache.nifi.validation.RuleViolation
- getViolationMessage() - Method in class org.apache.nifi.validation.RuleViolation
- getWidth() - Method in class org.apache.nifi.connectable.Size
- getX() - Method in class org.apache.nifi.connectable.Position
- getY() - Method in class org.apache.nifi.connectable.Position
- getYieldDuration() - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- getYieldExpiration() - Method in interface org.apache.nifi.connectable.Connectable
- getYieldExpiration() - Method in class org.apache.nifi.controller.AbstractPort
- getYieldExpiration() - Method in class org.apache.nifi.controller.StandardFunnel
- getYieldPeriod() - Method in interface org.apache.nifi.connectable.Connectable
- getYieldPeriod() - Method in class org.apache.nifi.controller.AbstractPort
- getYieldPeriod() - Method in class org.apache.nifi.controller.StandardFunnel
- getYieldPeriod(TimeUnit) - Method in interface org.apache.nifi.connectable.Connectable
- getYieldPeriod(TimeUnit) - Method in class org.apache.nifi.controller.AbstractPort
- getYieldPeriod(TimeUnit) - Method in class org.apache.nifi.controller.StandardFunnel
- getZIndex() - Method in interface org.apache.nifi.connectable.Connection
- getZIndex() - Method in interface org.apache.nifi.controller.label.Label
- GhostFlowRegistryClient - Class in org.apache.nifi.registry.flow
- GhostFlowRegistryClient(String, String) - Constructor for class org.apache.nifi.registry.flow.GhostFlowRegistryClient
- GroupedComponent - Interface in org.apache.nifi.logging
- groupId - Variable in class org.apache.nifi.validation.RuleViolation
H
- handshake(Peer) - Method in interface org.apache.nifi.remote.protocol.ServerProtocol
-
Receives the handshake from the Peer
- hashCode() - Method in class org.apache.nifi.controller.AbstractComponentNode
- hashCode() - Method in class org.apache.nifi.controller.PropertyConfiguration
- hashCode() - Method in record class org.apache.nifi.migration.ControllerServiceCreationDetails
-
Returns a hash code value for this object.
- hashCode() - Method in class org.apache.nifi.nar.NarNode
- hashCode() - Method in class org.apache.nifi.validation.RuleViolation
- hashCode() - Method in class org.apache.nifi.web.revision.RevisionSnapshot
- hasIncomingConnection() - Method in interface org.apache.nifi.connectable.Connectable
- hasIncomingConnection() - Method in class org.apache.nifi.controller.AbstractPort
- hasIncomingConnection() - Method in class org.apache.nifi.controller.StandardFunnel
- hasParameterContext(String) - Method in interface org.apache.nifi.parameter.ParameterContextLookup
-
Returns true if the lookup has the given parameter context.
- hasReferencingComponents(Parameter) - Method in interface org.apache.nifi.parameter.ParameterContext
- height - Variable in class org.apache.nifi.connectable.Size
I
- id - Variable in class org.apache.nifi.controller.AbstractComponentNode
- id - Variable in class org.apache.nifi.controller.AbstractPort
- id - Variable in class org.apache.nifi.registry.flow.GhostFlowRegistryClient
- identifier - Variable in class org.apache.nifi.controller.queue.DropFlowFileRequest
- identifier - Variable in class org.apache.nifi.controller.StandardFunnel
- identifier - Variable in class org.apache.nifi.nar.NarNode.Builder
- identifier - Variable in class org.apache.nifi.nar.NarNode
- identifier - Variable in class org.apache.nifi.registry.flow.StandardFlowRegistryClientInitializationContext
- identifier(String) - Method in class org.apache.nifi.nar.NarNode.Builder
- IDENTITY_LOOKUP - Static variable in interface org.apache.nifi.registry.flow.mapping.VersionedComponentStateLookup
-
Returns the Scheduled State according to whatever is currently set for the component
- IGNORE_BUNDLE - Enum constant in enum class org.apache.nifi.groups.BundleUpdateStrategy
-
If a proposed flow has a different bundle than the current flow, the bundle is not updated
- ignoreLocalModifications - Variable in class org.apache.nifi.groups.FlowSynchronizationOptions.Builder
- ignoreLocalModifications - Variable in class org.apache.nifi.groups.FlowSynchronizationOptions
- ignoreLocalModifications(boolean) - Method in class org.apache.nifi.groups.FlowSynchronizationOptions.Builder
-
Specifies whether local modifications to a dataflow should prevent the flow from being updated
- inactiveRemotePortCount - Variable in class org.apache.nifi.groups.ProcessGroupCounts
- incomingConnections - Variable in class org.apache.nifi.controller.AbstractPort
- incomingConnections - Variable in class org.apache.nifi.controller.StandardFunnel
- incrementActiveThreadCount(ActiveProcessSessionFactory) - Method in class org.apache.nifi.controller.scheduling.LifecycleState
- incrementEventCount() - Method in interface org.apache.nifi.controller.EventBasedWorker
- incrementMaxThreadCount(int) - Method in interface org.apache.nifi.controller.scheduling.SchedulingAgent
- incrementReferenceCounts(String) - Method in class org.apache.nifi.controller.AbstractComponentNode
- info(String) - Method in class org.apache.nifi.controller.TerminationAwareLogger
- info(String, Object...) - Method in class org.apache.nifi.controller.TerminationAwareLogger
- info(String, Throwable) - Method in class org.apache.nifi.controller.TerminationAwareLogger
- inheritConnection(Connection) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Inherits a Connection from another ProcessGroup; this does not perform any validation but simply notifies the ProcessGroup that it is now the owner of the given Connection.
- inheritsFrom(String) - Method in interface org.apache.nifi.parameter.ParameterContext
-
Returns true if this ParameterContext inherits from the given parameter context, either directly or indirectly.
- initialize() - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- initialize(StatelessGroupNodeInitializationContext) - Method in interface org.apache.nifi.groups.StatelessGroupNode
- initialize(FlowRegistryClientInitializationContext) - Method in class org.apache.nifi.registry.flow.GhostFlowRegistryClient
- INPUT_PORT - Enum constant in enum class org.apache.nifi.connectable.ConnectableType
-
Root Group Input Ports and Local Input Ports
- inputPortCount - Variable in class org.apache.nifi.groups.RemoteProcessGroupCounts
- inputPorts - Variable in class org.apache.nifi.groups.ComponentAdditions.Builder
- inputPorts - Variable in class org.apache.nifi.groups.ComponentAdditions
- inputPorts - Variable in class org.apache.nifi.groups.VersionedComponentAdditions.Builder
- inputPorts - Variable in class org.apache.nifi.groups.VersionedComponentAdditions
- inputStream - Variable in class org.apache.nifi.nar.NarInstallRequest.Builder
- inputStream - Variable in class org.apache.nifi.nar.NarInstallRequest
- inputStream(InputStream) - Method in class org.apache.nifi.nar.NarInstallRequest.Builder
- INSTALLED - Enum constant in enum class org.apache.nifi.nar.NarState
- INSTALLING - Enum constant in enum class org.apache.nifi.nar.NarState
- installNar(NarInstallRequest) - Method in interface org.apache.nifi.nar.NarManager
-
Installs the NAR specified in the given request.
- instantiateSnippet(ProcessGroup, FlowSnippetDTO) - Method in interface org.apache.nifi.controller.flow.FlowManager
-
Creates an instance of the given snippet and adds the components to the given group
- InternalProvenanceReporter - Interface in org.apache.nifi.provenance
-
An extension of the ProvenanceReporter that provides methods that are meant to be used only internally by the framework and not by the extensions that have access to the Provenance Reporter.
- INVALID - Enum constant in enum class org.apache.nifi.components.validation.ValidationStatus
-
Component is not valid
- INVALID_XML_CHARACTER_FILTER - Static variable in class org.apache.nifi.util.CharacterFilterUtils
- INVALID_XML_CHARACTER_MAPPING - Static variable in class org.apache.nifi.util.CharacterFilterUtils
- INVALID_XML_CHARACTERS - Static variable in class org.apache.nifi.util.CharacterFilterUtils
- invalidCount - Variable in class org.apache.nifi.groups.ProcessGroupCounts
- isActive() - Method in interface org.apache.nifi.controller.service.ControllerServiceNode
-
Returns 'true' if this service is active.
- isAuthorized() - Method in interface org.apache.nifi.remote.PortAuthorizationResult
- isAutoTerminated(Relationship) - Method in interface org.apache.nifi.connectable.Connectable
- isAutoTerminated(Relationship) - Method in class org.apache.nifi.controller.AbstractPort
- isAutoTerminated(Relationship) - Method in class org.apache.nifi.controller.StandardFunnel
- isAvailable() - Method in class org.apache.nifi.validation.RuleViolation
-
Used by the framework internally to manage lifecycle
- isBranchingSupported() - Method in interface org.apache.nifi.registry.flow.FlowRegistryClientNode
- isClasspathDifferent(Map<PropertyDescriptor, String>) - Method in class org.apache.nifi.controller.AbstractComponentNode
-
Determines if the given set of properties will result in a different classpath than the currently configured set of properties
- isConfiguredToTransmit() - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- isConnected() - Method in interface org.apache.nifi.groups.RemoteProcessGroupPortDescriptor
- isContentSame() - Method in interface org.apache.nifi.controller.ContentAvailability
- isDataQueued() - Method in interface org.apache.nifi.groups.ProcessGroup
- isDataQueuedForProcessing() - Method in interface org.apache.nifi.groups.ProcessGroup
-
Indicates whether or not data is queued for Processing.
- isDebugEnabled() - Method in class org.apache.nifi.controller.TerminationAwareLogger
- isDebugEnabled() - Method in interface org.apache.nifi.logging.LogRepository
- isDeprecated() - Method in interface org.apache.nifi.controller.ComponentNode
- isEmpty() - Method in interface org.apache.nifi.groups.ProcessGroup
- isEnabled() - Method in interface org.apache.nifi.controller.FlowAnalysisRuleNode
- isErrorEnabled() - Method in class org.apache.nifi.controller.TerminationAwareLogger
- isErrorEnabled() - Method in interface org.apache.nifi.logging.LogRepository
- isExecutionNodeRestricted() - Method in class org.apache.nifi.controller.ProcessorNode
- isExtensionMissing - Variable in class org.apache.nifi.controller.AbstractComponentNode
- isExtensionMissing() - Method in class org.apache.nifi.controller.AbstractComponentNode
- isExtensionMissing() - Method in interface org.apache.nifi.controller.ComponentNode
- isFlowAnalysisRequired() - Method in interface org.apache.nifi.controller.flowanalysis.FlowAnalyzer
-
Returns whether flow analysis should be scheduled
- isHandshakeSuccessful() - Method in interface org.apache.nifi.remote.protocol.ServerProtocol
- isIgnoreLocalModifications() - Method in class org.apache.nifi.groups.FlowSynchronizationOptions
- isInfoEnabled() - Method in class org.apache.nifi.controller.TerminationAwareLogger
- isInfoEnabled() - Method in interface org.apache.nifi.logging.LogRepository
- isInputAvailable() - Method in interface org.apache.nifi.controller.ContentAvailability
- isIsolated() - Method in interface org.apache.nifi.connectable.Connectable
- isIsolated() - Method in class org.apache.nifi.controller.ProcessorNode
- isLossTolerant() - Method in interface org.apache.nifi.connectable.Connectable
- isLossTolerant() - Method in class org.apache.nifi.controller.AbstractPort
- isLossTolerant() - Method in class org.apache.nifi.controller.StandardFunnel
- isMapAssetReferences() - Method in class org.apache.nifi.registry.flow.mapping.FlowMappingOptions
- isMapControllerServiceReferencesToVersionedId() - Method in class org.apache.nifi.registry.flow.mapping.FlowMappingOptions
- isMapFlowRegistryClientId() - Method in class org.apache.nifi.registry.flow.mapping.FlowMappingOptions
- isMapInstanceIdentifiers() - Method in class org.apache.nifi.registry.flow.mapping.FlowMappingOptions
- isMapPropertyDescriptors() - Method in class org.apache.nifi.registry.flow.mapping.FlowMappingOptions
- isMapSensitiveConfiguration() - Method in class org.apache.nifi.registry.flow.mapping.FlowMappingOptions
- isOutputAvailable() - Method in interface org.apache.nifi.controller.ContentAvailability
- isPaused() - Method in class org.apache.nifi.groups.AbstractComponentScheduler
- isReferencingParameter() - Method in class org.apache.nifi.controller.AbstractComponentNode
- isReferencingParameter() - Method in interface org.apache.nifi.controller.ComponentNode
-
Determines whether the component is referencing any parameter
- isReferencingParameter(String) - Method in class org.apache.nifi.controller.AbstractComponentNode
- isReferencingParameter(String) - Method in interface org.apache.nifi.controller.ComponentNode
-
Determines whether the component is referencing the given parameter
- isRelationshipRetried(Relationship) - Method in interface org.apache.nifi.connectable.Connectable
- isRelationshipRetried(Relationship) - Method in class org.apache.nifi.controller.AbstractPort
- isRelationshipRetried(Relationship) - Method in class org.apache.nifi.controller.StandardFunnel
- isReloadAdditionalResourcesNecessary() - Method in class org.apache.nifi.controller.AbstractComponentNode
-
Generates fingerprint for the additional urls and compares it with the previous fingerprint value.
- isReloadAdditionalResourcesNecessary() - Method in interface org.apache.nifi.controller.ComponentNode
- isReplayable() - Method in interface org.apache.nifi.controller.ContentAvailability
- isResolveParameter(PropertyDescriptor, PropertyConfiguration) - Method in class org.apache.nifi.controller.AbstractComponentNode
- isRestricted() - Method in interface org.apache.nifi.controller.ComponentNode
- isRootGroup() - Method in interface org.apache.nifi.groups.ProcessGroup
- isRunning() - Method in class org.apache.nifi.controller.AbstractPort
- isRunning() - Method in interface org.apache.nifi.controller.ReportingTaskNode
- isRunning() - Method in class org.apache.nifi.controller.StandardFunnel
- isRunning() - Method in interface org.apache.nifi.lifecycle.LifeCycle
- isRunning(Connectable) - Method in class org.apache.nifi.controller.StandardFunnel
- isScheduled() - Method in class org.apache.nifi.controller.scheduling.LifecycleState
- isScheduled(Object) - Method in interface org.apache.nifi.controller.ProcessScheduler
- isSecure() - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- isSensitive() - Method in interface org.apache.nifi.parameter.ParameterUpdate
- isSensitiveDynamicProperty(String) - Method in class org.apache.nifi.controller.AbstractComponentNode
- isSensitiveDynamicProperty(String) - Method in interface org.apache.nifi.controller.ComponentNode
- isSessionBatchingSupported() - Method in interface org.apache.nifi.connectable.Connectable
- isShutdown() - Method in interface org.apache.nifi.remote.protocol.ServerProtocol
- isSideEffectFree() - Method in interface org.apache.nifi.connectable.Connectable
- isSideEffectFree() - Method in class org.apache.nifi.controller.ProcessorNode
- isSideEffectFree() - Method in class org.apache.nifi.controller.StandardFunnel
- isSiteToSiteEnabled() - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- isStatelessActive() - Method in interface org.apache.nifi.groups.ProcessGroup
- isStorageLocationApplicable(String) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClientNode
- isStorageLocationApplicable(FlowRegistryClientConfigurationContext, String) - Method in class org.apache.nifi.registry.flow.GhostFlowRegistryClient
- issueId - Variable in class org.apache.nifi.validation.RuleViolation
- isSupportsSensitiveDynamicProperties() - Method in interface org.apache.nifi.controller.ComponentNode
-
Indicates whether the Component supports sensitive dynamic properties
- isSynchronized() - Method in interface org.apache.nifi.parameter.ParameterProviderConfiguration
- isTargetRunning() - Method in interface org.apache.nifi.groups.RemoteProcessGroupPortDescriptor
- isTargetRunning() - Method in class org.apache.nifi.remote.RemoteGroupPort
- isTerminated() - Method in class org.apache.nifi.controller.ActiveThreadInfo
- isTerminated() - Method in class org.apache.nifi.controller.scheduling.LifecycleState
- isTerminated() - Method in class org.apache.nifi.controller.TerminationAwareLogger
- isTerminated(Thread) - Method in class org.apache.nifi.controller.ProcessorNode
-
Determines whether or not the task associated with the given thread is terminated
- isTraceEnabled() - Method in class org.apache.nifi.controller.TerminationAwareLogger
- isTransmitting() - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- isTransmitting() - Method in interface org.apache.nifi.groups.RemoteProcessGroupPortDescriptor
- isTransmitting() - Method in interface org.apache.nifi.remote.PublicPort
- isTriggeredSerially() - Method in class org.apache.nifi.controller.ProcessorNode
- isTriggerValidation() - Method in class org.apache.nifi.controller.AbstractComponentNode
- isTriggerWhenAnyDestinationAvailable() - Method in interface org.apache.nifi.connectable.Connectable
- isTriggerWhenAnyDestinationAvailable() - Method in class org.apache.nifi.controller.ProcessorNode
- isTriggerWhenEmpty() - Method in interface org.apache.nifi.connectable.Connectable
- isTriggerWhenEmpty() - Method in class org.apache.nifi.controller.StandardFunnel
- isUpdateDescendantVersionedFlows() - Method in class org.apache.nifi.groups.FlowSynchronizationOptions
- isUpdateGroupVersionControlSnapshot() - Method in class org.apache.nifi.groups.FlowSynchronizationOptions
- isUpdateRpgUrls() - Method in class org.apache.nifi.groups.FlowSynchronizationOptions
- isUpdateSettings() - Method in class org.apache.nifi.groups.FlowSynchronizationOptions
- isUseCompression() - Method in class org.apache.nifi.remote.RemoteGroupPort
- isValid() - Method in interface org.apache.nifi.connectable.Port
- isValid() - Method in class org.apache.nifi.controller.AbstractPort
- isValidationNecessary() - Method in interface org.apache.nifi.controller.ComponentNode
-
Indicates whether or not validation should be run on the component, based on its current state.
- isWarnEnabled() - Method in class org.apache.nifi.controller.TerminationAwareLogger
- isWarnEnabled() - Method in interface org.apache.nifi.logging.LogRepository
L
- Label - Interface in org.apache.nifi.controller.label
- labels - Variable in class org.apache.nifi.groups.ComponentAdditions.Builder
- labels - Variable in class org.apache.nifi.groups.ComponentAdditions
- labels - Variable in class org.apache.nifi.groups.VersionedComponentAdditions.Builder
- labels - Variable in class org.apache.nifi.groups.VersionedComponentAdditions
- lastModifier - Variable in class org.apache.nifi.web.FlowModification
- lastStopTime - Variable in class org.apache.nifi.controller.scheduling.LifecycleState
- lastUpdated - Variable in class org.apache.nifi.controller.queue.DropFlowFileRequest
- lastUpdated - Variable in class org.apache.nifi.controller.queue.ListFlowFileRequest
- LifeCycle - Interface in org.apache.nifi.lifecycle
-
Represents a start/stop lifecyle for a component.
- LifeCycleException - Exception Class in org.apache.nifi.lifecycle
-
The base exception for issues encountered during the lifecycle of a class implementing the
LifeCycle
interface. - LifeCycleException() - Constructor for exception class org.apache.nifi.lifecycle.LifeCycleException
- LifeCycleException(String) - Constructor for exception class org.apache.nifi.lifecycle.LifeCycleException
- LifeCycleException(String, Throwable) - Constructor for exception class org.apache.nifi.lifecycle.LifeCycleException
- LifeCycleException(String, Throwable, boolean, boolean) - Constructor for exception class org.apache.nifi.lifecycle.LifeCycleException
- LifeCycleException(Throwable) - Constructor for exception class org.apache.nifi.lifecycle.LifeCycleException
- LifeCycleStartException - Exception Class in org.apache.nifi.lifecycle
-
Represents the exceptional case when a problem is encountered during the startup or initialization of a class implementing the
LifeCycle
interface. - LifeCycleStartException() - Constructor for exception class org.apache.nifi.lifecycle.LifeCycleStartException
- LifeCycleStartException(String) - Constructor for exception class org.apache.nifi.lifecycle.LifeCycleStartException
- LifeCycleStartException(String, Throwable) - Constructor for exception class org.apache.nifi.lifecycle.LifeCycleStartException
- LifeCycleStartException(String, Throwable, boolean, boolean) - Constructor for exception class org.apache.nifi.lifecycle.LifeCycleStartException
- LifeCycleStartException(Throwable) - Constructor for exception class org.apache.nifi.lifecycle.LifeCycleStartException
- LifecycleState - Class in org.apache.nifi.controller.scheduling
- LifecycleState(String) - Constructor for class org.apache.nifi.controller.scheduling.LifecycleState
- LifecycleStateManager - Interface in org.apache.nifi.controller.scheduling
- LifeCycleStopException - Exception Class in org.apache.nifi.lifecycle
-
Represents the exceptional case when a problem is encountered during the shutdown of a class implementing the
LifeCycle
interface. - LifeCycleStopException() - Constructor for exception class org.apache.nifi.lifecycle.LifeCycleStopException
- LifeCycleStopException(String) - Constructor for exception class org.apache.nifi.lifecycle.LifeCycleStopException
- LifeCycleStopException(String, Throwable) - Constructor for exception class org.apache.nifi.lifecycle.LifeCycleStopException
- LifeCycleStopException(String, Throwable, boolean, boolean) - Constructor for exception class org.apache.nifi.lifecycle.LifeCycleStopException
- LifeCycleStopException(Throwable) - Constructor for exception class org.apache.nifi.lifecycle.LifeCycleStopException
- ListFlowFileRequest - Class in org.apache.nifi.controller.queue
- ListFlowFileRequest(String, int, QueueSize) - Constructor for class org.apache.nifi.controller.queue.ListFlowFileRequest
- load(DataFlow) - Method in interface org.apache.nifi.services.FlowService
-
Loads the flow controller with the given flow.
- loadMissingComponents(BundleCoordinate, Set<ExtensionDefinition>, StoppedComponents) - Method in interface org.apache.nifi.nar.NarComponentManager
-
Loads any components for the given extension definitions that came from the given coordinate that were previously missing (ghosted).
- localInputPortCount - Variable in class org.apache.nifi.groups.ProcessGroupCounts
- locallyModifiedAndStaleCount - Variable in class org.apache.nifi.groups.ProcessGroupCounts
- locallyModifiedCount - Variable in class org.apache.nifi.groups.ProcessGroupCounts
- localOutputPortCount - Variable in class org.apache.nifi.groups.ProcessGroupCounts
- lock - Variable in class org.apache.nifi.controller.AbstractComponentNode
- lock() - Method in interface org.apache.nifi.connectable.Connection
- log(LogLevel, String) - Method in class org.apache.nifi.controller.TerminationAwareLogger
- log(LogLevel, String, Object...) - Method in class org.apache.nifi.controller.TerminationAwareLogger
- log(LogLevel, String, Throwable) - Method in class org.apache.nifi.controller.TerminationAwareLogger
- LOG_REPOSITORY_CLASS_NAME - Static variable in class org.apache.nifi.logging.LogRepositoryFactory
- LoggableComponent<T> - Class in org.apache.nifi.controller
-
Holder to pass around a ConfigurableComponent with its coordinate and logger.
- LoggableComponent(T, BundleCoordinate, TerminationAwareLogger) - Constructor for class org.apache.nifi.controller.LoggableComponent
- logger - Static variable in class org.apache.nifi.controller.AbstractComponentNode
- logger - Static variable in class org.apache.nifi.controller.AbstractPort
- logger - Variable in class org.apache.nifi.controller.LoggableComponent
- logger - Variable in class org.apache.nifi.controller.TerminationAwareLogger
- logger - Static variable in class org.apache.nifi.engine.FlowEngine
- logger - Static variable in class org.apache.nifi.groups.AbstractComponentScheduler
- logger - Variable in class org.apache.nifi.registry.flow.StandardFlowRegistryClientInitializationContext
- LOGGER - Static variable in class org.apache.nifi.controller.ControllerServiceApiMatcher
- LogObserver - Interface in org.apache.nifi.logging
- LogRepository - Interface in org.apache.nifi.logging
- logRepositoryClass - Static variable in class org.apache.nifi.logging.LogRepositoryFactory
- LogRepositoryFactory - Class in org.apache.nifi.logging
- LogRepositoryFactory() - Constructor for class org.apache.nifi.logging.LogRepositoryFactory
- lossTolerant - Variable in class org.apache.nifi.controller.AbstractPort
- lossTolerant - Variable in class org.apache.nifi.controller.StandardFunnel
M
- majorVersion - Variable in class org.apache.nifi.controller.flow.VersionedFlowEncodingVersion
- manifest - Variable in class org.apache.nifi.nar.NarNode.Builder
- manifest - Variable in class org.apache.nifi.nar.NarNode
- manifest(NarManifest) - Method in class org.apache.nifi.nar.NarNode.Builder
- mapAssetReferences - Variable in class org.apache.nifi.registry.flow.mapping.FlowMappingOptions.Builder
- mapAssetReferences - Variable in class org.apache.nifi.registry.flow.mapping.FlowMappingOptions
- mapAssetReferences(boolean) - Method in class org.apache.nifi.registry.flow.mapping.FlowMappingOptions.Builder
- mapControllerServiceReferencesToVersionedId - Variable in class org.apache.nifi.registry.flow.mapping.FlowMappingOptions.Builder
- mapControllerServiceReferencesToVersionedId - Variable in class org.apache.nifi.registry.flow.mapping.FlowMappingOptions
- mapControllerServiceReferencesToVersionedId(boolean) - Method in class org.apache.nifi.registry.flow.mapping.FlowMappingOptions.Builder
-
Specifies how Controller Service references should be mapped.
- mapFlowRegistryClientId - Variable in class org.apache.nifi.registry.flow.mapping.FlowMappingOptions.Builder
- mapFlowRegistryClientId - Variable in class org.apache.nifi.registry.flow.mapping.FlowMappingOptions
- mapFlowRegistryClientId(boolean) - Method in class org.apache.nifi.registry.flow.mapping.FlowMappingOptions.Builder
-
Specifies whether or not the identifier of a Flow Registry Client should be included in the VersionedFlowCoordinates of a Versioned Process Group
- mapInstanceId - Variable in class org.apache.nifi.registry.flow.mapping.FlowMappingOptions.Builder
- mapInstanceIdentifiers(boolean) - Method in class org.apache.nifi.registry.flow.mapping.FlowMappingOptions.Builder
-
Sets whether or not the Versioned Components' Instance Identifiers should be populated
- mapInstanceIds - Variable in class org.apache.nifi.registry.flow.mapping.FlowMappingOptions
- mapPropertyDescriptors - Variable in class org.apache.nifi.registry.flow.mapping.FlowMappingOptions.Builder
- mapPropertyDescriptors - Variable in class org.apache.nifi.registry.flow.mapping.FlowMappingOptions
- mapPropertyDescriptors(boolean) - Method in class org.apache.nifi.registry.flow.mapping.FlowMappingOptions.Builder
-
Sets whether or not to map the component's Property Descriptors to the Versioned Component.
- mapRawPropertyValuesToPropertyConfiguration(PropertyDescriptor, String) - Method in class org.apache.nifi.controller.PropertyConfigurationMapper
- mapRawPropertyValuesToPropertyConfiguration(ComponentNode, Map<String, String>) - Method in class org.apache.nifi.controller.PropertyConfigurationMapper
- mapRawValueToEffectiveValue(String) - Method in class org.apache.nifi.controller.AbstractComponentNode
- mapSensitiveConfiguration - Variable in class org.apache.nifi.registry.flow.mapping.FlowMappingOptions.Builder
- mapSensitiveConfiguration - Variable in class org.apache.nifi.registry.flow.mapping.FlowMappingOptions
- mapSensitiveConfiguration(boolean) - Method in class org.apache.nifi.registry.flow.mapping.FlowMappingOptions.Builder
-
Sets whether or not to map sensitive values.
- matches(Class<? extends ControllerService>, Class<? extends ControllerService>) - Method in class org.apache.nifi.controller.ControllerServiceApiMatcher
-
Determines if all of the methods from the API class are present in the implementation class.
- matches(ParameterLookup) - Method in class org.apache.nifi.controller.PropertyConfiguration.ComputedEffectiveValue
- matchesApiBundleCoordinates(ExtensionManager, Bundle, BundleCoordinate) - Method in class org.apache.nifi.controller.AbstractComponentNode
-
Determines if the given controller service node has the required API as an ancestor.
- maxConcurrentTasks - Variable in class org.apache.nifi.controller.StandardFunnel
- maxIterations - Variable in class org.apache.nifi.controller.StandardFunnel
- maxResults - Variable in class org.apache.nifi.controller.queue.ListFlowFileRequest
- maxTimerDrivenThreadCount - Variable in class org.apache.nifi.controller.flow.VersionedDataflow
- mergeParameterContexts(RegisteredFlowSnapshot) - Method in class org.apache.nifi.registry.flow.FlowSnapshotContainer
-
For each parameter context in the child snapshot: - Check if the top level snapshot has a parameter context with the same name - If a context with the same name does not exist, then add the context - If a context with the same name does exist, then add any parameters that don't already exist in the context
- mergeParameterProviders(RegisteredFlowSnapshot) - Method in class org.apache.nifi.registry.flow.FlowSnapshotContainer
-
For each parameter provider reference in the child snapshot: - Check if the top level snapshot has a parameter provider reference with the same id - If a provider reference does not exist with the same id, then add the provider reference
- MESSAGE_FORMAT - Static variable in exception class org.apache.nifi.nar.NarNotFoundException
- migrate(InternalProvenanceReporter, Collection<String>) - Method in interface org.apache.nifi.provenance.InternalProvenanceReporter
- migrateConfiguration(Map<String, String>, ControllerServiceFactory) - Method in class org.apache.nifi.controller.ProcessorNode
- migrateConfiguration(Map<String, String>, ControllerServiceFactory) - Method in interface org.apache.nifi.controller.ReportingTaskNode
- migrateConfiguration(Map<String, String>, ControllerServiceFactory) - Method in interface org.apache.nifi.controller.service.ControllerServiceNode
- minorVersion - Variable in class org.apache.nifi.controller.flow.VersionedFlowEncodingVersion
- MISSING_DEPENDENCY - Enum constant in enum class org.apache.nifi.nar.NarState
- monitorDeadlockThreadIds - Variable in class org.apache.nifi.controller.ThreadDetails
- move(Snippet, ProcessGroup) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Moves all of the components whose ID's are specified within the given
Snippet
from this ProcessGroup into the given destination ProcessGroup - mustCallOnStoppedMethods - Variable in class org.apache.nifi.controller.scheduling.LifecycleState
- mustCallOnStoppedMethods() - Method in class org.apache.nifi.controller.scheduling.LifecycleState
-
Maintains an AtomicBoolean so that the first thread to call this method after a Processor is no longer scheduled to run will receive a
true
and MUST call the methods annotated with@OnStopped
N
- name - Variable in class org.apache.nifi.controller.AbstractComponentNode
- name - Variable in class org.apache.nifi.controller.AbstractPort
- name - Variable in class org.apache.nifi.controller.StandardFunnel
- NarComponentManager - Interface in org.apache.nifi.nar
-
Manages the lifecycle of components for a given NAR.
- narCoordinate - Variable in exception class org.apache.nifi.nar.NarNotFoundException
- narFile - Variable in class org.apache.nifi.nar.NarNode.Builder
- narFile - Variable in class org.apache.nifi.nar.NarNode
- narFile(File) - Method in class org.apache.nifi.nar.NarNode.Builder
- narFileDigest - Variable in class org.apache.nifi.nar.NarNode.Builder
- narFileDigest - Variable in class org.apache.nifi.nar.NarNode
- narFileDigest(String) - Method in class org.apache.nifi.nar.NarNode.Builder
- NarInstallRequest - Class in org.apache.nifi.nar
-
Request to install a NAR in the
NarManager
. - NarInstallRequest(NarInstallRequest.Builder) - Constructor for class org.apache.nifi.nar.NarInstallRequest
- NarInstallRequest.Builder - Class in org.apache.nifi.nar
- NarManager - Interface in org.apache.nifi.nar
-
Manages NARs that are dynamically installed/uninstalled.
- NarNode - Class in org.apache.nifi.nar
-
Represents a NAR that exists in the NAR Manager.
- NarNode(NarNode.Builder) - Constructor for class org.apache.nifi.nar.NarNode
- NarNode.Builder - Class in org.apache.nifi.nar
- NarNotFoundException - Exception Class in org.apache.nifi.nar
- NarNotFoundException(BundleCoordinate) - Constructor for exception class org.apache.nifi.nar.NarNotFoundException
- NarState - Enum Class in org.apache.nifi.nar
-
The possible states of a NAR that was request to be installed.
- NarState(String) - Constructor for enum class org.apache.nifi.nar.NarState
- negotiateCodec(Peer) - Method in interface org.apache.nifi.remote.protocol.ServerProtocol
-
Negotiates the FlowFileCodec that is to be used for transferring FlowFiles
- newValidationContext(Map<PropertyDescriptor, PropertyConfiguration>, String, String, String, ParameterContext, boolean) - Method in interface org.apache.nifi.controller.ValidationContextFactory
- niFiUserIdentity - Variable in class org.apache.nifi.registry.flow.StandardFlowRegistryClientUserContext
- NO_OP_DECRYPTOR - Static variable in interface org.apache.nifi.groups.PropertyDecryptor
- NoClusterCoordinatorException - Exception Class in org.apache.nifi.cluster.exception
- NoClusterCoordinatorException() - Constructor for exception class org.apache.nifi.cluster.exception.NoClusterCoordinatorException
- NoClusterCoordinatorException(String) - Constructor for exception class org.apache.nifi.cluster.exception.NoClusterCoordinatorException
- NodeInformant - Interface in org.apache.nifi.remote.cluster
- NOP_SCHEDULER - Static variable in interface org.apache.nifi.groups.ComponentScheduler
- NotAuthorizedException - Exception Class in org.apache.nifi.remote.exception
- NotAuthorizedException(String) - Constructor for exception class org.apache.nifi.remote.exception.NotAuthorizedException
- notifyPrimaryNodeChanged(PrimaryNodeState) - Method in interface org.apache.nifi.controller.service.ControllerServiceNode
- notifyPrimaryNodeChanged(PrimaryNodeState, LifecycleState) - Method in class org.apache.nifi.controller.ProcessorNode
- notifyPrimaryNodeChanged(PrimaryNodeState, LifecycleState) - Method in interface org.apache.nifi.controller.ReportingTaskNode
- notifyPrimaryNodeStateChange(ProcessorNode, PrimaryNodeState) - Method in interface org.apache.nifi.controller.ProcessScheduler
- notifyPrimaryNodeStateChange(ReportingTaskNode, PrimaryNodeState) - Method in interface org.apache.nifi.controller.ProcessScheduler
- notifyPrimaryNodeStateChange(ControllerServiceNode, PrimaryNodeState) - Method in interface org.apache.nifi.controller.ProcessScheduler
O
- offer(Connectable) - Method in interface org.apache.nifi.controller.WorkerQueue
- onComponentModified() - Method in interface org.apache.nifi.groups.ProcessGroup
-
Called whenever a component within this group or the group itself is modified
- onComponentRemoved(String) - Method in interface org.apache.nifi.components.state.StateManagerProvider
-
Notifies the State Manager Provider that the component with the given ID has been removed from the NiFi instance and will no longer be needed, so the appropriate resource cleanup can take place.
- onConfigurationRestored(ProcessContext) - Method in class org.apache.nifi.controller.ProcessorNode
-
This method will be called once the processor's configuration has been restored (on startup, reload, e.g.)
- onConnectionAdded(Connection) - Method in interface org.apache.nifi.controller.flow.FlowManager
- onConnectionRemoved(Connection) - Method in interface org.apache.nifi.controller.flow.FlowManager
- onControllerServiceAdded(ControllerServiceNode) - Method in interface org.apache.nifi.controller.service.ControllerServiceProvider
-
Notifies the ControllerServiceProvider that the given Controller Service has been added to the flow
- onEvent(Connectable) - Method in interface org.apache.nifi.controller.scheduling.SchedulingAgent
- onFunnelAdded(Funnel) - Method in interface org.apache.nifi.controller.flow.FlowManager
- onFunnelRemoved(Funnel) - Method in interface org.apache.nifi.controller.flow.FlowManager
- onFunnelRemoved(Funnel) - Method in interface org.apache.nifi.controller.ProcessScheduler
-
Notifies the scheduler that the given funnel has been removed from the flow
- onInputPortAdded(Port) - Method in interface org.apache.nifi.controller.flow.FlowManager
- onInputPortRemoved(Port) - Method in interface org.apache.nifi.controller.flow.FlowManager
- onLogMessage(LogMessage) - Method in interface org.apache.nifi.logging.LogObserver
- onOutputPortAdded(Port) - Method in interface org.apache.nifi.controller.flow.FlowManager
- onOutputPortRemoved(Port) - Method in interface org.apache.nifi.controller.flow.FlowManager
- onParameterContextUpdated(Map<String, ParameterUpdate>) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Called to notify the Process Group whenever the Parameter Context that it is bound to has changed.
- onParametersModified(Map<String, ParameterUpdate>) - Method in class org.apache.nifi.controller.AbstractComponentNode
- onParametersModified(Map<String, ParameterUpdate>) - Method in interface org.apache.nifi.controller.ComponentNode
-
Notifies the Component that the value of a parameter has changed
- onPortRemoved(Port) - Method in interface org.apache.nifi.controller.ProcessScheduler
-
Notifies the scheduler that the given port has been removed from the flow
- onProcessGroupAdded(ProcessGroup) - Method in interface org.apache.nifi.controller.flow.FlowManager
- onProcessGroupRemoved(ProcessGroup) - Method in interface org.apache.nifi.controller.flow.FlowManager
- onProcessorAdded(ProcessorNode) - Method in interface org.apache.nifi.controller.flow.FlowManager
- onProcessorRemoved(ProcessorNode) - Method in interface org.apache.nifi.controller.flow.FlowManager
- onProcessorRemoved(ProcessorNode) - Method in interface org.apache.nifi.controller.ProcessScheduler
-
Notifies the scheduler that the given Processor has been removed from the flow
- onPropertyModified(PropertyDescriptor, String, String) - Method in class org.apache.nifi.controller.AbstractComponentNode
- onPropertyModified(PropertyDescriptor, String, String) - Method in class org.apache.nifi.registry.flow.GhostFlowRegistryClient
- onRemove() - Method in interface org.apache.nifi.groups.RemoteProcessGroup
-
Called whenever RemoteProcessGroup is removed from the flow, so that any resources can be cleaned up appropriately.
- onReportingTaskRemoved(ReportingTaskNode) - Method in interface org.apache.nifi.controller.ProcessScheduler
-
Notifies the scheduler that the given reporting task has been removed from the flow
- onScheduledStateChange(Port, ScheduledState) - Method in interface org.apache.nifi.groups.ScheduledStateChangeListener
- onScheduledStateChange(ProcessorNode, ScheduledState) - Method in interface org.apache.nifi.groups.ScheduledStateChangeListener
- onScheduledStateChange(ReportingTaskNode, ScheduledState) - Method in interface org.apache.nifi.groups.ScheduledStateChangeListener
- onScheduledStateChange(ControllerServiceNode, ScheduledState) - Method in interface org.apache.nifi.groups.ScheduledStateChangeListener
- onSchedulingStart() - Method in interface org.apache.nifi.connectable.Port
-
This method is called just before a Port is scheduled to run, giving the Port a chance to initialize any resources needed.
- onSchedulingStart() - Method in class org.apache.nifi.controller.AbstractPort
- onTaskComplete() - Method in interface org.apache.nifi.controller.SchedulingAgentCallback
- onTrigger(ProcessContext, ProcessSession) - Method in class org.apache.nifi.controller.AbstractPort
- onTrigger(ProcessContext, ProcessSession) - Method in class org.apache.nifi.controller.StandardFunnel
- onTrigger(ProcessContext, ProcessSessionFactory) - Method in class org.apache.nifi.controller.AbstractPort
- onTrigger(ProcessContext, ProcessSessionFactory) - Method in class org.apache.nifi.controller.StandardFunnel
- org.apache.nifi.asset - package org.apache.nifi.asset
- org.apache.nifi.cluster.exception - package org.apache.nifi.cluster.exception
- org.apache.nifi.cluster.protocol - package org.apache.nifi.cluster.protocol
- org.apache.nifi.components.state - package org.apache.nifi.components.state
- org.apache.nifi.components.validation - package org.apache.nifi.components.validation
- org.apache.nifi.connectable - package org.apache.nifi.connectable
- org.apache.nifi.controller - package org.apache.nifi.controller
- org.apache.nifi.controller.exception - package org.apache.nifi.controller.exception
- org.apache.nifi.controller.flow - package org.apache.nifi.controller.flow
- org.apache.nifi.controller.flowanalysis - package org.apache.nifi.controller.flowanalysis
- org.apache.nifi.controller.flowrepository - package org.apache.nifi.controller.flowrepository
- org.apache.nifi.controller.label - package org.apache.nifi.controller.label
- org.apache.nifi.controller.parameter - package org.apache.nifi.controller.parameter
- org.apache.nifi.controller.queue - package org.apache.nifi.controller.queue
- org.apache.nifi.controller.reporting - package org.apache.nifi.controller.reporting
- org.apache.nifi.controller.repository - package org.apache.nifi.controller.repository
- org.apache.nifi.controller.scheduling - package org.apache.nifi.controller.scheduling
- org.apache.nifi.controller.serialization - package org.apache.nifi.controller.serialization
- org.apache.nifi.controller.service - package org.apache.nifi.controller.service
- org.apache.nifi.engine - package org.apache.nifi.engine
- org.apache.nifi.events - package org.apache.nifi.events
- org.apache.nifi.groups - package org.apache.nifi.groups
- org.apache.nifi.lifecycle - package org.apache.nifi.lifecycle
- org.apache.nifi.logging - package org.apache.nifi.logging
- org.apache.nifi.manifest - package org.apache.nifi.manifest
- org.apache.nifi.migration - package org.apache.nifi.migration
- org.apache.nifi.nar - package org.apache.nifi.nar
- org.apache.nifi.parameter - package org.apache.nifi.parameter
- org.apache.nifi.provenance - package org.apache.nifi.provenance
- org.apache.nifi.registry.extension - package org.apache.nifi.registry.extension
- org.apache.nifi.registry.flow - package org.apache.nifi.registry.flow
- org.apache.nifi.registry.flow.mapping - package org.apache.nifi.registry.flow.mapping
- org.apache.nifi.remote - package org.apache.nifi.remote
- org.apache.nifi.remote.cluster - package org.apache.nifi.remote.cluster
- org.apache.nifi.remote.exception - package org.apache.nifi.remote.exception
- org.apache.nifi.remote.protocol - package org.apache.nifi.remote.protocol
- org.apache.nifi.reporting - package org.apache.nifi.reporting
- org.apache.nifi.services - package org.apache.nifi.services
- org.apache.nifi.util - package org.apache.nifi.util
- org.apache.nifi.validation - package org.apache.nifi.validation
- org.apache.nifi.web - package org.apache.nifi.web
- org.apache.nifi.web.revision - package org.apache.nifi.web.revision
- originalSize - Variable in class org.apache.nifi.controller.queue.DropFlowFileRequest
- outgoingConnections - Variable in class org.apache.nifi.controller.AbstractPort
- outgoingConnections - Variable in class org.apache.nifi.controller.StandardFunnel
- OUTPUT_PORT - Enum constant in enum class org.apache.nifi.connectable.ConnectableType
-
Root Group Output Ports and Local Output Ports
- outputPortCount - Variable in class org.apache.nifi.groups.RemoteProcessGroupCounts
- outputPorts - Variable in class org.apache.nifi.groups.ComponentAdditions.Builder
- outputPorts - Variable in class org.apache.nifi.groups.ComponentAdditions
- outputPorts - Variable in class org.apache.nifi.groups.VersionedComponentAdditions.Builder
- outputPorts - Variable in class org.apache.nifi.groups.VersionedComponentAdditions
- overwriteProperties(Map<String, String>) - Method in class org.apache.nifi.controller.AbstractComponentNode
-
Overwrite current Component properties using provided values with values decrypted when necessary by the caller
P
- parameterContext - Variable in class org.apache.nifi.controller.ParametersApplication
- ParameterContext - Interface in org.apache.nifi.parameter
- ParameterContextLookup - Interface in org.apache.nifi.parameter
- ParameterContextManager - Interface in org.apache.nifi.parameter
- parameterContexts - Variable in class org.apache.nifi.controller.flow.VersionedDataflow
- parameterContexts - Variable in class org.apache.nifi.groups.VersionedComponentAdditions.Builder
- parameterContexts - Variable in class org.apache.nifi.groups.VersionedComponentAdditions
- parameterLookup - Variable in class org.apache.nifi.controller.PropertyConfiguration.ComputedEffectiveValue
- parameterName - Variable in class org.apache.nifi.parameter.ParameterReferencedControllerServiceData
- ParameterProviderConfiguration - Interface in org.apache.nifi.parameter
- ParameterProviderInstantiationException - Exception Class in org.apache.nifi.controller.parameter
- ParameterProviderInstantiationException(String) - Constructor for exception class org.apache.nifi.controller.parameter.ParameterProviderInstantiationException
- ParameterProviderInstantiationException(String, Throwable) - Constructor for exception class org.apache.nifi.controller.parameter.ParameterProviderInstantiationException
- ParameterProviderLookup - Interface in org.apache.nifi.controller.parameter
-
A ParameterProviderLookup is able to look up
ParameterProviderNode
s by id. - ParameterProviderNode - Interface in org.apache.nifi.controller
- parameterProviders - Variable in class org.apache.nifi.controller.flow.VersionedDataflow
- parameterProviders - Variable in class org.apache.nifi.groups.VersionedComponentAdditions.Builder
- parameterProviders - Variable in class org.apache.nifi.groups.VersionedComponentAdditions
- parameterReferenceCounts - Variable in class org.apache.nifi.controller.AbstractComponentNode
- ParameterReferencedControllerServiceData - Class in org.apache.nifi.parameter
- ParameterReferencedControllerServiceData(String, ComponentNode, PropertyDescriptor, Class<? extends ControllerService>, String) - Constructor for class org.apache.nifi.parameter.ParameterReferencedControllerServiceData
- ParameterReferenceManager - Interface in org.apache.nifi.parameter
-
A component that is responsible for tracking which components reference each Parameter
- parameterReferences - Variable in class org.apache.nifi.controller.PropertyConfiguration
- ParametersApplication - Class in org.apache.nifi.controller
-
Encapsulates parameter updates that could be applied to a given ParameterContext.
- ParametersApplication(ParameterContext, Map<String, Parameter>) - Constructor for class org.apache.nifi.controller.ParametersApplication
- parameterTokenList - Variable in class org.apache.nifi.controller.PropertyConfiguration
- ParameterUpdate - Interface in org.apache.nifi.parameter
- parameterUpdates - Variable in class org.apache.nifi.controller.ParametersApplication
- pause() - Method in class org.apache.nifi.groups.AbstractComponentScheduler
- pause() - Method in interface org.apache.nifi.groups.ComponentScheduler
- pauseCount - Variable in class org.apache.nifi.groups.AbstractComponentScheduler
- pauseValidationTrigger() - Method in class org.apache.nifi.controller.AbstractComponentNode
- pauseValidationTrigger() - Method in interface org.apache.nifi.controller.ComponentNode
-
Pause triggering asynchronous validation to occur when the component is updated.
- penalizationPeriod - Variable in class org.apache.nifi.controller.AbstractPort
- penalizationPeriod - Variable in class org.apache.nifi.controller.StandardFunnel
- PENALIZE_FLOWFILE - Enum constant in enum class org.apache.nifi.controller.BackoffMechanism
- PERFORM_VALIDATION_STEP_NAME - Static variable in class org.apache.nifi.controller.AbstractComponentNode
- performFlowAnalysisOnThis() - Method in class org.apache.nifi.controller.AbstractComponentNode
- performFlowAnalysisOnThis() - Method in class org.apache.nifi.controller.ProcessorNode
- performTask() - Method in interface org.apache.nifi.web.revision.DeleteRevisionTask
- performValidation() - Method in class org.apache.nifi.controller.AbstractComponentNode
- performValidation() - Method in interface org.apache.nifi.controller.ComponentNode
-
Validates the component against the current configuration
- performValidation(Map<PropertyDescriptor, PropertyConfiguration>, String, ParameterContext) - Method in class org.apache.nifi.controller.AbstractComponentNode
- performValidation(Map<PropertyDescriptor, PropertyConfiguration>, String, ParameterContext) - Method in interface org.apache.nifi.controller.ComponentNode
-
Performs validation against the given set of properties, annotation data, and parameters
- performValidation(ValidationContext) - Method in class org.apache.nifi.controller.AbstractComponentNode
- performValidation(ValidationContext) - Method in interface org.apache.nifi.controller.ComponentNode
-
Validates the component against the given ValidationContext
- poll(long, TimeUnit) - Method in interface org.apache.nifi.controller.WorkerQueue
- poll(Set<FlowFileRecord>) - Method in interface org.apache.nifi.connectable.Connection
- poll(FlowFileFilter, Set<FlowFileRecord>) - Method in interface org.apache.nifi.connectable.Connection
- Port - Interface in org.apache.nifi.connectable
- PORT_RELATIONSHIP - Static variable in class org.apache.nifi.controller.AbstractPort
- PortAuthorizationResult - Interface in org.apache.nifi.remote
- portFunction - Variable in class org.apache.nifi.controller.AbstractPort
- position - Variable in class org.apache.nifi.controller.AbstractPort
- position - Variable in class org.apache.nifi.controller.StandardFunnel
- Position - Class in org.apache.nifi.connectable
- Position(double, double) - Constructor for class org.apache.nifi.connectable.Position
- Positionable - Interface in org.apache.nifi.connectable
-
Represents a component that can be positioned with X,Y coordinates on the canvas.
- processGroup - Variable in class org.apache.nifi.controller.AbstractPort
- ProcessGroup - Interface in org.apache.nifi.groups
-
ProcessGroup objects are containers for processing entities, such as
Processor
s,Port
s, and otherProcessGroup
s. - ProcessGroupCounts - Class in org.apache.nifi.groups
- ProcessGroupCounts(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Constructor for class org.apache.nifi.groups.ProcessGroupCounts
- processGroupRef - Variable in class org.apache.nifi.controller.StandardFunnel
- processGroups - Variable in class org.apache.nifi.groups.ComponentAdditions.Builder
- processGroups - Variable in class org.apache.nifi.groups.ComponentAdditions
- processGroups - Variable in class org.apache.nifi.groups.VersionedComponentAdditions.Builder
- processGroups - Variable in class org.apache.nifi.groups.VersionedComponentAdditions
- PROCESSOR - Enum constant in enum class org.apache.nifi.connectable.ConnectableType
- ProcessorNode - Class in org.apache.nifi.controller
- ProcessorNode(String, ValidationContextFactory, ControllerServiceProvider, String, String, ReloadComponent, ExtensionManager, ValidationTrigger, boolean) - Constructor for class org.apache.nifi.controller.ProcessorNode
- processors - Variable in class org.apache.nifi.groups.ComponentAdditions.Builder
- processors - Variable in class org.apache.nifi.groups.ComponentAdditions
- processors - Variable in class org.apache.nifi.groups.VersionedComponentAdditions.Builder
- processors - Variable in class org.apache.nifi.groups.VersionedComponentAdditions
- processScheduler - Variable in class org.apache.nifi.controller.AbstractPort
- ProcessScheduler - Interface in org.apache.nifi.controller
- properties - Variable in class org.apache.nifi.controller.AbstractComponentNode
- PropertyConfiguration - Class in org.apache.nifi.controller
- PropertyConfiguration(String, ParameterTokenList, List<ParameterReference>, VariableImpact) - Constructor for class org.apache.nifi.controller.PropertyConfiguration
- PropertyConfiguration.ComputedEffectiveValue - Class in org.apache.nifi.controller
- PropertyConfigurationMapper - Class in org.apache.nifi.controller
- PropertyConfigurationMapper() - Constructor for class org.apache.nifi.controller.PropertyConfigurationMapper
- propertyDecryptor - Variable in class org.apache.nifi.groups.FlowSynchronizationOptions.Builder
- propertyDecryptor - Variable in class org.apache.nifi.groups.FlowSynchronizationOptions
- propertyDecryptor(PropertyDecryptor) - Method in class org.apache.nifi.groups.FlowSynchronizationOptions.Builder
-
Specifies the decryptor to use for sensitive properties
- PropertyDecryptor - Interface in org.apache.nifi.groups
- publicInputPortCount - Variable in class org.apache.nifi.groups.ProcessGroupCounts
- publicOutputPortCount - Variable in class org.apache.nifi.groups.ProcessGroupCounts
- PublicPort - Interface in org.apache.nifi.remote
-
Represents an input or output port that can receive or transfer data via Site-to-Site protocol.
- purge() - Method in interface org.apache.nifi.controller.flow.FlowManager
-
Purges all components from the flow, including: Process Groups (and all components within it) Controller Services Reporting Tasks Flow Analysis Rules Parameter Contexts Flow Registries
- purge() - Static method in class org.apache.nifi.logging.LogRepositoryFactory
- purgeTransferEvents(String) - Method in interface org.apache.nifi.controller.repository.FlowFileEventRepository
-
Causes any flow file events of the given component to be purged from the repository
Q
- queueSize - Variable in class org.apache.nifi.controller.queue.ListFlowFileRequest
R
- rawValue - Variable in class org.apache.nifi.controller.PropertyConfiguration
- readLock - Variable in class org.apache.nifi.controller.AbstractPort
- readLock - Variable in class org.apache.nifi.controller.StandardFunnel
- readNar(String) - Method in interface org.apache.nifi.nar.NarManager
-
Returns a stream to read the contents of the given NAR.
- ReadOnlyRevisionCallback<T> - Interface in org.apache.nifi.web.revision
- receiveFlowFiles(Peer, ProcessContext, ProcessSession, FlowFileCodec) - Method in interface org.apache.nifi.remote.protocol.ServerProtocol
-
Receives FlowFiles from the specified peer
- receiveFlowFiles(Peer, ServerProtocol) - Method in interface org.apache.nifi.remote.PublicPort
-
Receives data from the given stream
- receiveMigration(Set<ProvenanceEventRecord>) - Method in interface org.apache.nifi.provenance.InternalProvenanceReporter
- referencedControllerServiceType - Variable in class org.apache.nifi.parameter.ParameterReferencedControllerServiceData
- referencesParameterContext(ParameterContext) - Method in interface org.apache.nifi.groups.ProcessGroup
- refreshFlowContents() - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- refreshProperties() - Method in class org.apache.nifi.controller.AbstractComponentNode
- refreshProperties() - Method in interface org.apache.nifi.controller.ComponentNode
- registerFlow(FlowRegistryClientConfigurationContext, RegisteredFlow) - Method in class org.apache.nifi.registry.flow.GhostFlowRegistryClient
- registerFlow(FlowRegistryClientUserContext, RegisteredFlow) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClientNode
- registerFlowSnapshot(FlowRegistryClientConfigurationContext, RegisteredFlowSnapshot, RegisterAction) - Method in class org.apache.nifi.registry.flow.GhostFlowRegistryClient
- registerFlowSnapshot(FlowRegistryClientUserContext, RegisteredFlow, VersionedProcessGroup, Map<String, ExternalControllerServiceReference>, Map<String, VersionedParameterContext>, Map<String, ParameterProviderReference>, String, String, RegisterAction) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClientNode
- registries - Variable in class org.apache.nifi.controller.flow.VersionedDataflow
- reinitialize(boolean) - Method in interface org.apache.nifi.groups.RemoteProcessGroup
-
Initiates a task in the remote process group to re-initialize, as a result of clustering changes
- relationships - Variable in class org.apache.nifi.controller.AbstractPort
- relationships - Variable in class org.apache.nifi.controller.StandardFunnel
- releaseClaim(Port) - Method in interface org.apache.nifi.groups.FlowFileGate
- reload(Set<URL>) - Method in interface org.apache.nifi.controller.ComponentNode
- reload(FlowAnalysisRuleNode, String, BundleCoordinate, Set<URL>) - Method in interface org.apache.nifi.controller.ReloadComponent
-
Changes the underlying FlowAnalysisRule held by the node to an instance of the new type.
- reload(ParameterProviderNode, String, BundleCoordinate, Set<URL>) - Method in interface org.apache.nifi.controller.ReloadComponent
-
Changes the underlying ParameterProvider held by the node to an instance of the new type.
- reload(ProcessorNode, String, BundleCoordinate, Set<URL>) - Method in interface org.apache.nifi.controller.ReloadComponent
-
Changes the underlying Processor held by the node to an instance of the new type.
- reload(ReportingTaskNode, String, BundleCoordinate, Set<URL>) - Method in interface org.apache.nifi.controller.ReloadComponent
-
Changes the underlying ReportingTask held by the node to an instance of the new type.
- reload(ControllerServiceNode, String, BundleCoordinate, Set<URL>) - Method in interface org.apache.nifi.controller.ReloadComponent
-
Changes the underlying ControllerService held by the node to an instance of the new type.
- reload(FlowRegistryClientNode, String, BundleCoordinate, Set<URL>) - Method in interface org.apache.nifi.controller.ReloadComponent
-
Changes the underlying FlowRegistryClient held by the node to an instance of the new type.
- reloadAdditionalResourcesIfNecessary() - Method in class org.apache.nifi.controller.AbstractComponentNode
-
Generates fingerprint for the additional urls and compares it with the previous fingerprint value.
- reloadAdditionalResourcesIfNecessary() - Method in interface org.apache.nifi.controller.ComponentNode
- reloadComponent - Variable in class org.apache.nifi.controller.AbstractComponentNode
- ReloadComponent - Interface in org.apache.nifi.controller
-
A service used to change the type of an underlying component.
- REMOTE_INPUT_PORT - Enum constant in enum class org.apache.nifi.connectable.ConnectableType
-
Port that lives within an RemoteProcessGroup and is used to send data to remote NiFi instances
- REMOTE_OUTPUT_PORT - Enum constant in enum class org.apache.nifi.connectable.ConnectableType
-
Port that lives within a RemoteProcessGroup and is used to receive data from remote NiFi instances
- RemoteAuthorizationState - Enum Class in org.apache.nifi.remote
- RemoteAuthorizationState() - Constructor for enum class org.apache.nifi.remote.RemoteAuthorizationState
- RemoteGroupPort - Class in org.apache.nifi.remote
- RemoteGroupPort(String, String, ConnectableType, ProcessScheduler) - Constructor for class org.apache.nifi.remote.RemoteGroupPort
- RemoteProcessGroup - Interface in org.apache.nifi.groups
- RemoteProcessGroupCounts - Class in org.apache.nifi.groups
- RemoteProcessGroupCounts(int, int) - Constructor for class org.apache.nifi.groups.RemoteProcessGroupCounts
- RemoteProcessGroupPortDescriptor - Interface in org.apache.nifi.groups
- remoteProcessGroups - Variable in class org.apache.nifi.groups.ComponentAdditions.Builder
- remoteProcessGroups - Variable in class org.apache.nifi.groups.ComponentAdditions
- remoteProcessGroups - Variable in class org.apache.nifi.groups.VersionedComponentAdditions.Builder
- remoteProcessGroups - Variable in class org.apache.nifi.groups.VersionedComponentAdditions
- remove(Snippet) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Removes all of the components whose ID's are specified within the given
Snippet
from this ProcessGroup. - remove(ProvenanceEventRecord) - Method in interface org.apache.nifi.provenance.InternalProvenanceReporter
- removeAllObservers() - Method in interface org.apache.nifi.logging.LogRepository
-
Removes all LogObservers from this Repository
- removeConnection(Connection) - Method in interface org.apache.nifi.connectable.Connectable
- removeConnection(Connection) - Method in class org.apache.nifi.controller.AbstractPort
- removeConnection(Connection) - Method in class org.apache.nifi.controller.StandardFunnel
- removeConnection(Connection) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Removes the connection from this ProcessGroup.
- removeControllerService(ControllerServiceNode) - Method in interface org.apache.nifi.controller.service.ControllerServiceProvider
-
Removes the given Controller Service from the flow.
- removeControllerService(ControllerServiceNode) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Removes the given Controller Service from this group
- removeEventsForFlowFile(String) - Method in interface org.apache.nifi.provenance.InternalProvenanceReporter
- removeFlowAnalysisRule(FlowAnalysisRuleNode) - Method in interface org.apache.nifi.controller.flow.FlowManager
- removeFlowAnalysisRule(FlowAnalysisRuleNode) - Method in interface org.apache.nifi.controller.flowanalysis.FlowAnalysisRuleProvider
-
Removes the given flow analysis rule from the flow
- removeFlowRegistryClient(FlowRegistryClientNode) - Method in interface org.apache.nifi.controller.flow.FlowManager
- removeFunnel(Funnel) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Removes the given funnel from this ProcessGroup
- removeInputPort(Port) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Removes a
Port
from this ProcessGroup's list of Input Ports. - removeLabel(Label) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Removes the given Label from this ProcessGroup
- removeLifecycleState(String) - Method in interface org.apache.nifi.controller.scheduling.LifecycleStateManager
-
Removes the LifecycleState for the given component and returns the value that was removed, or an empty Optional if there was no state registered
- removeNonExistentPort(RemoteGroupPort) - Method in interface org.apache.nifi.groups.RemoteProcessGroup
-
Removes a port that no longer exists on the remote instance from this RemoteProcessGroup
- removeOutputPort(Port) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Removes a
Port
from this ProcessGroup's list of Output Ports. - removeParameterContext(String) - Method in interface org.apache.nifi.parameter.ParameterContextManager
- removeParameterProvider(ParameterProviderNode) - Method in interface org.apache.nifi.controller.flow.FlowManager
- removeProcessGroup(ProcessGroup) - Method in interface org.apache.nifi.groups.ProcessGroup
- removeProcessor(ProcessorNode) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Removes the given processor from this group, destroying the Processor.
- removeProperty(String, boolean) - Method in class org.apache.nifi.controller.AbstractComponentNode
-
Removes the property and value for the given property name if a descriptor and value exists for the given name.
- removeReference(ComponentNode, PropertyDescriptor) - Method in interface org.apache.nifi.controller.service.ControllerServiceNode
-
Indicates that the given component is no longer referencing this Controller Service
- removeReference(ParameterContext) - Method in interface org.apache.nifi.controller.ParameterProviderNode
-
Indicates that a parameter context is no longer referencing this Parameter Provider
- removeRemoteProcessGroup(RemoteProcessGroup) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Removes the given RemoteProcessGroup from this ProcessGroup
- removeReportingTask(ReportingTaskNode) - Method in interface org.apache.nifi.controller.flow.FlowManager
- removeReportingTask(ReportingTaskNode) - Method in interface org.apache.nifi.controller.reporting.ReportingTaskProvider
-
Removes the given reporting task from the flow
- removeRepository(String) - Static method in class org.apache.nifi.logging.LogRepositoryFactory
- removeRootControllerService(ControllerServiceNode) - Method in interface org.apache.nifi.controller.flow.FlowManager
- removeRuleViolationsForRule(String) - Method in interface org.apache.nifi.validation.RuleViolationsManager
-
Remove all rule violations produced by the rule with a given id
- removeRuleViolationsForSubject(String) - Method in interface org.apache.nifi.validation.RuleViolationsManager
-
Remove all rule violations tied to a component or process group with a given id
- replaceFuture(ScheduledFuture<?>, ScheduledFuture<?>) - Method in class org.apache.nifi.controller.scheduling.LifecycleState
- replaceValidationState(ValidationState, ValidationState) - Method in class org.apache.nifi.controller.AbstractComponentNode
- reportAggregateEvent() - Method in interface org.apache.nifi.controller.repository.FlowFileEventRepository
-
Reports aggregate metrics for all flowfile events
- ReportingTaskInstantiationException - Exception Class in org.apache.nifi.controller.reporting
- ReportingTaskInstantiationException(String) - Constructor for exception class org.apache.nifi.controller.reporting.ReportingTaskInstantiationException
- ReportingTaskInstantiationException(String, Throwable) - Constructor for exception class org.apache.nifi.controller.reporting.ReportingTaskInstantiationException
- ReportingTaskNode - Interface in org.apache.nifi.controller
- ReportingTaskProvider - Interface in org.apache.nifi.controller.reporting
-
A ReportingTaskProvider is responsible for providing management of, and access to, Reporting Tasks
- reportingTasks - Variable in class org.apache.nifi.controller.flow.VersionedDataflow
- reportingTasksToStart - Variable in class org.apache.nifi.groups.AbstractComponentScheduler
- reportTransferEvents(long) - Method in interface org.apache.nifi.controller.repository.FlowFileEventRepository
- reportTransferEvents(String, long) - Method in interface org.apache.nifi.controller.repository.FlowFileEventRepository
-
Reports events for a given component
- repositoryMap - Static variable in class org.apache.nifi.logging.LogRepositoryFactory
- RepositoryStatusReport - Interface in org.apache.nifi.controller.repository
- RequestExpiredException - Exception Class in org.apache.nifi.remote.exception
-
Used to indicate that by the time the request was serviced, it had already expired
- RequestExpiredException() - Constructor for exception class org.apache.nifi.remote.exception.RequestExpiredException
- requestId - Variable in class org.apache.nifi.controller.queue.ListFlowFileRequest
- reset() - Method in interface org.apache.nifi.controller.Counter
- reset() - Method in interface org.apache.nifi.groups.BatchCounts
-
Resets the counts
- reset(RevisionSnapshot) - Method in interface org.apache.nifi.web.revision.RevisionManager
-
Clears any revisions that are currently held and resets the Revision Manager so that the revisions present are those provided in the given collection
- resetCounter(String) - Method in interface org.apache.nifi.controller.repository.CounterRepository
- resetValidationState() - Method in class org.apache.nifi.controller.AbstractComponentNode
- resetValidationState() - Method in interface org.apache.nifi.controller.ComponentNode
- resolveAllowableValue(String, PropertyDescriptor) - Method in class org.apache.nifi.controller.AbstractComponentNode
- resolveExecutionEngine() - Method in interface org.apache.nifi.groups.ProcessGroup
-
Returns the Execution Engine that should be used for this Process Group.
- resolveInheritedControllerServices(FlowSnapshotContainer, String, NiFiUser) - Method in interface org.apache.nifi.controller.service.ControllerServiceResolver
-
Resolves controller service references in any processors or controller services that exist in the flow contents of the top level snapshot provided in the flow snapshot container.
- restartReferencingComponents(Asset) - Method in interface org.apache.nifi.asset.AssetComponentManager
-
Synchronously restarts any components referencing the given asset.
- restartReferencingComponentsAsync(Asset) - Method in interface org.apache.nifi.asset.AssetComponentManager
-
Asynchronously restarts any components referencing the given asset.
- resume() - Method in class org.apache.nifi.groups.AbstractComponentScheduler
- resume() - Method in interface org.apache.nifi.groups.ComponentScheduler
- resumeValidationTrigger() - Method in class org.apache.nifi.controller.AbstractComponentNode
- resumeValidationTrigger() - Method in interface org.apache.nifi.controller.ComponentNode
-
Resume triggering asynchronous validation to occur when the component is updated.
- resumeWork(Connectable) - Method in interface org.apache.nifi.controller.WorkerQueue
- revision - Variable in class org.apache.nifi.web.FlowModification
- RevisionClaim - Interface in org.apache.nifi.web.revision
- RevisionManager - Interface in org.apache.nifi.web.revision
-
A Revision Manager provides the ability to prevent clients of the Web API from stepping on one another.
- revisions - Variable in class org.apache.nifi.web.revision.RevisionSnapshot
- RevisionSnapshot - Class in org.apache.nifi.web.revision
- RevisionSnapshot(Collection<Revision>, long) - Constructor for class org.apache.nifi.web.revision.RevisionSnapshot
- RevisionUpdate<T> - Interface in org.apache.nifi.web.revision
-
A packaging of a Component's DTO and the corresponding Revision for that component
- revisionUpdateCount - Variable in class org.apache.nifi.web.revision.RevisionSnapshot
- ROOT_GROUP_ID_ALIAS - Static variable in interface org.apache.nifi.controller.flow.FlowManager
- rootGroup - Variable in class org.apache.nifi.controller.flow.VersionedDataflow
- ruleId - Variable in class org.apache.nifi.validation.RuleViolation
- RuleViolation - Class in org.apache.nifi.validation
-
A result of a rule violation produced during a flow analysis.
- RuleViolation(EnforcementPolicy, String, String, String, ComponentType, String, String, String, String, String) - Constructor for class org.apache.nifi.validation.RuleViolation
- RuleViolationsManager - Interface in org.apache.nifi.validation
-
Manages
RuleViolation
s produced during flow analysis - RUNNING - Enum constant in enum class org.apache.nifi.groups.StatelessGroupScheduledState
- runningCount - Variable in class org.apache.nifi.groups.ProcessGroupCounts
- runOnce(ScheduledExecutorService, long, long, Supplier<ProcessContext>, SchedulingAgentCallback) - Method in class org.apache.nifi.controller.ProcessorNode
-
Will run the
Processor
represented by thisProcessorNode
once. - runProcessorOnce(ProcessorNode, Callable<Future<Void>>) - Method in interface org.apache.nifi.controller.ProcessScheduler
-
Starts scheduling the given processor to run once, after invoking all methods on the underlying
FlowFileProcessor
that are annotated with theOnScheduled
annotation. - runProcessorOnce(ProcessorNode, Callable<Future<Void>>) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Runs the given Processor once and the stops it by calling the provided callback.
- RuntimeManifestService - Interface in org.apache.nifi.manifest
-
Produces a RuntimeManifest for the current NiFi instance.
- rwLock - Variable in class org.apache.nifi.controller.AbstractPort
- rwLock - Variable in class org.apache.nifi.controller.StandardFunnel
S
- saveFlowChanges() - Method in interface org.apache.nifi.services.FlowService
-
Immediately persists the state of the flow controller to the flow.xml file in a blocking call.
- saveFlowChanges(TimeUnit, long) - Method in interface org.apache.nifi.services.FlowService
-
Asynchronously saves the flow controller.
- saveFlowChanges(TimeUnit, long, boolean) - Method in interface org.apache.nifi.services.FlowService
-
Asynchronously saves the flow controller.
- schedule(Runnable, long, TimeUnit) - Method in class org.apache.nifi.engine.FlowEngine
- schedule(Callable<V>, long, TimeUnit) - Method in class org.apache.nifi.engine.FlowEngine
- schedule(Connectable, LifecycleState) - Method in interface org.apache.nifi.controller.scheduling.SchedulingAgent
- schedule(ReportingTaskNode) - Method in interface org.apache.nifi.controller.ProcessScheduler
-
Begins scheduling the given Reporting Task to run
- schedule(ReportingTaskNode, LifecycleState) - Method in interface org.apache.nifi.controller.scheduling.SchedulingAgent
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class org.apache.nifi.engine.FlowEngine
- scheduled - Variable in class org.apache.nifi.controller.scheduling.LifecycleState
- scheduledState - Variable in class org.apache.nifi.controller.AbstractPort
- scheduledState - Variable in class org.apache.nifi.controller.ProcessorNode
- scheduledState - Variable in class org.apache.nifi.controller.StandardFunnel
- scheduledStateChangeListener - Variable in class org.apache.nifi.groups.FlowSynchronizationOptions.Builder
- scheduledStateChangeListener - Variable in class org.apache.nifi.groups.FlowSynchronizationOptions
- scheduledStateChangeListener(ScheduledStateChangeListener) - Method in class org.apache.nifi.groups.FlowSynchronizationOptions.Builder
-
Specifies a callback whose methods will be called when component scheduled states are updated by the synchronizer
- ScheduledStateChangeListener - Interface in org.apache.nifi.groups
- scheduleOnce(Connectable, LifecycleState, Callable<Future<Void>>) - Method in interface org.apache.nifi.controller.scheduling.SchedulingAgent
- scheduleReferencingComponents(ControllerServiceNode) - Method in interface org.apache.nifi.controller.service.ControllerServiceProvider
-
Schedules any schedulable component (Processor, ReportingTask) that is referencing the given Controller Service to run.
- scheduleReferencingComponents(ControllerServiceNode, Set<ComponentNode>, ComponentScheduler) - Method in interface org.apache.nifi.controller.service.ControllerServiceProvider
-
Schedules any of the candidate components that are currently referencing the given Controller Service to run.
- scheduleTask(Callable<?>) - Method in interface org.apache.nifi.controller.SchedulingAgentCallback
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class org.apache.nifi.engine.FlowEngine
- SchedulingAgent - Interface in org.apache.nifi.controller.scheduling
- SchedulingAgentCallback - Interface in org.apache.nifi.controller
- schedulingNanos - Variable in class org.apache.nifi.controller.AbstractPort
- schedulingNanos - Variable in class org.apache.nifi.controller.StandardFunnel
- schedulingPeriod - Variable in class org.apache.nifi.controller.AbstractPort
- schedulingPeriod - Variable in class org.apache.nifi.controller.StandardFunnel
- scope - Variable in class org.apache.nifi.validation.RuleViolation
- sendPeerList(Peer, Optional<ClusterNodeInformation>, NodeInformation) - Method in interface org.apache.nifi.remote.protocol.ServerProtocol
-
Sends a list of all nodes in the cluster to the specified peer.
- sensitiveDynamicPropertyNames - Variable in class org.apache.nifi.controller.AbstractComponentNode
- sensitiveValueEncryptor(SensitiveValueEncryptor) - Method in class org.apache.nifi.registry.flow.mapping.FlowMappingOptions.Builder
-
Sets the SensitiveValueEncryptor to use for encrypting sensitive values.
- SensitiveValueEncryptor - Interface in org.apache.nifi.registry.flow.mapping
- serialVersionUID - Static variable in exception class org.apache.nifi.cluster.exception.NoClusterCoordinatorException
- serialVersionUID - Static variable in exception class org.apache.nifi.controller.exception.CommunicationsException
- serialVersionUID - Static variable in exception class org.apache.nifi.controller.exception.ComponentLifeCycleException
- serialVersionUID - Static variable in exception class org.apache.nifi.controller.exception.ControllerServiceAlreadyExistsException
- serialVersionUID - Static variable in exception class org.apache.nifi.controller.exception.ControllerServiceInstantiationException
- serialVersionUID - Static variable in exception class org.apache.nifi.controller.flowanalysis.FlowAnalysisRuleInstantiationException
- serialVersionUID - Static variable in exception class org.apache.nifi.controller.reporting.ReportingTaskInstantiationException
- serialVersionUID - Static variable in exception class org.apache.nifi.controller.repository.ContentNotFoundException
- serialVersionUID - Static variable in exception class org.apache.nifi.controller.serialization.FlowSerializationException
- serialVersionUID - Static variable in exception class org.apache.nifi.lifecycle.LifeCycleException
- serialVersionUID - Static variable in exception class org.apache.nifi.lifecycle.LifeCycleStartException
- serialVersionUID - Static variable in exception class org.apache.nifi.lifecycle.LifeCycleStopException
- serialVersionUID - Static variable in exception class org.apache.nifi.remote.exception.BadRequestException
- serialVersionUID - Static variable in exception class org.apache.nifi.remote.exception.NotAuthorizedException
- serialVersionUID - Static variable in exception class org.apache.nifi.remote.exception.RequestExpiredException
- serialVersionUID - Static variable in exception class org.apache.nifi.web.revision.ExpiredRevisionClaimException
- ServerProtocol - Interface in org.apache.nifi.remote.protocol
- SERVICE_ALREADY_EXISTS - Enum constant in enum class org.apache.nifi.migration.ControllerServiceCreationDetails.CreationState
- SERVICE_TO_BE_CREATED - Enum constant in enum class org.apache.nifi.migration.ControllerServiceCreationDetails.CreationState
- serviceBundleCoordinate - Variable in record class org.apache.nifi.migration.ControllerServiceCreationDetails
-
The field for the
serviceBundleCoordinate
record component. - serviceBundleCoordinate() - Method in record class org.apache.nifi.migration.ControllerServiceCreationDetails
-
Returns the value of the
serviceBundleCoordinate
record component. - serviceId - Variable in class org.apache.nifi.components.validation.DisabledServiceValidationResult
- serviceId - Variable in exception class org.apache.nifi.controller.service.ControllerServiceDisabledException
- serviceIdentifier - Variable in record class org.apache.nifi.migration.ControllerServiceCreationDetails
-
The field for the
serviceIdentifier
record component. - serviceIdentifier() - Method in record class org.apache.nifi.migration.ControllerServiceCreationDetails
-
Returns the value of the
serviceIdentifier
record component. - serviceProperties - Variable in record class org.apache.nifi.migration.ControllerServiceCreationDetails
-
The field for the
serviceProperties
record component. - serviceProperties() - Method in record class org.apache.nifi.migration.ControllerServiceCreationDetails
-
Returns the value of the
serviceProperties
record component. - serviceProvider - Variable in class org.apache.nifi.controller.AbstractComponentNode
- serviceProvider - Variable in class org.apache.nifi.groups.AbstractComponentScheduler
- setAdditionalResourcesFingerprint(String) - Method in class org.apache.nifi.controller.AbstractComponentNode
- setAdministrativeYieldDuration(String) - Method in interface org.apache.nifi.controller.scheduling.SchedulingAgent
- setAnnotationData(String) - Method in class org.apache.nifi.controller.AbstractComponentNode
- setAnnotationData(String) - Method in interface org.apache.nifi.controller.ComponentNode
- setAutoTerminatedRelationships(Set<Relationship>) - Method in class org.apache.nifi.controller.ProcessorNode
- setAvailable(boolean) - Method in class org.apache.nifi.validation.RuleViolation
- setBackoffMechanism(BackoffMechanism) - Method in interface org.apache.nifi.connectable.Connectable
- setBackoffMechanism(BackoffMechanism) - Method in class org.apache.nifi.controller.AbstractPort
- setBackoffMechanism(BackoffMechanism) - Method in class org.apache.nifi.controller.StandardFunnel
- setBatchCount(Integer) - Method in class org.apache.nifi.remote.RemoteGroupPort
- setBatchDuration(String) - Method in class org.apache.nifi.remote.RemoteGroupPort
- setBatchSize(String) - Method in class org.apache.nifi.remote.RemoteGroupPort
- setBendPoints(List<Position>) - Method in interface org.apache.nifi.connectable.Connection
- setBulletinLevel(LogLevel) - Method in class org.apache.nifi.controller.ProcessorNode
- setBulletinLevel(LogLevel) - Method in interface org.apache.nifi.controller.service.ControllerServiceNode
- setClustered(boolean) - Method in interface org.apache.nifi.controller.WorkerQueue
- setComments(String) - Method in interface org.apache.nifi.connectable.Connectable
-
Sets the comments of this Connectable.
- setComments(String) - Method in class org.apache.nifi.controller.AbstractPort
- setComments(String) - Method in interface org.apache.nifi.controller.FlowAnalysisRuleNode
- setComments(String) - Method in interface org.apache.nifi.controller.ParameterProviderNode
- setComments(String) - Method in interface org.apache.nifi.controller.ReportingTaskNode
- setComments(String) - Method in interface org.apache.nifi.controller.service.ControllerServiceNode
- setComments(String) - Method in class org.apache.nifi.controller.StandardFunnel
- setComments(String) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Updates the comments for this ProcessGroup
- setComments(String) - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- setCommunicationsTimeout(String) - Method in interface org.apache.nifi.groups.RemoteProcessGroup
-
Sets the timeout using the TimePeriod format (e.g., "30 secs", "1 min")
- setComponent(LoggableComponent<FlowRegistryClient>) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClientNode
- setConnections(Set<VersionedConnection>) - Method in class org.apache.nifi.groups.VersionedComponentAdditions.Builder
- setControllerServiceAndProxy(LoggableComponent<ControllerService>, LoggableComponent<ControllerService>, ControllerServiceInvocationHandler) - Method in interface org.apache.nifi.controller.service.ControllerServiceNode
-
Sets a new proxy and implementation for this node.
- setControllerServices(List<VersionedControllerService>) - Method in class org.apache.nifi.controller.flow.VersionedDataflow
- setControllerServices(Set<VersionedControllerService>) - Method in class org.apache.nifi.groups.VersionedComponentAdditions.Builder
- setCurrentSize(QueueSize) - Method in class org.apache.nifi.controller.queue.DropFlowFileRequest
- setDefaultBackPressureDataSizeThreshold(String) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Updates the default back pressure size threshold of this ProcessGroup
- setDefaultBackPressureObjectThreshold(Long) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Updates the default back pressure object threshold of this ProcessGroup
- setDefaultFlowFileExpiration(String) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Updates the default flowfile expiration of this ProcessGroup.
- setDescription(String) - Method in interface org.apache.nifi.parameter.ParameterContext
-
Sets the description for the Parameter Context
- setDescription(String) - Method in interface org.apache.nifi.registry.extension.ExtensionRegistry
- setDescription(String) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClientNode
- setDestination(Connectable) - Method in interface org.apache.nifi.connectable.Connection
- setDroppedSize(QueueSize) - Method in class org.apache.nifi.controller.queue.DropFlowFileRequest
- setEncodingVersion(VersionedFlowEncodingVersion) - Method in class org.apache.nifi.controller.flow.VersionedDataflow
- setEnforcementPolicy(EnforcementPolicy) - Method in interface org.apache.nifi.controller.FlowAnalysisRuleNode
- setExecutionEngine(ExecutionEngine) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Sets the Execution Engine to the given value
- setExecutionNode(ExecutionNode) - Method in class org.apache.nifi.controller.ProcessorNode
- setExtensionMissing(boolean) - Method in class org.apache.nifi.controller.AbstractComponentNode
- setExtensionMissing(boolean) - Method in interface org.apache.nifi.controller.ComponentNode
- setFailure(String) - Method in class org.apache.nifi.controller.queue.ListFlowFileRequest
- setFailure(Throwable) - Method in class org.apache.nifi.nar.NarNode
- setFlowAnalysisRequired(boolean) - Method in interface org.apache.nifi.controller.flowanalysis.FlowAnalyzer
-
Sets whether flow analysis should be scheduled
- setFlowAnalysisRule(LoggableComponent<FlowAnalysisRule>) - Method in interface org.apache.nifi.controller.FlowAnalysisRuleNode
- setFlowAnalysisRules(List<VersionedFlowAnalysisRule>) - Method in class org.apache.nifi.controller.flow.VersionedDataflow
- setFlowFileConcurrency(FlowFileConcurrency) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Sets the FlowFileConcurrency to use for this ProcessGroup
- setFlowFileOutboundPolicy(FlowFileOutboundPolicy) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Specifies the FlowFile Outbound Policy that should be applied to this Process Group
- setFlowFileSummaries(List<FlowFileSummary>) - Method in class org.apache.nifi.controller.queue.ListFlowFileRequest
- setFunnels(Set<VersionedFunnel>) - Method in class org.apache.nifi.groups.VersionedComponentAdditions.Builder
- setFutures(Collection<ScheduledFuture<?>>) - Method in class org.apache.nifi.controller.scheduling.LifecycleState
-
Establishes the list of relevant futures for this processor.
- setInheritedParameterContexts(List<ParameterContext>) - Method in interface org.apache.nifi.parameter.ParameterContext
-
Updates the ParameterContexts within this context to match the given list of ParameterContexts.
- setInputPorts(Set<VersionedPort>) - Method in class org.apache.nifi.groups.VersionedComponentAdditions.Builder
- setInputPorts(Set<RemoteProcessGroupPortDescriptor>, boolean) - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- setLabelIndex(int) - Method in interface org.apache.nifi.connectable.Connection
- setLabels(Set<VersionedLabel>) - Method in class org.apache.nifi.groups.VersionedComponentAdditions.Builder
- setLogFileSuffix(String) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Updates the log file suffix of this ProcessGroup for dedicated logging
- setLogger(ComponentLog) - Method in interface org.apache.nifi.logging.LogRepository
-
Sets the current logger for the component
- setLossTolerant(boolean) - Method in interface org.apache.nifi.connectable.Connectable
- setLossTolerant(boolean) - Method in class org.apache.nifi.controller.AbstractPort
- setLossTolerant(boolean) - Method in class org.apache.nifi.controller.StandardFunnel
- setMajorVersion(int) - Method in class org.apache.nifi.controller.flow.VersionedFlowEncodingVersion
- setMaxBackoffPeriod(String) - Method in interface org.apache.nifi.connectable.Connectable
- setMaxBackoffPeriod(String) - Method in class org.apache.nifi.controller.AbstractPort
- setMaxBackoffPeriod(String) - Method in class org.apache.nifi.controller.StandardFunnel
- setMaxConcurrentTasks(int) - Method in class org.apache.nifi.controller.AbstractPort
- setMaxConcurrentTasks(int) - Method in class org.apache.nifi.controller.StandardFunnel
-
Has no effect
- setMaxConcurrentTasks(int) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Sets the maximum number on concurrent tasks that can be run in this Process Group if using the Stateless Execution Engine
- setMaxThreadCount(int) - Method in interface org.apache.nifi.controller.scheduling.SchedulingAgent
- setMaxThreadCount(SchedulingStrategy, int) - Method in interface org.apache.nifi.controller.ProcessScheduler
-
Notifies the ProcessScheduler of how many threads are available to use for the given
SchedulingStrategy
- setMaxTimerDrivenThreadCount(int) - Method in class org.apache.nifi.controller.flow.VersionedDataflow
- setMinorVersion(int) - Method in class org.apache.nifi.controller.flow.VersionedFlowEncodingVersion
- setName(String) - Method in interface org.apache.nifi.connectable.Connectable
-
Sets the name of this Connectable so that its name will be visible on the UI
- setName(String) - Method in interface org.apache.nifi.connectable.Connection
- setName(String) - Method in class org.apache.nifi.controller.AbstractComponentNode
- setName(String) - Method in class org.apache.nifi.controller.AbstractPort
- setName(String) - Method in interface org.apache.nifi.controller.ComponentNode
- setName(String) - Method in class org.apache.nifi.controller.StandardFunnel
- setName(String) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Updates the name of this ProcessGroup.
- setName(String) - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- setName(String) - Method in interface org.apache.nifi.parameter.ParameterContext
-
Sets the name of the Parameter Context
- setName(String) - Method in interface org.apache.nifi.registry.extension.ExtensionRegistry
- setNetworkInterface(String) - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- setNodeInformant(NodeInformant) - Method in interface org.apache.nifi.remote.protocol.ServerProtocol
-
Optional operation.
- setObservationLevel(LogLevel) - Method in interface org.apache.nifi.logging.LogRepository
-
Sets the observation level of the specified observer.
- setOriginalSize(QueueSize) - Method in class org.apache.nifi.controller.queue.DropFlowFileRequest
- setOutputPorts(Set<VersionedPort>) - Method in class org.apache.nifi.groups.VersionedComponentAdditions.Builder
- setOutputPorts(Set<RemoteProcessGroupPortDescriptor>, boolean) - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- setParameterContext(ParameterContext) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Updates the Parameter Context that is to be used by this Process Group
- setParameterContexts(List<VersionedParameterContext>) - Method in class org.apache.nifi.controller.flow.VersionedDataflow
- setParameterContexts(Map<String, VersionedParameterContext>) - Method in class org.apache.nifi.groups.VersionedComponentAdditions.Builder
- setParameterProvider(LoggableComponent<ParameterProvider>) - Method in interface org.apache.nifi.controller.ParameterProviderNode
- setParameterProviders(List<VersionedParameterProvider>) - Method in class org.apache.nifi.controller.flow.VersionedDataflow
- setParameterProviders(Map<String, ParameterProviderReference>) - Method in class org.apache.nifi.groups.VersionedComponentAdditions.Builder
- setParameters(Map<String, Parameter>) - Method in interface org.apache.nifi.parameter.ParameterContext
-
Updates the Parameters within this context to match the given set of Parameters.
- setParent(ProcessGroup) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Updates the ProcessGroup to point to a new parent
- setPenalizationPeriod(String) - Method in interface org.apache.nifi.connectable.Connectable
-
Updates the amount of time that this Connectable will penalize FlowFiles when
ProcessSession.penalize(org.apache.nifi.flowfile.FlowFile)
is called - setPenalizationPeriod(String) - Method in class org.apache.nifi.controller.AbstractPort
- setPenalizationPeriod(String) - Method in class org.apache.nifi.controller.StandardFunnel
- setPortFunction(PortFunction) - Method in interface org.apache.nifi.connectable.Port
- setPortFunction(PortFunction) - Method in class org.apache.nifi.controller.AbstractPort
- setPosition(Position) - Method in interface org.apache.nifi.connectable.Positionable
-
Updates this component's position on the graph
- setPosition(Position) - Method in class org.apache.nifi.controller.AbstractPort
- setPosition(Position) - Method in class org.apache.nifi.controller.StandardFunnel
- setPrimary(boolean) - Method in interface org.apache.nifi.controller.WorkerQueue
- setProcessGroup(ProcessGroup) - Method in interface org.apache.nifi.connectable.Connectable
-
Sets the new ProcessGroup to which this
Connectable
belongs - setProcessGroup(ProcessGroup) - Method in interface org.apache.nifi.connectable.Connection
- setProcessGroup(ProcessGroup) - Method in class org.apache.nifi.controller.AbstractPort
- setProcessGroup(ProcessGroup) - Method in interface org.apache.nifi.controller.label.Label
- setProcessGroup(ProcessGroup) - Method in interface org.apache.nifi.controller.service.ControllerServiceNode
-
Sets the Process Group for this Controller Service
- setProcessGroup(ProcessGroup) - Method in class org.apache.nifi.controller.StandardFunnel
- setProcessGroup(ProcessGroup) - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- setProcessGroups(Set<VersionedProcessGroup>) - Method in class org.apache.nifi.groups.VersionedComponentAdditions.Builder
- setProcessor(LoggableComponent<Processor>) - Method in class org.apache.nifi.controller.ProcessorNode
- setProcessors(Set<VersionedProcessor>) - Method in class org.apache.nifi.groups.VersionedComponentAdditions.Builder
- setProperties(Map<String, String>) - Method in interface org.apache.nifi.controller.ComponentNode
- setProperties(Map<String, String>, boolean, Set<String>) - Method in class org.apache.nifi.controller.AbstractComponentNode
-
Set Properties updates internal Map of Property Descriptors and values along with current definition of Sensitive Dynamic Property Names
- setProperties(Map<String, String>, boolean, Set<String>) - Method in interface org.apache.nifi.controller.ComponentNode
- setProperty(PropertyDescriptor, PropertyConfiguration, Function<PropertyDescriptor, PropertyConfiguration>) - Method in class org.apache.nifi.controller.AbstractComponentNode
- setProxyHost(String) - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- setProxyPassword(String) - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- setProxyPort(Integer) - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- setProxyUser(String) - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- setRegistries(List<VersionedFlowRegistryClient>) - Method in class org.apache.nifi.controller.flow.VersionedDataflow
- setRelationships(Collection<Relationship>) - Method in interface org.apache.nifi.connectable.Connection
- setRemoteProcessGroups(Set<VersionedRemoteProcessGroup>) - Method in class org.apache.nifi.groups.VersionedComponentAdditions.Builder
- setReportingTask(LoggableComponent<ReportingTask>) - Method in interface org.apache.nifi.controller.ReportingTaskNode
- setReportingTasks(List<VersionedReportingTask>) - Method in class org.apache.nifi.controller.flow.VersionedDataflow
- setRetriedRelationships(Set<String>) - Method in interface org.apache.nifi.connectable.Connectable
- setRetriedRelationships(Set<String>) - Method in class org.apache.nifi.controller.AbstractPort
- setRetriedRelationships(Set<String>) - Method in class org.apache.nifi.controller.StandardFunnel
- setRetryCount(Integer) - Method in interface org.apache.nifi.connectable.Connectable
- setRetryCount(Integer) - Method in class org.apache.nifi.controller.AbstractPort
- setRetryCount(Integer) - Method in class org.apache.nifi.controller.StandardFunnel
- setRootGroup(VersionedProcessGroup) - Method in class org.apache.nifi.controller.flow.VersionedDataflow
- setRootProcessGroup(ProcessGroup) - Method in interface org.apache.nifi.remote.protocol.ServerProtocol
- setRunDuration(long, TimeUnit) - Method in class org.apache.nifi.controller.ProcessorNode
- setScheduled(boolean) - Method in class org.apache.nifi.controller.scheduling.LifecycleState
- setScheduledState(ScheduledState) - Method in interface org.apache.nifi.connectable.Funnel
- setScheduledState(ScheduledState) - Method in interface org.apache.nifi.controller.ReportingTaskNode
- setScheduledState(ScheduledState) - Method in class org.apache.nifi.controller.StandardFunnel
- setSchedulingPeriod(String) - Method in class org.apache.nifi.controller.AbstractPort
- setSchedulingPeriod(String) - Method in interface org.apache.nifi.controller.ReportingTaskNode
-
Updates how often the ReportingTask should be triggered to run
- setSchedulingPeriod(String) - Method in class org.apache.nifi.controller.StandardFunnel
- setSchedulingStrategy(SchedulingStrategy) - Method in class org.apache.nifi.controller.ProcessorNode
- setSchedulingStrategy(SchedulingStrategy) - Method in interface org.apache.nifi.controller.ReportingTaskNode
- setServiceNode(ControllerServiceNode) - Method in interface org.apache.nifi.controller.service.ControllerServiceInvocationHandler
-
Allows changing the underlying node that is used by this invocation handler to check the state of the service.
- setSize(Size) - Method in interface org.apache.nifi.controller.label.Label
- setState(DropFlowFileState) - Method in class org.apache.nifi.controller.queue.DropFlowFileRequest
- setState(DropFlowFileState, String) - Method in class org.apache.nifi.controller.queue.DropFlowFileRequest
- setState(ListFlowFileState) - Method in class org.apache.nifi.controller.queue.ListFlowFileRequest
- setState(NarState) - Method in class org.apache.nifi.nar.NarNode
- setStatelessFlowTimeout(String) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Sets the maximum amount of time that a Stateless Flow can run before it times out and is considered a failure.
- setStyle(Map<String, String>) - Method in interface org.apache.nifi.controller.label.Label
- setStyle(Map<String, String>) - Method in class org.apache.nifi.controller.ProcessorNode
- setTargetUris(String) - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- setTransportProtocol(SiteToSiteTransportProtocol) - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- setURL(String) - Method in interface org.apache.nifi.registry.extension.ExtensionRegistry
- setUseCompression(boolean) - Method in class org.apache.nifi.remote.RemoteGroupPort
- setValue(String) - Method in interface org.apache.nifi.controller.label.Label
- setVersionControlInformation(VersionControlInformation, Map<String, String>) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Updates the Version Control Information for this Process Group
- setVersionedComponentId(String) - Method in class org.apache.nifi.controller.AbstractPort
- setVersionedComponentId(String) - Method in class org.apache.nifi.controller.StandardFunnel
- setYieldDuration(String) - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- setYieldPeriod(String) - Method in interface org.apache.nifi.connectable.Connectable
-
Updates the amount of time that this Connectable should avoid being scheduled when the processor calls
ProcessContext.yield()
- setYieldPeriod(String) - Method in class org.apache.nifi.controller.AbstractPort
- setYieldPeriod(String) - Method in class org.apache.nifi.controller.StandardFunnel
-
Updates the amount of time that this processor should avoid being scheduled when the processor calls
ProcessContext.yield()
- setZIndex(long) - Method in interface org.apache.nifi.connectable.Connection
- setZIndex(long) - Method in interface org.apache.nifi.controller.label.Label
- shutdown() - Method in interface org.apache.nifi.components.state.StateManagerProvider
-
Shuts down the state managers, cleaning up any resources that they occupy
- shutdown() - Method in interface org.apache.nifi.connectable.Port
- shutdown() - Method in class org.apache.nifi.controller.AbstractPort
- shutdown() - Method in interface org.apache.nifi.controller.ProcessScheduler
-
Shuts down the scheduler, stopping all components
- shutdown() - Method in interface org.apache.nifi.controller.scheduling.SchedulingAgent
- shutdown() - Method in interface org.apache.nifi.groups.ProcessGroup
-
Indicates that the Flow is being shutdown; allows cleanup of resources associated with processors, etc.
- shutdown() - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- shutdown(Peer) - Method in interface org.apache.nifi.remote.protocol.ServerProtocol
- shutdownControllerService(ControllerServiceNode, ControllerServiceProvider) - Method in interface org.apache.nifi.controller.ProcessScheduler
- shutdownReportingTask(ReportingTaskNode) - Method in interface org.apache.nifi.controller.ProcessScheduler
- SINGLE_BATCH_PER_NODE - Enum constant in enum class org.apache.nifi.groups.FlowFileConcurrency
-
When an Input Port is triggered to run, it will pull all FlowFiles from its input queues into the Process Group as a single batch of FlowFiles.
- SINGLE_FLOWFILE_PER_NODE - Enum constant in enum class org.apache.nifi.groups.FlowFileConcurrency
-
Only a single FlowFile is to be allowed to enter the Process Group at a time.
- Size - Class in org.apache.nifi.connectable
- Size(double, double) - Constructor for class org.apache.nifi.connectable.Size
- source - Variable in class org.apache.nifi.nar.NarInstallRequest.Builder
- source - Variable in class org.apache.nifi.nar.NarInstallRequest
- source - Variable in class org.apache.nifi.nar.NarNode.Builder
- source - Variable in class org.apache.nifi.nar.NarNode
- source(NarSource) - Method in class org.apache.nifi.nar.NarInstallRequest.Builder
- source(NarSource) - Method in class org.apache.nifi.nar.NarNode.Builder
- sourceIdentifier - Variable in class org.apache.nifi.nar.NarInstallRequest.Builder
- sourceIdentifier - Variable in class org.apache.nifi.nar.NarInstallRequest
- sourceIdentifier - Variable in class org.apache.nifi.nar.NarNode.Builder
- sourceIdentifier - Variable in class org.apache.nifi.nar.NarNode
- sourceIdentifier(String) - Method in class org.apache.nifi.nar.NarInstallRequest.Builder
- sourceIdentifier(String) - Method in class org.apache.nifi.nar.NarNode.Builder
- stackTrace - Variable in class org.apache.nifi.controller.ActiveThreadInfo
- staleCount - Variable in class org.apache.nifi.groups.ProcessGroupCounts
- StandardFlowRegistryClientInitializationContext - Class in org.apache.nifi.registry.flow
- StandardFlowRegistryClientInitializationContext(String, ComponentLog, SSLContext) - Constructor for class org.apache.nifi.registry.flow.StandardFlowRegistryClientInitializationContext
- StandardFlowRegistryClientUserContext - Class in org.apache.nifi.registry.flow
- StandardFlowRegistryClientUserContext() - Constructor for class org.apache.nifi.registry.flow.StandardFlowRegistryClientUserContext
- StandardFlowRegistryClientUserContext(String) - Constructor for class org.apache.nifi.registry.flow.StandardFlowRegistryClientUserContext
- StandardFunnel - Class in org.apache.nifi.controller
- StandardFunnel(String, int, int) - Constructor for class org.apache.nifi.controller.StandardFunnel
- start() - Method in interface org.apache.nifi.controller.ReportingTaskNode
- start() - Method in interface org.apache.nifi.lifecycle.LifeCycle
-
Initiates the start state of the lifecyle.
- start(ScheduledExecutorService, long, long, Supplier<ProcessContext>, SchedulingAgentCallback, boolean, boolean) - Method in class org.apache.nifi.controller.ProcessorNode
-
Will start the
Processor
represented by thisProcessorNode
. - start(ScheduledExecutorService, SchedulingAgentCallback, LifecycleState) - Method in interface org.apache.nifi.groups.StatelessGroupNode
- START_PORTS_FILTER - Static variable in interface org.apache.nifi.groups.ProcessGroup
-
Predicate for starting eligible Ports.
- START_PROCESSORS_FILTER - Static variable in interface org.apache.nifi.groups.ProcessGroup
-
Predicate for starting eligible Processors.
- startAll() - Method in interface org.apache.nifi.nar.StoppedComponents
- startComponent(Connectable) - Method in class org.apache.nifi.groups.AbstractComponentScheduler
- startComponent(Connectable) - Method in interface org.apache.nifi.groups.ComponentScheduler
- startComponents() - Method in interface org.apache.nifi.groups.ProcessGroup
-
Starts all Processors, Local Ports, and Funnels that are directly within this group and any child ProcessGroups, except for those that are disabled.
- startFunnel(Funnel) - Method in interface org.apache.nifi.controller.ProcessScheduler
-
Starts scheduling the given Funnel to run.
- startFunnel(Funnel) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Starts the given Funnel
- startInputPort(Port) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Starts the given Input Port
- startNow(Connectable) - Method in class org.apache.nifi.groups.AbstractComponentScheduler
- startNow(ReportingTaskNode) - Method in class org.apache.nifi.groups.AbstractComponentScheduler
- startNow(ProcessGroup) - Method in class org.apache.nifi.groups.AbstractComponentScheduler
- startOutputPort(Port) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Starts the given Output Port
- startPort(Port) - Method in interface org.apache.nifi.controller.ProcessScheduler
-
Starts scheduling the given Port to run.
- startProcessing() - Method in interface org.apache.nifi.groups.ProcessGroup
-
Starts all Processors, Local Ports, and Funnels that are directly within this group and any child ProcessGroups, except for those that are disabled.
- startProcessor(ProcessorNode, boolean) - Method in interface org.apache.nifi.controller.ProcessScheduler
-
Starts scheduling the given processor to run after invoking all methods on the underlying
FlowFileProcessor
that are annotated with theOnScheduled
annotation. - startProcessor(ProcessorNode, boolean) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Starts the given Processor
- startReportingTask(ReportingTaskNode) - Method in interface org.apache.nifi.controller.reporting.ReportingTaskProvider
-
Begins scheduling the reporting task to run and invokes appropriate lifecycle methods
- startReportingTask(ReportingTaskNode) - Method in class org.apache.nifi.groups.AbstractComponentScheduler
- startReportingTask(ReportingTaskNode) - Method in interface org.apache.nifi.groups.ComponentScheduler
- startStatelessGroup(ProcessGroup) - Method in class org.apache.nifi.groups.AbstractComponentScheduler
- startStatelessGroup(ProcessGroup) - Method in interface org.apache.nifi.groups.ComponentScheduler
- startStatelessGroup(StatelessGroupNode) - Method in interface org.apache.nifi.controller.ProcessScheduler
-
Starts scheduling the given Stateless Group to run, after initializing all components.
- startTransmitting() - Method in interface org.apache.nifi.groups.RemoteProcessGroup
-
Initiates communications between this instance and the remote instance.
- startTransmitting(RemoteGroupPort) - Method in interface org.apache.nifi.groups.RemoteProcessGroup
-
Initiates communications between this instance and the remote instance only for the port specified.
- state - Variable in class org.apache.nifi.controller.queue.DropFlowFileRequest
- state - Variable in class org.apache.nifi.controller.queue.ListFlowFileRequest
- state - Variable in class org.apache.nifi.nar.NarNode.Builder
- state - Variable in class org.apache.nifi.nar.NarNode
- state(NarState) - Method in class org.apache.nifi.nar.NarNode.Builder
- STATELESS_GROUP - Enum constant in enum class org.apache.nifi.connectable.ConnectableType
- StatelessGroupFactory - Interface in org.apache.nifi.groups
- StatelessGroupNode - Interface in org.apache.nifi.groups
- StatelessGroupNodeInitializationContext - Interface in org.apache.nifi.groups
- StatelessGroupScheduledState - Enum Class in org.apache.nifi.groups
- StatelessGroupScheduledState() - Constructor for enum class org.apache.nifi.groups.StatelessGroupScheduledState
- statelessGroupsToStart - Variable in class org.apache.nifi.groups.AbstractComponentScheduler
- stateLookup - Variable in class org.apache.nifi.groups.AbstractComponentScheduler
- stateLookup - Variable in class org.apache.nifi.registry.flow.mapping.FlowMappingOptions.Builder
- stateLookup - Variable in class org.apache.nifi.registry.flow.mapping.FlowMappingOptions
- stateLookup(VersionedComponentStateLookup) - Method in class org.apache.nifi.registry.flow.mapping.FlowMappingOptions.Builder
-
Sets the State Lookup to use.
- StateManagerProvider - Interface in org.apache.nifi.components.state
-
Interface that provides a mechanism for obtaining the
StateManager
for a particular component - status - Variable in class org.apache.nifi.components.validation.ValidationState
- stop() - Method in interface org.apache.nifi.controller.ReportingTaskNode
- stop(boolean) - Method in interface org.apache.nifi.lifecycle.LifeCycle
-
Initiates the stop state of the lifecycle.
- stop(boolean) - Method in interface org.apache.nifi.services.FlowService
-
Stops the flow and underlying repository as determined by user
- stop(ProcessScheduler, ScheduledExecutorService, SchedulingAgent, LifecycleState) - Method in interface org.apache.nifi.groups.StatelessGroupNode
- stop(ProcessScheduler, ScheduledExecutorService, ProcessContext, SchedulingAgent, LifecycleState, boolean) - Method in class org.apache.nifi.controller.ProcessorNode
-
Will stop the
Processor
represented by thisProcessorNode
. - STOP_PORTS_FILTER - Static variable in interface org.apache.nifi.groups.ProcessGroup
-
Predicate for stopping eligible Ports.
- STOP_PROCESSORS_FILTER - Static variable in interface org.apache.nifi.groups.ProcessGroup
-
Predicate for stopping eligible Processors.
- stopComponent(Connectable) - Method in class org.apache.nifi.groups.AbstractComponentScheduler
- stopComponent(Connectable) - Method in interface org.apache.nifi.groups.ComponentScheduler
- stopComponents() - Method in interface org.apache.nifi.groups.ProcessGroup
-
Stops all Processors, Local Ports, and Funnels that are directly within this group and child ProcessGroups, except for those that are disabled.
- stopFunnel(Funnel) - Method in interface org.apache.nifi.controller.ProcessScheduler
-
Stops scheduling the given Funnel to run.
- stopInputPort(Port) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Stops the given Port
- stopOutputPort(Port) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Stops the given Port
- STOPPED - Enum constant in enum class org.apache.nifi.groups.StatelessGroupScheduledState
- StoppedComponents - Interface in org.apache.nifi.nar
- stoppedCount - Variable in class org.apache.nifi.groups.ProcessGroupCounts
- stopPort(Port) - Method in interface org.apache.nifi.controller.ProcessScheduler
-
Stops scheduling the given Port to run.
- stopProcessing() - Method in interface org.apache.nifi.groups.ProcessGroup
-
Stops all components and if configured to use the Stateless Engine updates state accordingly
- stopProcessor(ProcessorNode) - Method in interface org.apache.nifi.controller.ProcessScheduler
-
Stops scheduling the given processor to run and invokes all methods on the underlying
FlowFileProcessor
that are annotated with theOnUnscheduled
annotation. - stopProcessor(ProcessorNode) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Stops the given Processor
- stopReportingTask(ReportingTaskNode) - Method in interface org.apache.nifi.controller.reporting.ReportingTaskProvider
-
Stops scheduling the reporting task to run and invokes appropriate lifecycle methods
- stopStatelessGroup(ProcessGroup) - Method in class org.apache.nifi.groups.AbstractComponentScheduler
- stopStatelessGroup(ProcessGroup) - Method in interface org.apache.nifi.groups.ComponentScheduler
- stopStatelessGroup(StatelessGroupNode) - Method in interface org.apache.nifi.controller.ProcessScheduler
-
Stops scheduling the given Stateless Group to run.
- stopTransmitting() - Method in interface org.apache.nifi.groups.RemoteProcessGroup
-
Immediately terminates communications between this instance and the remote instance.
- stopTransmitting(RemoteGroupPort) - Method in interface org.apache.nifi.groups.RemoteProcessGroup
-
Immediately terminates communications between this instance and the remote instance only for the port specified.
- STREAM_WHEN_AVAILABLE - Enum constant in enum class org.apache.nifi.groups.FlowFileOutboundPolicy
-
FlowFiles that are queued up to be transferred out of a ProcessGroup by an Output Port will be transferred out of the Process Group as soon as they are available.
- subjectComponentType - Variable in class org.apache.nifi.validation.RuleViolation
- subjectDisplayName - Variable in class org.apache.nifi.validation.RuleViolation
- subjectId - Variable in class org.apache.nifi.validation.RuleViolation
- submissionTime - Variable in class org.apache.nifi.controller.queue.DropFlowFileRequest
- submissionTime - Variable in class org.apache.nifi.controller.queue.ListFlowFileRequest
- submitFrameworkTask(Runnable) - Method in interface org.apache.nifi.controller.ProcessScheduler
-
Submits the given task to be executed exactly once in a background thread
- suspendWork(Connectable) - Method in interface org.apache.nifi.controller.WorkerQueue
- syncFailureCount - Variable in class org.apache.nifi.groups.ProcessGroupCounts
- synchronize() - Method in interface org.apache.nifi.asset.AssetSynchronizer
-
Synchronizes the current node's assets
- synchronizeFlow(VersionedExternalFlow, FlowSynchronizationOptions, FlowMappingOptions) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Updates the Process Group to match the proposed flow
- synchronizeWithFlowRegistry(FlowManager) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Synchronizes the Process Group with the given Flow Registry, determining whether or not the local flow is up to date with the newest version of the flow in the Registry and whether or not the local flow has been modified since it was last synced with the Flow Registry.
- syncWithClusterCoordinator() - Method in interface org.apache.nifi.nar.NarManager
-
Instructs the NAR Manager to sync its NARs with the NARs from the cluster coordinator.
- SystemBulletin - Class in org.apache.nifi.events
- SystemBulletin(long) - Constructor for class org.apache.nifi.events.SystemBulletin
- systemSslContext - Variable in class org.apache.nifi.registry.flow.StandardFlowRegistryClientInitializationContext
T
- terminate() - Method in class org.apache.nifi.controller.ProcessorNode
-
Marks all active tasks as terminated and interrupts all active threads
- terminate() - Method in class org.apache.nifi.controller.scheduling.LifecycleState
- terminate() - Method in class org.apache.nifi.controller.TerminationAwareLogger
- TERMINATE - Enum constant in enum class org.apache.nifi.groups.FlowSynchronizationOptions.ComponentStopTimeoutAction
-
If a timeout occurs when stopping a processor, the Processor should be terminated and no Exception should be thrown.
- terminateActiveSessions() - Method in interface org.apache.nifi.controller.repository.ActiveProcessSessionFactory
- terminated - Variable in class org.apache.nifi.controller.ActiveThreadInfo
- terminated - Variable in class org.apache.nifi.controller.scheduling.LifecycleState
- terminated - Variable in class org.apache.nifi.controller.TerminationAwareLogger
- terminated() - Method in class org.apache.nifi.engine.FlowEngine
-
Hook method called whenever the engine is terminated.
- TERMINATED_TASK_PREFIX - Static variable in class org.apache.nifi.controller.TerminationAwareLogger
- terminateProcessor(ProcessorNode) - Method in interface org.apache.nifi.controller.ProcessScheduler
-
Interrupts all threads that are currently active in the Processor in an attempt to regain the threads and stop running the tasks in the Processor.
- terminateProcessor(ProcessorNode) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Terminates the given Processor
- TerminationAwareLogger - Class in org.apache.nifi.controller
- TerminationAwareLogger(ComponentLog) - Constructor for class org.apache.nifi.controller.TerminationAwareLogger
- ThreadDetails - Class in org.apache.nifi.controller
- ThreadDetails(ThreadMXBean) - Constructor for class org.apache.nifi.controller.ThreadDetails
- threadInfos - Variable in class org.apache.nifi.controller.ThreadDetails
- threadName - Variable in class org.apache.nifi.controller.ActiveThreadInfo
- THROW_TIMEOUT_EXCEPTION - Enum constant in enum class org.apache.nifi.groups.FlowSynchronizationOptions.ComponentStopTimeoutAction
-
If the timeout occurs, a
TimeoutException
should be thrown - timeoutAction - Variable in class org.apache.nifi.groups.FlowSynchronizationOptions.Builder
- timeoutAction - Variable in class org.apache.nifi.groups.FlowSynchronizationOptions
- toEnable - Variable in class org.apache.nifi.groups.AbstractComponentScheduler
- topLevelGroupId - Variable in class org.apache.nifi.groups.FlowSynchronizationOptions.Builder
- topLevelGroupId - Variable in class org.apache.nifi.groups.FlowSynchronizationOptions
- topLevelGroupId(String) - Method in class org.apache.nifi.groups.FlowSynchronizationOptions.Builder
-
Specifies the identifier of the top level group that scopes the synchronization.
- toString() - Method in class org.apache.nifi.components.validation.ValidationState
- toString() - Method in class org.apache.nifi.controller.AbstractComponentNode
- toString() - Method in class org.apache.nifi.controller.AbstractPort
- toString() - Method in class org.apache.nifi.controller.scheduling.LifecycleState
- toString() - Method in class org.apache.nifi.controller.StandardFunnel
- toString() - Method in record class org.apache.nifi.migration.ControllerServiceCreationDetails
-
Returns a string representation of this record class.
- toString() - Method in class org.apache.nifi.validation.RuleViolation
- toString() - Method in class org.apache.nifi.web.FlowModification
- toString() - Method in class org.apache.nifi.web.revision.RevisionSnapshot
- trace(String) - Method in class org.apache.nifi.controller.TerminationAwareLogger
- trace(String, Object...) - Method in class org.apache.nifi.controller.TerminationAwareLogger
- trace(String, Throwable) - Method in class org.apache.nifi.controller.TerminationAwareLogger
- transferFlowFiles(Peer, ProcessContext, ProcessSession, FlowFileCodec) - Method in interface org.apache.nifi.remote.protocol.ServerProtocol
-
Sends FlowFiles to the specified peer
- transferFlowFiles(Peer, ServerProtocol) - Method in interface org.apache.nifi.remote.PublicPort
-
Transfers data to the given stream
- transitionComponentState(Connectable, ScheduledState) - Method in class org.apache.nifi.groups.AbstractComponentScheduler
- transitionComponentState(Connectable, ScheduledState) - Method in interface org.apache.nifi.groups.ComponentScheduler
- trigger() - Method in interface org.apache.nifi.controller.SchedulingAgentCallback
- trigger(ComponentNode) - Method in interface org.apache.nifi.components.validation.ValidationTrigger
-
Triggers validation of the given component immediately in the current thread
- triggerAsync(ComponentNode) - Method in interface org.apache.nifi.components.validation.ValidationTrigger
-
Triggers validation of the given component to occur asynchronously
- triggerValidation - Variable in class org.apache.nifi.controller.AbstractComponentNode
- tryClaim(Port) - Method in interface org.apache.nifi.groups.FlowFileGate
- tryIncrementActiveThreadCount(ActiveProcessSessionFactory) - Method in class org.apache.nifi.controller.scheduling.LifecycleState
- tryOpenFlowIntoGroup(ProcessGroup) - Method in interface org.apache.nifi.groups.DataValve
-
Attempts to open the valve such that data may flow into the given Process Group.
- tryOpenFlowOutOfGroup(ProcessGroup) - Method in interface org.apache.nifi.groups.DataValve
-
Attempts to open the valve such that data may flow out of the given Process Group.
- type - Variable in class org.apache.nifi.controller.AbstractPort
- type - Variable in record class org.apache.nifi.migration.ControllerServiceCreationDetails
-
The field for the
type
record component. - type() - Method in record class org.apache.nifi.migration.ControllerServiceCreationDetails
-
Returns the value of the
type
record component.
U
- UNAUTHORIZED - Enum constant in enum class org.apache.nifi.remote.RemoteAuthorizationState
- UNBOUNDED - Enum constant in enum class org.apache.nifi.groups.FlowFileConcurrency
-
The number of FlowFiles that can be processed concurrently is unbounded.
- UNKNOWN - Enum constant in enum class org.apache.nifi.remote.RemoteAuthorizationState
- unloadComponents(BundleCoordinate, Set<ExtensionDefinition>, StoppedComponents) - Method in interface org.apache.nifi.nar.NarComponentManager
-
Unloads (ghosts) any components for the given extension definitions.
- unlock() - Method in interface org.apache.nifi.connectable.Connection
- unschedule(Connectable, LifecycleState) - Method in interface org.apache.nifi.controller.scheduling.SchedulingAgent
- unschedule(ReportingTaskNode) - Method in interface org.apache.nifi.controller.ProcessScheduler
-
Stops scheduling the given Reporting Task to run
- unschedule(ReportingTaskNode, LifecycleState) - Method in interface org.apache.nifi.controller.scheduling.SchedulingAgent
- unscheduleReferencingComponents(ControllerServiceNode) - Method in interface org.apache.nifi.controller.service.ControllerServiceProvider
-
Recursively unschedules all schedulable components (Processors and Reporting Tasks) that reference the given Controller Service.
- update() - Method in interface org.apache.nifi.web.revision.UpdateRevisionTask
-
Updates one or more components and returns updated Revisions for those components
- update(Bulletin) - Method in interface org.apache.nifi.events.BulletinProcessingStrategy
- updateConnection(Connection) - Method in interface org.apache.nifi.connectable.Connectable
-
Updates any internal state that depends on the given connection.
- updateConnection(Connection) - Method in class org.apache.nifi.controller.AbstractPort
- updateConnection(Connection) - Method in class org.apache.nifi.controller.StandardFunnel
- updateDescendantVersionedFlows - Variable in class org.apache.nifi.groups.FlowSynchronizationOptions.Builder
- updateDescendantVersionedFlows - Variable in class org.apache.nifi.groups.FlowSynchronizationOptions
- updateDescendantVersionedFlows(boolean) - Method in class org.apache.nifi.groups.FlowSynchronizationOptions.Builder
-
If a child Process Group is under version control, specifies whether or not the child should have its contents synchronized
- updateFailed(BundleCoordinate, Throwable) - Method in interface org.apache.nifi.nar.NarManager
-
Updates the state of the NAR with the given coordinate to be in a failed state for the given exception that caused the failure.
- updateFlow(VersionedExternalFlow, String, boolean, boolean, boolean) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Updates the Process Group to match the proposed flow
- updateGroupSettings(boolean) - Method in class org.apache.nifi.groups.FlowSynchronizationOptions.Builder
-
Specifies whether or not a Process Group's settings (e.g., name, position) should be updated
- updateGroupVersionControlSnapshot - Variable in class org.apache.nifi.groups.FlowSynchronizationOptions.Builder
- updateGroupVersionControlSnapshot - Variable in class org.apache.nifi.groups.FlowSynchronizationOptions
- updateGroupVersionControlSnapshot(boolean) - Method in class org.apache.nifi.groups.FlowSynchronizationOptions.Builder
-
When a Process Group is version controlled, it tracks whether or not there are any local modifications by comparing the current dataflow to a snapshot of what the Versioned Flow looks like.
- updateReference(ComponentNode, PropertyDescriptor) - Method in interface org.apache.nifi.controller.service.ControllerServiceNode
-
Updates the component reference for the given component in order to provide the new property descriptor.
- updateRepository(FlowFileEvent, String) - Method in interface org.apache.nifi.controller.repository.FlowFileEventRepository
-
Updates the repository to include a new FlowFile processing event
- updateRevision(RevisionClaim, NiFiUser, UpdateRevisionTask<T>) - Method in interface org.apache.nifi.web.revision.RevisionManager
-
Performs the given task without allowing the given Revision Claim to expire.
- UpdateRevisionTask<T> - Interface in org.apache.nifi.web.revision
-
A task that is responsible for updating some component(s).
- updateRpgUrls - Variable in class org.apache.nifi.groups.FlowSynchronizationOptions.Builder
- updateRpgUrls - Variable in class org.apache.nifi.groups.FlowSynchronizationOptions
- updateRpgUrls(boolean) - Method in class org.apache.nifi.groups.FlowSynchronizationOptions.Builder
-
Specifies whether or not the URLs / "Target URIs" of a Remote Process Group that exists in both the proposed flow and the current flow should be updated to match that of the proposed flow
- updateSettings - Variable in class org.apache.nifi.groups.FlowSynchronizationOptions.Builder
- updateSettings - Variable in class org.apache.nifi.groups.FlowSynchronizationOptions
- updateState(BundleCoordinate, NarState) - Method in interface org.apache.nifi.nar.NarManager
-
Updates the state for the NAR with the given coordinate.
- upsertComponentViolations(String, Collection<RuleViolation>) - Method in interface org.apache.nifi.validation.RuleViolationsManager
-
Add or update rule violations created during the analysis of a component
- upsertGroupViolations(VersionedProcessGroup, Collection<RuleViolation>, Map<VersionedComponent, Collection<RuleViolation>>) - Method in interface org.apache.nifi.validation.RuleViolationsManager
-
Add or update rule violations created during the analysis of a process group
- upToDateCount - Variable in class org.apache.nifi.groups.ProcessGroupCounts
- USE_COMPONENT_ID - Static variable in interface org.apache.nifi.registry.flow.mapping.ComponentIdLookup
-
Always uses the Component ID
- USE_SPECIFIED_OR_COMPATIBLE_OR_GHOST - Enum constant in enum class org.apache.nifi.groups.BundleUpdateStrategy
- USE_SPECIFIED_OR_FAIL - Enum constant in enum class org.apache.nifi.groups.BundleUpdateStrategy
- USE_SPECIFIED_OR_GHOST - Enum constant in enum class org.apache.nifi.groups.BundleUpdateStrategy
- UserAwareEventAccess - Interface in org.apache.nifi.reporting
V
- VALID - Enum constant in enum class org.apache.nifi.components.validation.ValidationStatus
-
Component is valid
- validate() - Method in interface org.apache.nifi.groups.RemoteProcessGroup
-
Validates the current configuration, returning ValidationResults for any invalid configuration parameter.
- validate(ValidationContext) - Method in class org.apache.nifi.registry.flow.GhostFlowRegistryClient
- validateConfig() - Method in class org.apache.nifi.controller.AbstractComponentNode
-
Validates the current configuration, returning ValidationResults for any invalid configuration parameter.
- validateControllerServiceApi(PropertyDescriptor, ControllerServiceNode) - Method in class org.apache.nifi.controller.AbstractComponentNode
- validateParameterReferences(ValidationContext) - Method in class org.apache.nifi.controller.AbstractComponentNode
- validateReferencedControllerServices(ValidationContext) - Method in class org.apache.nifi.controller.AbstractComponentNode
- VALIDATING - Enum constant in enum class org.apache.nifi.components.validation.ValidationStatus
-
Component is in the process of validation, and it is unknown at this time whether the component is truly valid or not.
- validationContext - Variable in class org.apache.nifi.controller.AbstractComponentNode
- validationContextFactory - Variable in class org.apache.nifi.controller.AbstractComponentNode
- ValidationContextFactory - Interface in org.apache.nifi.controller
- validationErrors - Variable in class org.apache.nifi.components.validation.ValidationState
- validationState - Variable in class org.apache.nifi.controller.AbstractComponentNode
- ValidationState - Class in org.apache.nifi.components.validation
- ValidationState(ValidationStatus, Collection<ValidationResult>) - Constructor for class org.apache.nifi.components.validation.ValidationState
- ValidationStatus - Enum Class in org.apache.nifi.components.validation
- ValidationStatus() - Constructor for enum class org.apache.nifi.components.validation.ValidationStatus
- validationTrigger - Variable in class org.apache.nifi.controller.AbstractComponentNode
- ValidationTrigger - Interface in org.apache.nifi.components.validation
- value - Variable in class org.apache.nifi.controller.PropertyConfiguration.ComputedEffectiveValue
- value - Variable in enum class org.apache.nifi.nar.NarState
- valueOf(String) - Static method in enum class org.apache.nifi.components.validation.ValidationStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.connectable.ConnectableType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.controller.BackoffMechanism
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.controller.service.ControllerServiceState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.groups.BundleUpdateStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.groups.FlowFileConcurrency
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.groups.FlowFileOutboundPolicy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.groups.FlowSynchronizationOptions.ComponentStopTimeoutAction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.groups.StatelessGroupScheduledState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.migration.ControllerServiceCreationDetails.CreationState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.nar.NarState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.remote.RemoteAuthorizationState
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.apache.nifi.components.validation.ValidationStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.connectable.ConnectableType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.controller.BackoffMechanism
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.controller.service.ControllerServiceState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.groups.BundleUpdateStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.groups.FlowFileConcurrency
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.groups.FlowFileOutboundPolicy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.groups.FlowSynchronizationOptions.ComponentStopTimeoutAction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.groups.StatelessGroupScheduledState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.migration.ControllerServiceCreationDetails.CreationState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.nar.NarState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.remote.RemoteAuthorizationState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- variableImpact - Variable in class org.apache.nifi.controller.PropertyConfiguration
- verifyCanApplyParameters(Collection<ParameterGroupConfiguration>) - Method in interface org.apache.nifi.controller.ParameterProviderNode
- verifyCanClearState() - Method in interface org.apache.nifi.connectable.Connectable
- verifyCanClearState() - Method in class org.apache.nifi.controller.AbstractPort
- verifyCanClearState() - Method in interface org.apache.nifi.controller.FlowAnalysisRuleNode
- verifyCanClearState() - Method in interface org.apache.nifi.controller.ParameterProviderNode
- verifyCanClearState() - Method in interface org.apache.nifi.controller.ReportingTaskNode
- verifyCanClearState() - Method in interface org.apache.nifi.controller.service.ControllerServiceNode
- verifyCanClearState() - Method in class org.apache.nifi.controller.StandardFunnel
- verifyCanDelete() - Method in interface org.apache.nifi.connectable.Connectable
- verifyCanDelete() - Method in interface org.apache.nifi.connectable.Connection
- verifyCanDelete() - Method in class org.apache.nifi.controller.AbstractPort
- verifyCanDelete() - Method in interface org.apache.nifi.controller.FlowAnalysisRuleNode
- verifyCanDelete() - Method in interface org.apache.nifi.controller.ParameterProviderNode
- verifyCanDelete() - Method in interface org.apache.nifi.controller.ReportingTaskNode
- verifyCanDelete() - Method in interface org.apache.nifi.controller.service.ControllerServiceNode
- verifyCanDelete() - Method in class org.apache.nifi.controller.StandardFunnel
- verifyCanDelete() - Method in interface org.apache.nifi.groups.ProcessGroup
- verifyCanDelete() - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- verifyCanDelete(boolean) - Method in interface org.apache.nifi.connectable.Connectable
- verifyCanDelete(boolean) - Method in class org.apache.nifi.controller.AbstractPort
- verifyCanDelete(boolean) - Method in class org.apache.nifi.controller.StandardFunnel
- verifyCanDelete(boolean) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Ensures that the ProcessGroup is eligible to be deleted.
- verifyCanDelete(boolean) - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- verifyCanDelete(Snippet) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Ensures that deleting the given snippet is a valid operation at this point in time, depending on the state of this ProcessGroup
- verifyCanDisable() - Method in interface org.apache.nifi.connectable.Connectable
- verifyCanDisable() - Method in class org.apache.nifi.controller.AbstractPort
- verifyCanDisable() - Method in interface org.apache.nifi.controller.FlowAnalysisRuleNode
- verifyCanDisable() - Method in interface org.apache.nifi.controller.ReportingTaskNode
- verifyCanDisable() - Method in interface org.apache.nifi.controller.service.ControllerServiceNode
- verifyCanDisable() - Method in class org.apache.nifi.controller.StandardFunnel
- verifyCanDisable(Set<ControllerServiceNode>) - Method in interface org.apache.nifi.controller.service.ControllerServiceNode
-
Verifies that this Controller Service can be disabled if the provided set of services are also disabled.
- verifyCanDisableReferencingServices(ControllerServiceNode) - Method in interface org.apache.nifi.controller.service.ControllerServiceProvider
-
Verifies that all Controller Services referencing the provided Controller Service can be disabled.
- verifyCanEnable() - Method in interface org.apache.nifi.connectable.Connectable
- verifyCanEnable() - Method in class org.apache.nifi.controller.AbstractPort
- verifyCanEnable() - Method in interface org.apache.nifi.controller.FlowAnalysisRuleNode
- verifyCanEnable() - Method in interface org.apache.nifi.controller.ReportingTaskNode
- verifyCanEnable() - Method in interface org.apache.nifi.controller.service.ControllerServiceNode
- verifyCanEnable() - Method in class org.apache.nifi.controller.StandardFunnel
- verifyCanEnable(Set<ControllerServiceNode>) - Method in interface org.apache.nifi.controller.FlowAnalysisRuleNode
- verifyCanEnable(Set<ControllerServiceNode>) - Method in interface org.apache.nifi.controller.service.ControllerServiceNode
-
Verifies that this Controller Service can be enabled if the provided set of services are also enabled.
- verifyCanEnableReferencingServices(ControllerServiceNode) - Method in interface org.apache.nifi.controller.service.ControllerServiceProvider
-
Verifies that all Controller Services referencing the provided ControllerService can be enabled.
- verifyCanFetchParameters() - Method in interface org.apache.nifi.controller.ParameterProviderNode
- verifyCanMove(Snippet, ProcessGroup) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Ensure that moving the given snippet to the given new group is a valid operation at this point in time, depending on the state of both ProcessGroups
- verifyCanPerformVerification() - Method in interface org.apache.nifi.controller.FlowAnalysisRuleNode
-
Verifies that the Flow Analysis Rule is in a state in which it can verify a configuration by calling
FlowAnalysisRuleNode.verifyConfiguration(ConfigurationContext, ComponentLog, ExtensionManager)
. - verifyCanPerformVerification() - Method in class org.apache.nifi.controller.ProcessorNode
- verifyCanPerformVerification() - Method in interface org.apache.nifi.controller.ReportingTaskNode
-
Verifies that the Reporting Task is in a state in which it can verify a configuration by calling
ReportingTaskNode.verifyConfiguration(ConfigurationContext, ComponentLog, ExtensionManager)
. - verifyCanPerformVerification() - Method in interface org.apache.nifi.controller.service.ControllerServiceNode
-
Verifies that the Controller Service is in a state in which it can verify a configuration by calling
ControllerServiceNode.verifyConfiguration(ConfigurationContext, ComponentLog, Map, ExtensionManager)
. - verifyCanRevertLocalModifications() - Method in interface org.apache.nifi.groups.ProcessGroup
-
Ensures that the Process Group can have any local changes reverted
- verifyCanSaveToFlowRegistry(String, FlowLocation, String) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Ensure that the contents of the Process Group can be saved to a Flow Registry in its current state
- verifyCanScheduleComponentsIndividually() - Method in interface org.apache.nifi.groups.ProcessGroup
- verifyCanScheduleReferencingComponents(ControllerServiceNode) - Method in interface org.apache.nifi.controller.service.ControllerServiceProvider
-
Verifies that all enabled Processors referencing the ControllerService (or a service that depends on the provided service) can be scheduled to run.
- verifyCanSetExecutionEngine(ExecutionEngine) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Verifies that the Execution Engine can be set to the configured value.
- verifyCanSetParameterContext(ParameterContext) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Ensures that a new Parameter Context can be set.
- verifyCanSetParameters(Map<String, Parameter>) - Method in interface org.apache.nifi.parameter.ParameterContext
-
Ensures that it is legal to update the Parameters for this Parameter Context to match the given set of Parameters
- verifyCanShowLocalModifications() - Method in interface org.apache.nifi.groups.ProcessGroup
-
Ensures that the Process Group can have its local modifications shown
- verifyCanStart() - Method in interface org.apache.nifi.connectable.Connectable
- verifyCanStart() - Method in class org.apache.nifi.controller.AbstractPort
- verifyCanStart() - Method in interface org.apache.nifi.controller.ReportingTaskNode
- verifyCanStart() - Method in class org.apache.nifi.controller.StandardFunnel
- verifyCanStart() - Method in interface org.apache.nifi.groups.ProcessGroup
- verifyCanStart(Set<ControllerServiceNode>) - Method in interface org.apache.nifi.controller.ReportingTaskNode
-
Verifies that this Reporting Task can be enabled if the provided set of services are enabled.
- verifyCanStart(Connectable) - Method in interface org.apache.nifi.groups.ProcessGroup
- verifyCanStartTransmitting() - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- verifyCanStop() - Method in interface org.apache.nifi.connectable.Connectable
- verifyCanStop() - Method in class org.apache.nifi.controller.AbstractPort
- verifyCanStop() - Method in interface org.apache.nifi.controller.ReportingTaskNode
- verifyCanStop() - Method in class org.apache.nifi.controller.StandardFunnel
- verifyCanStop() - Method in interface org.apache.nifi.groups.ProcessGroup
- verifyCanStop(Connectable) - Method in interface org.apache.nifi.groups.ProcessGroup
- verifyCanStopReferencingComponents(ControllerServiceNode) - Method in interface org.apache.nifi.controller.service.ControllerServiceProvider
-
Verifies that all running Processors and Reporting Tasks referencing the Controller Service (or a service that depends on the provided service) can be stopped.
- verifyCanStopTransmitting() - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- verifyCanTerminate() - Method in class org.apache.nifi.controller.ProcessorNode
- verifyCanUpdate() - Method in interface org.apache.nifi.connectable.Connectable
- verifyCanUpdate() - Method in interface org.apache.nifi.connectable.Connection
- verifyCanUpdate() - Method in class org.apache.nifi.controller.AbstractPort
- verifyCanUpdate() - Method in interface org.apache.nifi.controller.FlowAnalysisRuleNode
- verifyCanUpdate() - Method in interface org.apache.nifi.controller.ReportingTaskNode
- verifyCanUpdate() - Method in interface org.apache.nifi.controller.service.ControllerServiceNode
- verifyCanUpdate() - Method in class org.apache.nifi.controller.StandardFunnel
- verifyCanUpdate() - Method in interface org.apache.nifi.groups.RemoteProcessGroup
- verifyCanUpdate(VersionedExternalFlow, boolean, boolean) - Method in interface org.apache.nifi.groups.ProcessGroup
-
Ensures that the contents of the Process Group can be updated to match the given new flow
- verifyCanUpdateBundle(BundleCoordinate) - Method in class org.apache.nifi.controller.AbstractComponentNode
- verifyCanUpdateBundle(BundleCoordinate) - Method in interface org.apache.nifi.controller.ComponentNode
- verifyCanUpdateExecutionEngine() - Method in interface org.apache.nifi.groups.ProcessGroup
-
Verifies that the Process Group is in a state in which the Execution Engine can be changed.
- verifyCanUpdateParameterContext(Map<String, Parameter>, List<ParameterContext>) - Method in interface org.apache.nifi.parameter.ParameterContext
-
Verifies whether the parameter context can be updated with the provided parameters and inherited parameter contexts.
- verifyCanUpdateProperties(Map<String, String>) - Method in class org.apache.nifi.controller.AbstractComponentNode
- verifyCanUpdateProperties(Map<String, String>) - Method in interface org.apache.nifi.controller.ComponentNode
- verifyConfig(Map<PropertyDescriptor, String>, String, ParameterContext) - Method in class org.apache.nifi.controller.AbstractComponentNode
- verifyConfiguration(ConfigurationContext, ComponentLog, Map<String, String>, ExtensionManager) - Method in interface org.apache.nifi.controller.service.ControllerServiceNode
-
Verifies that the given configuration is valid for the Controller Service
- verifyConfiguration(ConfigurationContext, ComponentLog, ExtensionManager) - Method in interface org.apache.nifi.controller.FlowAnalysisRuleNode
-
Verifies that the given configuration is valid for the Flow Analysis Rule
- verifyConfiguration(ConfigurationContext, ComponentLog, ExtensionManager) - Method in interface org.apache.nifi.controller.ParameterProviderNode
-
Verifies that the given configuration is valid for the Parameter Provider
- verifyConfiguration(ConfigurationContext, ComponentLog, ExtensionManager) - Method in interface org.apache.nifi.controller.ReportingTaskNode
-
Verifies that the given configuration is valid for the Reporting Task
- verifyConfiguration(ProcessContext, ComponentLog, Map<String, String>, ExtensionManager) - Method in class org.apache.nifi.controller.ProcessorNode
- verifyDeleteNar(String, boolean) - Method in interface org.apache.nifi.nar.NarManager
-
Verifies the given NAR can be deleted.
- verifyModifiable() - Method in class org.apache.nifi.controller.AbstractComponentNode
- verifyNoActiveThreads() - Method in class org.apache.nifi.controller.AbstractPort
- VersionControlInformation - Interface in org.apache.nifi.registry.flow
-
Provides a mechanism for conveying which Flow Registry a flow is stored in, and where in the Flow Registry the flow is stored.
- VERSIONED_OR_GENERATE - Static variable in interface org.apache.nifi.registry.flow.mapping.ComponentIdLookup
-
Uses the Versioned Component ID, if it is present, or else generates a new Versioned Component ID based on the Component ID
- VersionedComponentAdditions - Class in org.apache.nifi.groups
- VersionedComponentAdditions(VersionedComponentAdditions.Builder) - Constructor for class org.apache.nifi.groups.VersionedComponentAdditions
- VersionedComponentAdditions.Builder - Class in org.apache.nifi.groups
- versionedComponentId - Variable in class org.apache.nifi.controller.AbstractPort
- versionedComponentId - Variable in class org.apache.nifi.controller.StandardFunnel
- VersionedComponentStateLookup - Interface in org.apache.nifi.registry.flow.mapping
- VersionedDataflow - Class in org.apache.nifi.controller.flow
- VersionedDataflow() - Constructor for class org.apache.nifi.controller.flow.VersionedDataflow
- VersionedFlowEncodingVersion - Class in org.apache.nifi.controller.flow
- VersionedFlowEncodingVersion() - Constructor for class org.apache.nifi.controller.flow.VersionedFlowEncodingVersion
- VersionedFlowEncodingVersion(int, int) - Constructor for class org.apache.nifi.controller.flow.VersionedFlowEncodingVersion
- VersionedFlowStatus - Interface in org.apache.nifi.registry.flow
- versionedServiceId - Variable in class org.apache.nifi.parameter.ParameterReferencedControllerServiceData
- violationExplanation - Variable in class org.apache.nifi.validation.RuleViolation
- violationMessage - Variable in class org.apache.nifi.validation.RuleViolation
W
- WAITING_TO_INSTALL - Enum constant in enum class org.apache.nifi.nar.NarState
- warn(String) - Method in class org.apache.nifi.controller.TerminationAwareLogger
- warn(String, Object...) - Method in class org.apache.nifi.controller.TerminationAwareLogger
- warn(String, Throwable) - Method in class org.apache.nifi.controller.TerminationAwareLogger
- width - Variable in class org.apache.nifi.connectable.Size
- withParameterContextResolution(Runnable) - Method in interface org.apache.nifi.controller.flow.FlowManager
-
Performs the given ParameterContext-related action, and then resolves all inherited ParameterContext references.
- withRevision(Revision) - Method in interface org.apache.nifi.web.revision.ReadOnlyRevisionCallback
-
Performs some action while a Read Lock is held for the given Revision.
- WorkerQueue - Interface in org.apache.nifi.controller
- wrap(Runnable) - Method in class org.apache.nifi.engine.FlowEngine
- wrap(Callable<T>) - Method in class org.apache.nifi.engine.FlowEngine
- writeLock - Variable in class org.apache.nifi.controller.AbstractPort
- writeLock - Variable in class org.apache.nifi.controller.StandardFunnel
X
Y
- y - Variable in class org.apache.nifi.connectable.Position
- yield() - Method in interface org.apache.nifi.connectable.Connectable
-
Causes the processor not to be scheduled for some period of time.
- yield() - Method in class org.apache.nifi.controller.AbstractPort
- yield() - Method in class org.apache.nifi.controller.StandardFunnel
-
Causes the processor not to be scheduled for some period of time.
- yield(long, TimeUnit) - Method in interface org.apache.nifi.connectable.Connectable
- yield(long, TimeUnit) - Method in class org.apache.nifi.controller.AbstractPort
- yield(long, TimeUnit) - Method in class org.apache.nifi.controller.ProcessorNode
- yield(long, TimeUnit) - Method in class org.apache.nifi.controller.StandardFunnel
- yield(ProcessorNode) - Method in interface org.apache.nifi.controller.ProcessScheduler
-
Notifies the Scheduler that it should stop scheduling the given component until its yield duration has expired
- YIELD_PROCESSOR - Enum constant in enum class org.apache.nifi.controller.BackoffMechanism
- yieldExpiration - Variable in class org.apache.nifi.controller.AbstractPort
- yieldExpiration - Variable in class org.apache.nifi.controller.StandardFunnel
- yieldPeriod - Variable in class org.apache.nifi.controller.AbstractPort
- yieldPeriod - Variable in class org.apache.nifi.controller.StandardFunnel
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form