- CapabilityDescription - Annotation Type in org.apache.nifi.annotation.documentation
-
- category - Variable in class org.apache.nifi.reporting.Bulletin
-
- clear(Scope) - Method in interface org.apache.nifi.components.state.StateManager
-
Clears all keys and values from the component's state
- clone() - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- clone() - Method in class org.apache.nifi.controller.status.PortStatus
-
- clone() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- clone() - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- clone() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- clone(FlowFile) - Method in interface org.apache.nifi.processor.ProcessSession
-
Creates a new FlowFile that is a clone of the given FlowFile as of the
time this is called, both in content and attributes.
- clone(FlowFile, long, long) - Method in interface org.apache.nifi.processor.ProcessSession
-
Creates a new FlowFile whose parent is the given FlowFile.
- clone(FlowFile, FlowFile) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
-
Emits a Provenance Event of type
CLONE
that establishes that the given child is an exact replica of the parent.
- close() - Method in interface org.apache.nifi.provenance.ProvenanceEventRepository
-
Closes the repository, freeing any resources
- commit() - Method in interface org.apache.nifi.processor.ProcessSession
-
Commits the current session ensuring all operations against FlowFiles
within this session are atomically persisted.
- compareTo(PropertyDescriptor) - Method in class org.apache.nifi.components.PropertyDescriptor
-
- compareTo(Relationship) - Method in class org.apache.nifi.processor.Relationship
-
- compareTo(VariableDescriptor) - Method in class org.apache.nifi.registry.VariableDescriptor
-
- compareTo(Bulletin) - Method in class org.apache.nifi.reporting.Bulletin
-
- compile(String) - Method in interface org.apache.nifi.expression.ExpressionLanguageCompiler
-
Compiles the given Attribute Expression string into an
AttributeExpression that can be evaluated
- Component - Enum in org.apache.nifi.action
-
Defines possible components for a given action.
- Component() - Constructor for enum org.apache.nifi.action.Component
-
- ComponentDetails - Interface in org.apache.nifi.action.component.details
-
Base interface for providing component details to an Action.
- ComponentLog - Interface in org.apache.nifi.logging
-
The ComponentLog provides a mechanism to ensure that all NiFi components are
logging and reporting information in a consistent way.
- ComponentType - Enum in org.apache.nifi.reporting
-
An Enumeration for indicating which type of component a Bulletin is associated with
- ComponentType() - Constructor for enum org.apache.nifi.reporting.ComponentType
-
- ConfigurableComponent - Interface in org.apache.nifi.components
-
- ConfigurationContext - Interface in org.apache.nifi.controller
-
This context is passed to ControllerServices and Reporting Tasks in order
to expose their configuration to them.
- configurationRestored - Variable in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
-
- ConnectionStatus - Class in org.apache.nifi.controller.status
-
- ConnectionStatus() - Constructor for class org.apache.nifi.controller.status.ConnectionStatus
-
- connectionStatus - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- ConstrainedSetValidator(Collection<AllowableValue>) - Constructor for class org.apache.nifi.components.PropertyDescriptor.ConstrainedSetValidator
-
Constructs a validator that will check if the given value is in the
given set.
- continueProcessing - Variable in enum org.apache.nifi.processor.FlowFileFilter.FlowFileFilterResult
-
- ControllerService - Interface in org.apache.nifi.controller
-
This interface provides a mechanism for creating services that are shared
among all
Processor
s,
ReportingTask
s, and other
ControllerService
s.
- controllerServiceDefinition - Variable in class org.apache.nifi.components.PropertyDescriptor.Builder
-
- controllerServiceDefinition - Variable in class org.apache.nifi.components.PropertyDescriptor
-
the interface of the
ControllerService
that this Property refers
to; will be null if not identifying a ControllerService.
- ControllerServiceInitializationContext - Interface in org.apache.nifi.controller
-
- ControllerServiceLookup - Interface in org.apache.nifi.controller
-
- convert(double, DataUnit) - Method in enum org.apache.nifi.processor.DataUnit
-
- create() - Method in interface org.apache.nifi.processor.ProcessSession
-
Creates a new FlowFile in the repository with no content and without any
linkage to a parent FlowFile.
- create(FlowFile) - Method in interface org.apache.nifi.processor.ProcessSession
-
Creates a new FlowFile in the repository with no content but with a
parent linkage to parent
.
- create(Collection<FlowFile>) - Method in interface org.apache.nifi.processor.ProcessSession
-
Creates a new FlowFile in the repository with no content but with a
parent linkage to the FlowFiles specified by the parents Collection.
- create(FlowFile) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
-
Emits a Provenance Event of type
CREATE
that indicates that the given
FlowFile was created by NiFi from data that was not received from an
external entity.
- create(FlowFile, String) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
-
Emits a Provenance Event of type
CREATE
that indicates that the given
FlowFile was created by NiFi from data that was not received from an
external entity.
- createBulletin(String, Severity, String) - Method in interface org.apache.nifi.reporting.ReportingContext
-
Creates a controller-level
Bulletin
with the given category, severity
level, and message, so that the Bulletin can be added to the
BulletinRepository
.
- createBulletin(String, String, Severity, String) - Method in interface org.apache.nifi.reporting.ReportingContext
-
Creates a
Bulletin
for the component with the specified
identifier.
- createSession() - Method in interface org.apache.nifi.processor.ProcessSessionFactory
-
- customValidate(ValidationContext) - Method in class org.apache.nifi.components.AbstractConfigurableComponent
-
Allows subclasses to perform their own validation on the already set
properties.
- EMPTY_REGISTRY - Static variable in interface org.apache.nifi.registry.VariableRegistry
-
Returns an empty registry which can be used as a more intentional null
value.
- encrypt(String) - Method in interface org.apache.nifi.processor.ProcessContext
-
Encrypts the given value using the password provided in the NiFi
Properties
- ENVIRONMENT_SYSTEM_REGISTRY - Static variable in interface org.apache.nifi.registry.VariableRegistry
-
Provides a registry containing all environment variables and system
properties.
- equals(Object) - Method in class org.apache.nifi.components.AbstractConfigurableComponent
-
- equals(Object) - Method in class org.apache.nifi.components.AllowableValue
-
- equals(Object) - Method in class org.apache.nifi.components.PropertyDescriptor
-
- equals(Object) - Method in class org.apache.nifi.components.ValidationResult
-
- equals(Object) - Method in class org.apache.nifi.controller.queue.QueueSize
-
- equals(Object) - Method in class org.apache.nifi.processor.Relationship
-
- equals(Object) - Method in class org.apache.nifi.registry.VariableDescriptor
-
- error(String, Throwable) - Method in interface org.apache.nifi.logging.ComponentLog
-
- error(String, Object[]) - Method in interface org.apache.nifi.logging.ComponentLog
-
- error(String) - Method in interface org.apache.nifi.logging.ComponentLog
-
- error(String, Object[], Throwable) - Method in interface org.apache.nifi.logging.ComponentLog
-
- evaluate() - Method in interface org.apache.nifi.expression.AttributeExpression
-
- evaluate(AttributeValueDecorator) - Method in interface org.apache.nifi.expression.AttributeExpression
-
Evaluates the expression without additional attributes but enables the
expression result to be decorated before returning.
- evaluate(FlowFile) - Method in interface org.apache.nifi.expression.AttributeExpression
-
Evaluates the expression providing access to additional variables
including the flow file properties such as file size, identifier, etc..
- evaluate(FlowFile, AttributeValueDecorator) - Method in interface org.apache.nifi.expression.AttributeExpression
-
Evaluates the expression providing access to additional variables
including the flow file properties such as file size, identifier, etc..
- evaluateAttributeExpressions() - Method in interface org.apache.nifi.components.PropertyValue
-
Replaces values in the Property Value using the NiFi Expression Language;
a PropertyValue with the new value is then returned, supporting call
chaining.
- evaluateAttributeExpressions(Map<String, String>) - Method in interface org.apache.nifi.components.PropertyValue
-
Replaces values in the Property Value using the NiFi Expression Language;
a PropertyValue with the new value is then returned, supporting call
chaining.
- evaluateAttributeExpressions(Map<String, String>, AttributeValueDecorator) - Method in interface org.apache.nifi.components.PropertyValue
-
Replaces values in the Property Value using the NiFi Expression Language.
- evaluateAttributeExpressions(FlowFile) - Method in interface org.apache.nifi.components.PropertyValue
-
Replaces values in the Property Value using the NiFi Expression Language;
a PropertyValue with the new value is then returned, supporting call
chaining.
- evaluateAttributeExpressions(FlowFile, Map<String, String>) - Method in interface org.apache.nifi.components.PropertyValue
-
Replaces values in the Property Value using the NiFi Expression Language;
a PropertyValue with the new value is then returned, supporting call
chaining.
- evaluateAttributeExpressions(FlowFile, Map<String, String>, AttributeValueDecorator) - Method in interface org.apache.nifi.components.PropertyValue
-
Replaces values in the Property Value using the NiFi Expression Language;
a PropertyValue with the new value is then returned, supporting call
chaining.
- evaluateAttributeExpressions(AttributeValueDecorator) - Method in interface org.apache.nifi.components.PropertyValue
-
Replaces values in the Property Value using the NiFi Expression Language.
- evaluateAttributeExpressions(FlowFile, AttributeValueDecorator) - Method in interface org.apache.nifi.components.PropertyValue
-
Replaces values in the Property Value using the NiFi Expression Language.
- EventAccess - Interface in org.apache.nifi.reporting
-
- eventBuilder() - Method in interface org.apache.nifi.provenance.ProvenanceEventRepository
-
- EventDriven - Annotation Type in org.apache.nifi.annotation.behavior
-
Annotation that may be placed on a Processor that indicates to the framework
that the Processor is eligible to be scheduled to run based on the occurrence
of an "Event" (e.g., when a FlowFile is enqueued in an incoming Connection),
rather than being triggered periodically.
- explanation - Variable in class org.apache.nifi.components.ValidationResult.Builder
-
- explanation(String) - Method in class org.apache.nifi.components.ValidationResult.Builder
-
Defaults to empty string
- explanation - Variable in class org.apache.nifi.components.ValidationResult
-
- exportTo(FlowFile, Path, boolean) - Method in interface org.apache.nifi.processor.ProcessSession
-
Writes the content of the given FlowFile to the given destination path.
- exportTo(FlowFile, OutputStream) - Method in interface org.apache.nifi.processor.ProcessSession
-
Writes the content of the given FlowFile to the given destination stream
- ExpressionLanguageCompiler - Interface in org.apache.nifi.expression
-
- expressionLanguageSupported - Variable in class org.apache.nifi.components.PropertyDescriptor.Builder
-
- expressionLanguageSupported(boolean) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
-
Sets the value indicating whether or not this Property will support
the Attribute Expression Language.
- expressionLanguageSupported - Variable in class org.apache.nifi.components.PropertyDescriptor
-
indicates whether or not this property supports the Attribute Expression
Language
- fetch(FlowFile, String) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
-
Emits a Provenance Event of type
FETCH
that indicates that the content of the given
FlowFile was overwritten with the data received from an external source.
- fetch(FlowFile, String, long) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
-
Emits a Provenance Event of type
FETCH
that indicates that the content of the given
FlowFile was overwritten with the data received from an external source.
- fetch(FlowFile, String, String, long) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
-
Emits a Provenance Event of type
FETCH
that indicates that the content of the given
FlowFile was overwritten with the data received from an external source.
- filter(FlowFile) - Method in interface org.apache.nifi.processor.FlowFileFilter
-
Indicates whether or not the given FlowFile should be selected and
whether or not the Processor is interested in filtering additional
FlowFiles
- findBulletins(BulletinQuery) - Method in interface org.apache.nifi.reporting.BulletinRepository
-
Finds Bulletin's that meet the specified query.
- findBulletinsForController() - Method in interface org.apache.nifi.reporting.BulletinRepository
-
- findBulletinsForController(int) - Method in interface org.apache.nifi.reporting.BulletinRepository
-
Finds all bulletins for the controller;
- findBulletinsForGroupBySource(String) - Method in interface org.apache.nifi.reporting.BulletinRepository
-
Finds all bulletins for the specified group.
- findBulletinsForGroupBySource(String, int) - Method in interface org.apache.nifi.reporting.BulletinRepository
-
Finds all bulletins for the specified group.
- findBulletinsForSource(String) - Method in interface org.apache.nifi.reporting.BulletinRepository
-
Finds all bulletins for the specified source component.
- FlowFile - Interface in org.apache.nifi.flowfile
-
A flow file is a logical notion of an item in a flow with its associated
attributes and identity which can be used as a reference for its actual
content.
- FlowFile.KeyValidator - Class in org.apache.nifi.flowfile
-
- FlowFileAccessException - Exception in org.apache.nifi.processor.exception
-
Indicates an issue occurred while accessing the content of a FlowFile, such
as an IOException.
- FlowFileAccessException(String) - Constructor for exception org.apache.nifi.processor.exception.FlowFileAccessException
-
- FlowFileAccessException(String, Throwable) - Constructor for exception org.apache.nifi.processor.exception.FlowFileAccessException
-
- FlowFileFilter - Interface in org.apache.nifi.processor
-
FlowFileFilter provides a mechanism for selectively choosing which FlowFiles
to obtain from a Processor's incoming connections.
- FlowFileFilter.FlowFileFilterResult - Enum in org.apache.nifi.processor
-
Provides a result type to indicate whether or not a FlowFile should be
selected
- FlowFileFilterResult(boolean, boolean) - Constructor for enum org.apache.nifi.processor.FlowFileFilter.FlowFileFilterResult
-
- FlowFileHandlingException - Exception in org.apache.nifi.processor.exception
-
Thrown when a flow file is referenced that is not part of the appropriate
session or is not properly accounted for by a transfer or removal within a
session.
- FlowFileHandlingException(String) - Constructor for exception org.apache.nifi.processor.exception.FlowFileHandlingException
-
- FlowFileHandlingException(String, Throwable) - Constructor for exception org.apache.nifi.processor.exception.FlowFileHandlingException
-
- flowFilesReceived - Variable in class org.apache.nifi.controller.status.PortStatus
-
- flowFilesReceived - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- flowFilesReceived - Variable in class org.apache.nifi.controller.status.ProcessorStatus
-
- flowFilesRemoved - Variable in class org.apache.nifi.controller.status.ProcessorStatus
-
- flowFilesSent - Variable in class org.apache.nifi.controller.status.PortStatus
-
- flowFilesSent - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- flowFilesSent - Variable in class org.apache.nifi.controller.status.ProcessorStatus
-
- flowFilesTransferred - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- fork(FlowFile, Collection<FlowFile>) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
-
Emits a Provenance Event of type
FORK
that establishes that the given parent was split into multiple child
FlowFiles.
- fork(FlowFile, Collection<FlowFile>, String) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
-
Emits a Provenance Event of type
FORK
that establishes that the given parent was split into multiple child
FlowFiles.
- fork(FlowFile, Collection<FlowFile>, long) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
-
Emits a Provenance Event of type
FORK
that establishes that the given parent was split into multiple child
FlowFiles.
- fork(FlowFile, Collection<FlowFile>, String, long) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
-
Emits a Provenance Event of type
FORK
that establishes that the given parent was split into multiple child
FlowFiles.
- fromEvent(ProvenanceEventRecord) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
-
Populates the values of the Event being built from the values in the
given event
- fromFlowFile(FlowFile) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
-
Populates the builder with as much information as it can from the given
FlowFile
- fromPropertyDescriptor(PropertyDescriptor) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
-
- get(String) - Method in interface org.apache.nifi.components.state.StateMap
-
Returns the value associated with the given key
- get() - Method in interface org.apache.nifi.processor.ProcessSession
-
- get(int) - Method in interface org.apache.nifi.processor.ProcessSession
-
Returns up to maxResults
FlowFiles from the work queue.
- get(FlowFileFilter) - Method in interface org.apache.nifi.processor.ProcessSession
-
Returns all FlowFiles from all of the incoming queues for which the given
FlowFileFilter
indicates should be accepted.
- getActionDetails() - Method in interface org.apache.nifi.action.Action
-
- getActiveRemotePortCount() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- getActiveThreadCount() - Method in class org.apache.nifi.controller.status.PortStatus
-
- getActiveThreadCount() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- getActiveThreadCount() - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- getActiveThreadCount() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- getAfter() - Method in class org.apache.nifi.reporting.BulletinQuery
-
- getAllowableValues() - Method in class org.apache.nifi.components.PropertyDescriptor
-
- getAlternateIdentifierUri() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getAnnotationData() - Method in interface org.apache.nifi.components.ValidationContext
-
- getAnnotationData() - Method in interface org.apache.nifi.processor.ProcessContext
-
- getAnnotationData() - Method in interface org.apache.nifi.search.SearchContext
-
- getAttribute(String) - Method in interface org.apache.nifi.flowfile.FlowFile
-
Obtains the attribute value for the given key
- getAttributes() - Method in interface org.apache.nifi.flowfile.FlowFile
-
- getAttributes() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getAvailableRelationships() - Method in interface org.apache.nifi.processor.ProcessContext
-
- getAverageLineageDuration(TimeUnit) - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- getAverageLineageDuration() - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- getAverageLineageDuration() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- getAverageLineageDuration(TimeUnit) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- getBackPressureDataSizeThreshold() - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- getBackPressureObjectThreshold() - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- getBulletinRepository() - Method in interface org.apache.nifi.reporting.ReportingContext
-
- getByteCount() - Method in class org.apache.nifi.controller.queue.QueueSize
-
- getBytesRead() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- getBytesRead() - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- getBytesReceived() - Method in class org.apache.nifi.controller.status.PortStatus
-
- getBytesReceived() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- getBytesReceived() - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- getBytesSent() - Method in class org.apache.nifi.controller.status.PortStatus
-
- getBytesSent() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- getBytesSent() - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- getBytesTransferred() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- getBytesWritten() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- getBytesWritten() - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- getCategory() - Method in class org.apache.nifi.reporting.Bulletin
-
- getChildUuids() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getClusterNodeIdentifier() - Method in interface org.apache.nifi.reporting.ReportingContext
-
- getComponentBulletinCapacity() - Method in interface org.apache.nifi.reporting.BulletinRepository
-
- getComponentDetails() - Method in interface org.apache.nifi.action.Action
-
- getComponentId() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getComponentType() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getConnectionStatus() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- getContentClaimContainer() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getContentClaimIdentifier() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getContentClaimOffset() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getContentClaimSection() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getControllerBulletinCapacity() - Method in interface org.apache.nifi.reporting.BulletinRepository
-
- getControllerService(String) - Method in interface org.apache.nifi.controller.ControllerServiceLookup
-
- getControllerServiceDefinition() - Method in class org.apache.nifi.components.PropertyDescriptor
-
- getControllerServiceIdentifiers(Class<? extends ControllerService>) - Method in interface org.apache.nifi.controller.ControllerServiceLookup
-
- getControllerServiceLookup() - Method in interface org.apache.nifi.components.ValidationContext
-
- getControllerServiceLookup() - Method in class org.apache.nifi.controller.AbstractControllerService
-
- getControllerServiceLookup() - Method in interface org.apache.nifi.controller.ControllerServiceInitializationContext
-
- getControllerServiceLookup() - Method in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
-
- getControllerServiceLookup() - Method in interface org.apache.nifi.processor.ProcessContext
-
- getControllerServiceLookup() - Method in interface org.apache.nifi.processor.ProcessorInitializationContext
-
- getControllerServiceLookup() - Method in class org.apache.nifi.reporting.AbstractReportingTask
-
- getControllerServiceLookup() - Method in interface org.apache.nifi.reporting.ReportingContext
-
- getControllerServiceLookup() - Method in interface org.apache.nifi.reporting.ReportingInitializationContext
-
- getControllerServiceName(String) - Method in interface org.apache.nifi.controller.ControllerServiceLookup
-
- getControllerServiceValidationContext(ControllerService) - Method in interface org.apache.nifi.components.ValidationContext
-
- getControllerStatus() - Method in interface org.apache.nifi.reporting.EventAccess
-
- getDefaultConcurrentTasks() - Method in enum org.apache.nifi.scheduling.SchedulingStrategy
-
- getDefaultSchedulingPeriod() - Method in enum org.apache.nifi.scheduling.SchedulingStrategy
-
- getDefaultValue() - Method in class org.apache.nifi.components.PropertyDescriptor
-
- getDescription() - Method in class org.apache.nifi.components.AllowableValue
-
- getDescription() - Method in class org.apache.nifi.components.PropertyDescriptor
-
- getDescription() - Method in class org.apache.nifi.processor.Relationship
-
- getDescription() - Method in class org.apache.nifi.registry.VariableDescriptor
-
- getDestinationId() - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- getDestinationName() - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- getDetails() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getDisplayName() - Method in class org.apache.nifi.components.AllowableValue
-
- getDisplayName() - Method in class org.apache.nifi.components.PropertyDescriptor
-
- getEntryDate() - Method in interface org.apache.nifi.flowfile.FlowFile
-
- getEvent(long) - Method in interface org.apache.nifi.provenance.ProvenanceEventRepository
-
Retrieves the Provenance Event with the given ID.
- getEventAccess() - Method in interface org.apache.nifi.reporting.ReportingContext
-
- getEventDuration() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getEventId() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getEvents(long, int) - Method in interface org.apache.nifi.provenance.ProvenanceEventRepository
-
Returns a List of all ProvenanceEventRecord
s in the
repository starting with the given ID.
- getEventTime() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getEventType() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getExplanation() - Method in class org.apache.nifi.components.ValidationResult
-
- getFileSize() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getFlowChanges(int, int) - Method in interface org.apache.nifi.reporting.EventAccess
-
Obtains flow changes starting with (and including) the given action ID.
- getFlowFileEntryDate() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getFlowFilesReceived() - Method in class org.apache.nifi.controller.status.PortStatus
-
- getFlowFilesReceived() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- getFlowFilesReceived() - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- getFlowFilesRemoved() - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- getFlowFilesSent() - Method in class org.apache.nifi.controller.status.PortStatus
-
- getFlowFilesSent() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- getFlowFilesSent() - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- getFlowFilesTransferred() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- getFlowFileUuid() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getGroupId() - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- getGroupId() - Method in class org.apache.nifi.controller.status.PortStatus
-
- getGroupId() - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- getGroupId() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- getGroupId() - Method in class org.apache.nifi.reporting.Bulletin
-
- getGroupIdPattern() - Method in class org.apache.nifi.reporting.BulletinQuery
-
- getId() - Method in interface org.apache.nifi.action.Action
-
- getId() - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- getId() - Method in class org.apache.nifi.controller.status.PortStatus
-
- getId() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- getId() - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- getId() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- getId() - Method in interface org.apache.nifi.flowfile.FlowFile
-
- getId() - Method in class org.apache.nifi.reporting.Bulletin
-
- getIdentifier() - Method in interface org.apache.nifi.components.ConfigurableComponent
-
- getIdentifier() - Method in class org.apache.nifi.controller.AbstractControllerService
-
- getIdentifier() - Method in interface org.apache.nifi.controller.ControllerServiceInitializationContext
-
- getIdentifier() - Method in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
-
- getIdentifier() - Method in interface org.apache.nifi.processor.ProcessorInitializationContext
-
- getIdentifier() - Method in class org.apache.nifi.reporting.AbstractReportingTask
-
- getIdentifier() - Method in interface org.apache.nifi.reporting.ReportingInitializationContext
-
- getInactiveRemotePortCount() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- getInput() - Method in class org.apache.nifi.components.ValidationResult
-
- getInputBytes() - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- getInputBytes() - Method in class org.apache.nifi.controller.status.PortStatus
-
- getInputBytes() - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- getInputContentSize() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- getInputCount() - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- getInputCount() - Method in class org.apache.nifi.controller.status.PortStatus
-
- getInputCount() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- getInputCount() - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- getInputPortStatus() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- getInvocations() - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- getKerberosConfigurationFile() - Method in interface org.apache.nifi.kerberos.KerberosContext
-
The Kerberos configuration file (typically krb5.conf) that will be used
by this JVM during all Kerberos operations.
- getKerberosServiceKeytab() - Method in interface org.apache.nifi.kerberos.KerberosContext
-
The File instance for the Kerberos service keytab.
- getKerberosServicePrincipal() - Method in interface org.apache.nifi.kerberos.KerberosContext
-
The Kerberos service principal used by NiFi to communicate with the KDC
in order to obtain tickets on behalf of NiFi.
- getLabel() - Method in class org.apache.nifi.search.SearchResult
-
- getLastQueueDate() - Method in interface org.apache.nifi.flowfile.FlowFile
-
- getLevel() - Method in class org.apache.nifi.reporting.Bulletin
-
- getLimit() - Method in class org.apache.nifi.reporting.BulletinQuery
-
- getLineageStartDate() - Method in interface org.apache.nifi.flowfile.FlowFile
-
- getLineageStartDate() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getLineageStartIndex() - Method in interface org.apache.nifi.flowfile.FlowFile
-
Returns a 64-bit integer that indicates the order in which the FlowFile was added to the
flow with respect to other FlowFiles that have the same last lineage start date.
- getLogger() - Method in class org.apache.nifi.controller.AbstractControllerService
-
- getLogger() - Method in interface org.apache.nifi.controller.ControllerServiceInitializationContext
-
- getLogger() - Method in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
-
- getLogger() - Method in interface org.apache.nifi.processor.ProcessorInitializationContext
-
- getLogger() - Method in class org.apache.nifi.reporting.AbstractReportingTask
-
- getLogger() - Method in interface org.apache.nifi.reporting.ReportingInitializationContext
-
- getMatch() - Method in class org.apache.nifi.search.SearchResult
-
- getMaxConcurrentTasks() - Method in interface org.apache.nifi.processor.ProcessContext
-
- getMaxEventId() - Method in interface org.apache.nifi.provenance.ProvenanceEventRepository
-
- getMessage() - Method in class org.apache.nifi.reporting.Bulletin
-
- getMessagePattern() - Method in class org.apache.nifi.reporting.BulletinQuery
-
- getName() - Method in class org.apache.nifi.components.PropertyDescriptor
-
- getName() - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- getName() - Method in class org.apache.nifi.controller.status.PortStatus
-
- getName() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- getName() - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- getName() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- getName() - Method in interface org.apache.nifi.logging.ComponentLog
-
- getName() - Method in interface org.apache.nifi.processor.ProcessContext
-
- getName() - Method in class org.apache.nifi.processor.Relationship
-
- getName() - Method in class org.apache.nifi.registry.VariableDescriptor
-
- getName() - Method in class org.apache.nifi.reporting.AbstractReportingTask
-
- getName() - Method in interface org.apache.nifi.reporting.ReportingInitializationContext
-
- getNamePattern() - Method in class org.apache.nifi.reporting.BulletinQuery
-
- getNodeAddress() - Method in class org.apache.nifi.reporting.Bulletin
-
- getNodeTypeProvider() - Method in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
-
- getNodeTypeProvider() - Method in interface org.apache.nifi.processor.ProcessorInitializationContext
-
- getObjectCount() - Method in class org.apache.nifi.controller.queue.QueueSize
-
- getOperation() - Method in interface org.apache.nifi.action.Action
-
- getOutputBytes() - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- getOutputBytes() - Method in class org.apache.nifi.controller.status.PortStatus
-
- getOutputBytes() - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- getOutputContentSize() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- getOutputCount() - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- getOutputCount() - Method in class org.apache.nifi.controller.status.PortStatus
-
- getOutputCount() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- getOutputCount() - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- getOutputPortStatus() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- getParentUuids() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getPreviousAttributes() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getPreviousContentClaimContainer() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getPreviousContentClaimIdentifier() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getPreviousContentClaimOffset() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getPreviousContentClaimSection() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getPreviousFileSize() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getProcessGroupIdentifier() - Method in interface org.apache.nifi.components.ValidationContext
-
Returns the identifier of the ProcessGroup that the component being validated lives in
- getProcessGroupStatus() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- getProcessingNanos() - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- getProcessorStatus() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- getProperties() - Method in interface org.apache.nifi.components.ValidationContext
-
- getProperties() - Method in interface org.apache.nifi.controller.ConfigurationContext
-
- getProperties() - Method in interface org.apache.nifi.processor.ProcessContext
-
- getProperties() - Method in interface org.apache.nifi.reporting.ReportingContext
-
- getProperties() - Method in interface org.apache.nifi.search.SearchContext
-
- getProperty(PropertyDescriptor) - Method in interface org.apache.nifi.components.ValidationContext
-
- getProperty(PropertyDescriptor) - Method in interface org.apache.nifi.controller.ConfigurationContext
-
- getProperty(PropertyDescriptor) - Method in interface org.apache.nifi.processor.ProcessContext
-
Retrieves the current value set for the given descriptor, if a value is
set - else uses the descriptor to determine the appropriate default value
- getProperty(String) - Method in interface org.apache.nifi.processor.ProcessContext
-
Retrieves the current value set for the given descriptor, if a value is
set - else uses the descriptor to determine the appropriate default value
- getProperty(PropertyDescriptor) - Method in interface org.apache.nifi.reporting.ReportingContext
-
- getProperty(PropertyDescriptor) - Method in interface org.apache.nifi.search.SearchContext
-
- getPropertyDescriptor(String) - Method in class org.apache.nifi.components.AbstractConfigurableComponent
-
- getPropertyDescriptor(PropertyDescriptor) - Method in class org.apache.nifi.components.AbstractConfigurableComponent
-
- getPropertyDescriptor(String) - Method in interface org.apache.nifi.components.ConfigurableComponent
-
- getPropertyDescriptors() - Method in class org.apache.nifi.components.AbstractConfigurableComponent
-
- getPropertyDescriptors() - Method in interface org.apache.nifi.components.ConfigurableComponent
-
- getProvenanceEvents(long, int) - Method in interface org.apache.nifi.reporting.EventAccess
-
Convenience method to obtain Provenance Events starting with (and
including) the given ID.
- getProvenanceReporter() - Method in interface org.apache.nifi.processor.ProcessSession
-
Returns a ProvenanceReporter that is tied to this ProcessSession.
- getProvenanceRepository() - Method in interface org.apache.nifi.reporting.EventAccess
-
- getQueueDateIndex() - Method in interface org.apache.nifi.flowfile.FlowFile
-
Returns a 64-bit integer that indicates the order in which the FlowFile was added to the
FlowFile queue with respect to other FlowFiles that have the same last queue date.
- getQueuedBytes() - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- getQueuedContentSize() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- getQueuedCount() - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- getQueuedCount() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- getQueueSize() - Method in interface org.apache.nifi.processor.ProcessSession
-
- getReceivedContentSize() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- getReceivedCount() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- getRelationship() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getRelationships() - Method in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
-
- getRelationships() - Method in interface org.apache.nifi.processor.Processor
-
- getRemoteProcessGroupStatus() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- getResultType() - Method in interface org.apache.nifi.expression.AttributeExpression
-
- getResultType(String) - Method in interface org.apache.nifi.expression.ExpressionLanguageCompiler
-
Returns the ResultType that will be returned by the given Expression
- getRunStatus() - Method in class org.apache.nifi.controller.status.PortStatus
-
- getRunStatus() - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- getSchedulingPeriod() - Method in interface org.apache.nifi.controller.ConfigurationContext
-
- getSchedulingPeriod(TimeUnit) - Method in interface org.apache.nifi.controller.ConfigurationContext
-
Returns the amount of time, in the given
TimeUnit
that will
elapsed between the return of one execution of the
component's
onTrigger
method and
the time at which the method is invoked again.
- getSchedulingPeriod(TimeUnit) - Method in class org.apache.nifi.reporting.AbstractReportingTask
-
- getSchedulingPeriod(TimeUnit) - Method in interface org.apache.nifi.reporting.ReportingInitializationContext
-
Returns the amount of time, in the given
TimeUnit
that will
elapsed between the return of one execution of the
ReportingTask
's
onTrigger
method and
the time at which the method is invoked again.
- getSchedulingPeriod() - Method in interface org.apache.nifi.reporting.ReportingInitializationContext
-
- getSchedulingStrategy() - Method in interface org.apache.nifi.reporting.ReportingInitializationContext
-
- getSearchTerm() - Method in interface org.apache.nifi.search.SearchContext
-
- getSentContentSize() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- getSentCount() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- getSize() - Method in interface org.apache.nifi.flowfile.FlowFile
-
- getSourceId() - Method in interface org.apache.nifi.action.Action
-
- getSourceId() - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- getSourceId() - Method in class org.apache.nifi.reporting.Bulletin
-
- getSourceIdPattern() - Method in class org.apache.nifi.reporting.BulletinQuery
-
- getSourceName() - Method in interface org.apache.nifi.action.Action
-
- getSourceName() - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- getSourceName() - Method in class org.apache.nifi.reporting.Bulletin
-
- getSourceQueueIdentifier() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getSourceSystemFlowFileIdentifier() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
Since the receiving system will usually refer to the data using a
different identifier than the source system, this information is used to
correlate the receive system's FlowFile with the sending system's data
- getSourceType() - Method in interface org.apache.nifi.action.Action
-
- getSourceType() - Method in class org.apache.nifi.reporting.Bulletin
-
- getSourceType() - Method in class org.apache.nifi.reporting.BulletinQuery
-
- getState(Scope) - Method in interface org.apache.nifi.components.state.StateManager
-
Returns the current state for the component.
- getStateManager() - Method in class org.apache.nifi.controller.AbstractControllerService
-
- getStateManager() - Method in interface org.apache.nifi.controller.ControllerServiceInitializationContext
-
- getStateManager() - Method in interface org.apache.nifi.processor.ProcessContext
-
- getStateManager() - Method in interface org.apache.nifi.reporting.ReportingContext
-
- getSubject() - Method in class org.apache.nifi.components.ValidationResult
-
- getSupportedDynamicPropertyDescriptor(String) - Method in class org.apache.nifi.components.AbstractConfigurableComponent
-
Used to allow subclasses to determine what PropertyDescriptor if any to
use when a property is requested for which a descriptor is not already
registered.
- getSupportedPropertyDescriptors() - Method in class org.apache.nifi.components.AbstractConfigurableComponent
-
Allows subclasses to register which property descriptor objects are
supported.
- getTargetUri() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- getTimestamp() - Method in interface org.apache.nifi.action.Action
-
- getTimestamp() - Method in class org.apache.nifi.reporting.Bulletin
-
- getTransitUri() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getTransmissionStatus() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- getTransmitting() - Method in class org.apache.nifi.controller.status.PortStatus
-
- getType() - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- getUpdatedAttributes() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getUserIdentity() - Method in interface org.apache.nifi.action.Action
-
- getValidators() - Method in class org.apache.nifi.components.PropertyDescriptor
-
- getValue() - Method in class org.apache.nifi.components.AllowableValue
-
- getValue() - Method in interface org.apache.nifi.components.PropertyValue
-
- getVariableKey(String) - Method in interface org.apache.nifi.registry.VariableRegistry
-
Returns the VariableDescriptor for the given key name if it exists.
- getVariableMap() - Method in interface org.apache.nifi.registry.VariableRegistry
-
Provides access to a map of variable key/value pairs.
- getVariableValue(String) - Method in interface org.apache.nifi.registry.VariableRegistry
-
Gets the variable value
- getVariableValue(VariableDescriptor) - Method in interface org.apache.nifi.registry.VariableRegistry
-
Gets the variable value
- getVersion() - Method in interface org.apache.nifi.components.state.StateMap
-
Each time that a component's state is updated, the state is assigned a new version.
- groupId - Variable in class org.apache.nifi.controller.status.ConnectionStatus
-
- groupId - Variable in class org.apache.nifi.controller.status.PortStatus
-
- groupId - Variable in class org.apache.nifi.controller.status.ProcessorStatus
-
- groupId - Variable in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- groupId - Variable in class org.apache.nifi.reporting.Bulletin
-
- groupIdMatches(String) - Method in class org.apache.nifi.reporting.BulletinQuery.Builder
-
- groupIdPattern - Variable in class org.apache.nifi.reporting.BulletinQuery.Builder
-
- groupIdPattern - Variable in class org.apache.nifi.reporting.BulletinQuery
-
- id - Variable in class org.apache.nifi.controller.status.ConnectionStatus
-
- id - Variable in class org.apache.nifi.controller.status.PortStatus
-
- id - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- id - Variable in class org.apache.nifi.controller.status.ProcessorStatus
-
- id - Variable in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- id - Variable in class org.apache.nifi.reporting.Bulletin
-
- identifier - Variable in class org.apache.nifi.controller.AbstractControllerService
-
- identifier - Variable in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
-
- identifier - Variable in class org.apache.nifi.reporting.AbstractReportingTask
-
- identifiesControllerService(Class<? extends ControllerService>) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
-
Specifies that this property provides the identifier of a Controller
Service that implements the given interface
- importFrom(Path, boolean, FlowFile) - Method in interface org.apache.nifi.processor.ProcessSession
-
Writes to the given FlowFile all content from the given content path.
- importFrom(InputStream, FlowFile) - Method in interface org.apache.nifi.processor.ProcessSession
-
Writes to the given FlowFile all content from the given content path.
- inactiveRemotePortCount - Variable in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- info(String, Throwable) - Method in interface org.apache.nifi.logging.ComponentLog
-
- info(String, Object[]) - Method in interface org.apache.nifi.logging.ComponentLog
-
- info(String) - Method in interface org.apache.nifi.logging.ComponentLog
-
- info(String, Object[], Throwable) - Method in interface org.apache.nifi.logging.ComponentLog
-
- init(ControllerServiceInitializationContext) - Method in class org.apache.nifi.controller.AbstractControllerService
-
Provides a mechanism by which subclasses can perform initialization of
the Controller Service before it is scheduled to be run
- init(ProcessorInitializationContext) - Method in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
-
Provides subclasses the ability to perform initialization logic
- init(ReportingInitializationContext) - Method in class org.apache.nifi.reporting.AbstractReportingTask
-
Provides a mechanism by which subclasses can perform initialization of
the Reporting Task before it is scheduled to be run
- InitializationException - Exception in org.apache.nifi.reporting
-
- InitializationException(String) - Constructor for exception org.apache.nifi.reporting.InitializationException
-
- InitializationException(Throwable) - Constructor for exception org.apache.nifi.reporting.InitializationException
-
- InitializationException(String, Throwable) - Constructor for exception org.apache.nifi.reporting.InitializationException
-
- initialize(ControllerServiceInitializationContext) - Method in class org.apache.nifi.controller.AbstractControllerService
-
- initialize(ControllerServiceInitializationContext) - Method in interface org.apache.nifi.controller.ControllerService
-
Provides the Controller Service with access to objects that may be of use
throughout the life of the service.
- initialize(ProcessorInitializationContext) - Method in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
-
- initialize(ProcessorInitializationContext) - Method in interface org.apache.nifi.processor.Processor
-
Provides the processor with access to objects that may be of use
throughout the life of the Processor
- initialize(ReportingInitializationContext) - Method in class org.apache.nifi.reporting.AbstractReportingTask
-
- initialize(ReportingInitializationContext) - Method in interface org.apache.nifi.reporting.ReportingTask
-
Provides the Reporting Task with access to objects that may be of use
throughout the life of the service
- input - Variable in class org.apache.nifi.components.ValidationResult.Builder
-
- input(String) - Method in class org.apache.nifi.components.ValidationResult.Builder
-
Defaults to empty string
- input - Variable in class org.apache.nifi.components.ValidationResult
-
- inputBytes - Variable in class org.apache.nifi.controller.status.ConnectionStatus
-
- inputBytes - Variable in class org.apache.nifi.controller.status.PortStatus
-
- inputBytes - Variable in class org.apache.nifi.controller.status.ProcessorStatus
-
- inputContentSize - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- inputCount - Variable in class org.apache.nifi.controller.status.ConnectionStatus
-
- inputCount - Variable in class org.apache.nifi.controller.status.PortStatus
-
- inputCount - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- inputCount - Variable in class org.apache.nifi.controller.status.ProcessorStatus
-
- inputPortStatus - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- InputRequirement - Annotation Type in org.apache.nifi.annotation.behavior
-
Marker interface that a Processor can use to indicate whether it accepts, requires, or forbids
input from other Processors.
- InputRequirement.Requirement - Enum in org.apache.nifi.annotation.behavior
-
- InputStreamCallback - Interface in org.apache.nifi.processor.io
-
- INVALID - Static variable in interface org.apache.nifi.components.Validator
-
Validator object providing validation behavior in which validation always
fails
- invocations - Variable in class org.apache.nifi.controller.status.ProcessorStatus
-
- isAccept() - Method in enum org.apache.nifi.processor.FlowFileFilter.FlowFileFilterResult
-
- isAutoTerminate - Variable in class org.apache.nifi.processor.Relationship
-
The flag which tells the controller to auto terminate this
relationship, so that the processor can be run even if it does
not have connections from this relationship
- isAutoTerminated() - Method in class org.apache.nifi.processor.Relationship
-
- isClustered() - Method in interface org.apache.nifi.controller.NodeTypeProvider
-
- isClustered() - Method in interface org.apache.nifi.reporting.ReportingContext
-
- isConfigurationRestored() - Method in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
-
Returns a boolean indicating whether or not the configuration of the Processor has already been restored.
- isContinue() - Method in enum org.apache.nifi.processor.FlowFileFilter.FlowFileFilterResult
-
- isControllerServiceEnabled(String) - Method in interface org.apache.nifi.controller.ControllerServiceLookup
-
- isControllerServiceEnabled(ControllerService) - Method in interface org.apache.nifi.controller.ControllerServiceLookup
-
- isControllerServiceEnabling(String) - Method in interface org.apache.nifi.controller.ControllerServiceLookup
-
- isDebugEnabled() - Method in interface org.apache.nifi.logging.ComponentLog
-
- isDependentServiceEnableable(ValidationContext, String) - Method in class org.apache.nifi.components.PropertyDescriptor
-
Will validate if the dependent service (service identified with the
'serviceId') is 'enableable' which means that the dependent service is
either in ENABLING or ENABLED state.
- isDynamic() - Method in class org.apache.nifi.components.PropertyDescriptor
-
- isErrorEnabled() - Method in interface org.apache.nifi.logging.ComponentLog
-
- isExpressionLanguagePresent(String) - Method in interface org.apache.nifi.components.ValidationContext
-
- isExpressionLanguagePresent(PropertyDescriptor) - Method in interface org.apache.nifi.processor.ProcessContext
-
- isExpressionLanguageSupported() - Method in class org.apache.nifi.components.PropertyDescriptor
-
- isExpressionLanguageSupported(String) - Method in interface org.apache.nifi.components.ValidationContext
-
- isInfoEnabled() - Method in interface org.apache.nifi.logging.ComponentLog
-
- isPenalized() - Method in interface org.apache.nifi.flowfile.FlowFile
-
- isPrimary() - Method in interface org.apache.nifi.controller.NodeTypeProvider
-
- isRequired() - Method in class org.apache.nifi.components.PropertyDescriptor
-
- isScheduled() - Method in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
-
- isSensitive() - Method in class org.apache.nifi.components.PropertyDescriptor
-
- isSensitive() - Method in class org.apache.nifi.registry.VariableDescriptor
-
- isSet() - Method in interface org.apache.nifi.components.PropertyValue
-
- isTraceEnabled() - Method in interface org.apache.nifi.logging.ComponentLog
-
- isTransmitting() - Method in class org.apache.nifi.controller.status.PortStatus
-
- isValid() - Method in class org.apache.nifi.components.ValidationResult
-
- isValidationRequired(ControllerService) - Method in interface org.apache.nifi.components.ValidationContext
-
There are times when the framework needs to consider a component valid,
even if it references an invalid ControllerService.
- isValidExpression(String) - Method in interface org.apache.nifi.expression.ExpressionLanguageCompiler
-
Indicates whether or not the given string is a valid Attribute
Expression.
- isValueAllowed(String) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
-
- isWarnEnabled() - Method in interface org.apache.nifi.logging.ComponentLog
-
- parseDataSize(String, DataUnit) - Static method in enum org.apache.nifi.processor.DataUnit
-
- penalize(FlowFile) - Method in interface org.apache.nifi.processor.ProcessSession
-
Sets a penalty for the given FlowFile which will make it unavailable to
be operated on any further during the penalty period.
- PortStatus - Class in org.apache.nifi.controller.status
-
The status of a port.
- PortStatus() - Constructor for class org.apache.nifi.controller.status.PortStatus
-
- POSITIVE_EXPLANATION - Static variable in class org.apache.nifi.components.PropertyDescriptor.ConstrainedSetValidator
-
- POWERS - Static variable in enum org.apache.nifi.processor.DataUnit
-
- PrimaryNodeState - Enum in org.apache.nifi.annotation.notification
-
Represents a state change that occurred for the Primary Node of a NiFi cluster.
- PrimaryNodeState() - Constructor for enum org.apache.nifi.annotation.notification.PrimaryNodeState
-
- process(InputStream) - Method in interface org.apache.nifi.processor.io.InputStreamCallback
-
Provides a managed input stream for use.
- process(OutputStream) - Method in interface org.apache.nifi.processor.io.OutputStreamCallback
-
Provides a managed output stream for use.
- process(InputStream, OutputStream) - Method in interface org.apache.nifi.processor.io.StreamCallback
-
Provides a managed output stream for use.
- ProcessContext - Interface in org.apache.nifi.processor
-
Provides a bridge between a Processor and the NiFi Framework
- ProcessException - Exception in org.apache.nifi.processor.exception
-
Indicates an issue occurred in user code while processing a FlowFile.
- ProcessException() - Constructor for exception org.apache.nifi.processor.exception.ProcessException
-
- ProcessException(String) - Constructor for exception org.apache.nifi.processor.exception.ProcessException
-
- ProcessException(String, Throwable) - Constructor for exception org.apache.nifi.processor.exception.ProcessException
-
- ProcessException(Throwable) - Constructor for exception org.apache.nifi.processor.exception.ProcessException
-
- ProcessGroupStatus - Class in org.apache.nifi.controller.status
-
- ProcessGroupStatus() - Constructor for class org.apache.nifi.controller.status.ProcessGroupStatus
-
- processGroupStatus - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- processingNanos - Variable in class org.apache.nifi.controller.status.ProcessorStatus
-
- Processor - Interface in org.apache.nifi.processor
-
Processor objects operate on FlowFile objects where the processors are linked
together via relationships forming a directed graph structure.
- ProcessorInitializationContext - Interface in org.apache.nifi.processor
-
The
ProcessorInitializationContext
provides
Processor
s access to objects that
may be of use throughout the life of the Processor.
- processorStatus - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- ProcessorStatus - Class in org.apache.nifi.controller.status
-
- ProcessorStatus() - Constructor for class org.apache.nifi.controller.status.ProcessorStatus
-
- ProcessSession - Interface in org.apache.nifi.processor
-
A process session encompasses all the behaviors a processor can perform to
obtain, clone, read, modify remove FlowFiles in an atomic unit.
- ProcessSessionFactory - Interface in org.apache.nifi.processor
-
- PropertyDescriptor - Class in org.apache.nifi.components
-
An immutable object for holding information about a type of component
property.
- PropertyDescriptor(PropertyDescriptor.Builder) - Constructor for class org.apache.nifi.components.PropertyDescriptor
-
- PropertyDescriptor.Builder - Class in org.apache.nifi.components
-
- PropertyDescriptor.ConstrainedSetValidator - Class in org.apache.nifi.components
-
- PropertyValue - Interface in org.apache.nifi.components
-
A PropertyValue provides a mechanism whereby the currently configured value
of a processor property can be obtained in different forms.
- ProvenanceEventBuilder - Interface in org.apache.nifi.provenance
-
- ProvenanceEventRecord - Interface in org.apache.nifi.provenance
-
Describes an event that happened to a FlowFile.
- ProvenanceEventRepository - Interface in org.apache.nifi.provenance
-
This Repository houses Provenance Events.
- ProvenanceEventType - Enum in org.apache.nifi.provenance
-
- ProvenanceEventType() - Constructor for enum org.apache.nifi.provenance.ProvenanceEventType
-
- ProvenanceReporter - Interface in org.apache.nifi.provenance
-
ProvenanceReporter generates and records Provenance-related events.
- putAllAttributes(FlowFile, Map<String, String>) - Method in interface org.apache.nifi.processor.ProcessSession
-
Updates the given FlowFiles attributes with the given key/value pairs.
- putAttribute(FlowFile, String, String) - Method in interface org.apache.nifi.processor.ProcessSession
-
Updates the given FlowFiles attributes with the given key/value pair.
- read(FlowFile, InputStreamCallback) - Method in interface org.apache.nifi.processor.ProcessSession
-
Executes the given callback against the contents corresponding to the
given FlowFile.
- read(FlowFile) - Method in interface org.apache.nifi.processor.ProcessSession
-
Provides an InputStream that can be used to read the contents of the given FlowFile.
- read(FlowFile, boolean, InputStreamCallback) - Method in interface org.apache.nifi.processor.ProcessSession
-
Executes the given callback against the contents corresponding to the
given FlowFile.
- ReadsAttribute - Annotation Type in org.apache.nifi.annotation.behavior
-
Annotation that may be placed on a
Processor
indicating that this
processor reads a specific FlowFile attribute.
- ReadsAttributes - Annotation Type in org.apache.nifi.annotation.behavior
-
Annotation that may be placed on a
Processor
indicating that this
processor reads specific FlowFile attributes.
- receive(FlowFile, String) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
-
Emits a Provenance Event of type
RECEIVE
that indicates that the given
FlowFile was created from data received from an external source.
- receive(FlowFile, String, String) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
-
Emits a Provenance Event of type
RECEIVE
that indicates that the given
FlowFile was created from data received from the specified URI and that
the source system used the specified identifier (a URI with namespace) to
refer to the data.
- receive(FlowFile, String, long) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
-
Emits a Provenance Event of type
RECEIVE
that indicates that the given
FlowFile was created from data received from an external source.
- receive(FlowFile, String, String, long) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
-
Emits a Provenance Event of type
RECEIVE
that indicates that the given
FlowFile was created from data received from an external source and
provides additional details about the receipt of the FlowFile, such as a
remote system's Distinguished Name.
- receive(FlowFile, String, String, String, long) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
-
Emits a Provenance Event of type
RECEIVE
that indicates that the given
FlowFile was created from data received from an external source and
provides additional details about the receipt of the FlowFile, such as a
remote system's Distinguished Name.
- receivedContentSize - Variable in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- receivedCount - Variable in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- registerEvent(ProvenanceEventRecord) - Method in interface org.apache.nifi.provenance.ProvenanceEventRepository
-
Adds the given event to the repository and returns a new event for which
the event id has been populated.
- registerEvents(Iterable<ProvenanceEventRecord>) - Method in interface org.apache.nifi.provenance.ProvenanceEventRepository
-
Adds the given events to the repository.
- Relationship - Class in org.apache.nifi.processor
-
An immutable object for holding information about a type of relationship.
- Relationship(Relationship.Builder) - Constructor for class org.apache.nifi.processor.Relationship
-
- Relationship.Builder - Class in org.apache.nifi.processor
-
- remoteProcessGroupStatus - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- RemoteProcessGroupStatus - Class in org.apache.nifi.controller.status
-
- RemoteProcessGroupStatus() - Constructor for class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- remove(FlowFile) - Method in interface org.apache.nifi.processor.ProcessSession
-
Ends the managed persistence for the given FlowFile.
- remove(Collection<FlowFile>) - Method in interface org.apache.nifi.processor.ProcessSession
-
Ends the managed persistence for the given FlowFiles.
- removeAllAttributes(FlowFile, Set<String>) - Method in interface org.apache.nifi.processor.ProcessSession
-
Removes the attributes with the given keys from the given FlowFile.
- removeAllAttributes(FlowFile, Pattern) - Method in interface org.apache.nifi.processor.ProcessSession
-
Remove all attributes from the given FlowFile that have keys which match
the given pattern.
- removeAttribute(FlowFile, String) - Method in interface org.apache.nifi.processor.ProcessSession
-
Removes the given FlowFile attribute with the given key.
- removeChildFlowFile(FlowFile) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
-
- removeParentFlowFile(FlowFile) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
-
- replace(StateMap, Map<String, String>, Scope) - Method in interface org.apache.nifi.components.state.StateManager
-
Updates the value of the component's state to the new value if and only if the value currently
is the same as the given oldValue.
- ReportingContext - Interface in org.apache.nifi.reporting
-
This interface provides a bridge between the NiFi Framework and a
ReportingTask
.
- ReportingInitializationContext - Interface in org.apache.nifi.reporting
-
A ReportingConfiguration provides configuration information to a
ReportingTask at the time of initialization
- ReportingTask - Interface in org.apache.nifi.reporting
-
Defines a task that is responsible for reporting status information to
external destinations.
- required - Variable in class org.apache.nifi.components.PropertyDescriptor.Builder
-
- required(boolean) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
-
- required - Variable in class org.apache.nifi.components.PropertyDescriptor
-
Determines whether the property is required for this processor
- Requirement() - Constructor for enum org.apache.nifi.annotation.behavior.InputRequirement.Requirement
-
- ResultType() - Constructor for enum org.apache.nifi.expression.AttributeExpression.ResultType
-
- rollback() - Method in interface org.apache.nifi.processor.ProcessSession
-
Reverts any changes made during this session.
- rollback(boolean) - Method in interface org.apache.nifi.processor.ProcessSession
-
Reverts any changes made during this session.
- route(FlowFile, Relationship) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
-
Emits a Provenance Event of type
ROUTE
that indicates that the given FlowFile was routed to the given
Relationship
.
- route(FlowFile, Relationship, String) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
-
Emits a Provenance Event of type
ROUTE
that indicates that the given FlowFile was routed to the given
Relationship
.
- route(FlowFile, Relationship, long) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
-
Emits a Provenance Event of type
ROUTE
that indicates that the given FlowFile was routed to the given
Relationship
.
- route(FlowFile, Relationship, String, long) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
-
Emits a Provenance Event of type
ROUTE
that indicates that the given FlowFile was routed to the given
Relationship
.
- runStatus - Variable in class org.apache.nifi.controller.status.PortStatus
-
- runStatus - Variable in class org.apache.nifi.controller.status.ProcessorStatus
-
- RunStatus - Enum in org.apache.nifi.controller.status
-
- RunStatus() - Constructor for enum org.apache.nifi.controller.status.RunStatus
-
- scheduled - Variable in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
-
- ScheduledState - Enum in org.apache.nifi.controller
-
Indicates the valid values for the state of a Triggerable
entity
with respect to scheduling the entity to run.
- ScheduledState() - Constructor for enum org.apache.nifi.controller.ScheduledState
-
- SchedulingContext - Interface in org.apache.nifi.processor
-
- schedulingNanos - Variable in class org.apache.nifi.reporting.AbstractReportingTask
-
- SchedulingStrategy - Enum in org.apache.nifi.scheduling
-
Defines a Scheduling Strategy to use when scheduling Components (Ports,
Funnels, Processors) to run
- SchedulingStrategy(int, String) - Constructor for enum org.apache.nifi.scheduling.SchedulingStrategy
-
- Scope - Enum in org.apache.nifi.components.state
-
A Scope represents how a NiFi component's state is to be stored and retrieved when running in a cluster.
- Scope() - Constructor for enum org.apache.nifi.components.state.Scope
-
- search(SearchContext) - Method in interface org.apache.nifi.search.Searchable
-
- Searchable - Interface in org.apache.nifi.search
-
- SearchContext - Interface in org.apache.nifi.search
-
- SearchResult - Class in org.apache.nifi.search
-
- SearchResult(SearchResult.Builder) - Constructor for class org.apache.nifi.search.SearchResult
-
- SearchResult.Builder - Class in org.apache.nifi.search
-
- SeeAlso - Annotation Type in org.apache.nifi.annotation.documentation
-
- SELF - Static variable in class org.apache.nifi.processor.Relationship
-
- send(FlowFile, String) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
-
Emits a Provenance Event of type
SEND
that indicates that a copy of the given FlowFile was sent to an external
destination.
- send(FlowFile, String, String) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
-
Emits a Provenance Event of type
SEND
that indicates that a copy of the given FlowFile was sent to an external
destination.
- send(FlowFile, String, long) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
-
Emits a Provenance Event of type
SEND
that indicates that a copy of the given FlowFile was sent to an external
destination.
- send(FlowFile, String, String, long) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
-
Emits a Provenance Event of type
SEND
that indicates that a copy of the given FlowFile was sent to an external
destination.
- send(FlowFile, String, boolean) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
-
Emits a Provenance Event of type
SEND
that indicates that a copy of the given FlowFile was sent to an external
destination.
- send(FlowFile, String, String, boolean) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
-
Emits a Provenance Event of type
SEND
that indicates that a copy of the given FlowFile was sent to an external
destination.
- send(FlowFile, String, long, boolean) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
-
Emits a Provenance Event of type
SEND
that indicates that a copy of the given FlowFile was sent to an external
destination.
- send(FlowFile, String, String, long, boolean) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
-
Emits a Provenance Event of type
SEND
that indicates that a copy of the given FlowFile was sent to an external
destination.
- sensitive - Variable in class org.apache.nifi.components.PropertyDescriptor.Builder
-
- sensitive(boolean) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
-
- sensitive - Variable in class org.apache.nifi.components.PropertyDescriptor
-
indicates that the value for this property should be considered sensitive
and protected whenever stored or represented
- sensitive - Variable in class org.apache.nifi.registry.VariableDescriptor.Builder
-
- sensitive(boolean) - Method in class org.apache.nifi.registry.VariableDescriptor.Builder
-
- sensitive - Variable in class org.apache.nifi.registry.VariableDescriptor
-
indicates that the value for this variable should be considered sensitive
and protected whenever stored or represented
- sentContentSize - Variable in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- sentCount - Variable in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- serialVersionUID - Static variable in exception org.apache.nifi.components.state.exception.StateTooLargeException
-
- serialVersionUID - Static variable in exception org.apache.nifi.processor.exception.FlowFileAccessException
-
- serialVersionUID - Static variable in exception org.apache.nifi.processor.exception.FlowFileHandlingException
-
- serialVersionUID - Static variable in exception org.apache.nifi.processor.exception.MissingFlowFileException
-
- serialVersionUID - Static variable in exception org.apache.nifi.processor.exception.ProcessException
-
- serviceLookup - Variable in class org.apache.nifi.controller.AbstractControllerService
-
- serviceLookup - Variable in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
-
- serviceLookup - Variable in class org.apache.nifi.reporting.AbstractReportingTask
-
- setActiveRemotePortCount(Integer) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- setActiveThreadCount(Integer) - Method in class org.apache.nifi.controller.status.PortStatus
-
- setActiveThreadCount(Integer) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- setActiveThreadCount(int) - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- setActiveThreadCount(Integer) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- setAlternateIdentifierUri(String) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
-
Associates the given identifier with the FlowFile for which this Event is
created.
- setAttributes(Map<String, String>, Map<String, String>) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
-
Sets the attributes that existed on the FlowFile before this event
occurred and any attributes that were added or updated as a result of
this event.
- setAverageLineageDuration(long, TimeUnit) - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- setAverageLineageDuration(long) - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- setAverageLineageDuration(long) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- setAverageLineageDuration(long, TimeUnit) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- setBackPressureDataSizeThreshold(String) - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- setBackPressureObjectThreshold(long) - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- setBytesRead(Long) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- setBytesRead(long) - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- setBytesReceived(long) - Method in class org.apache.nifi.controller.status.PortStatus
-
- setBytesReceived(long) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- setBytesReceived(long) - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- setBytesSent(long) - Method in class org.apache.nifi.controller.status.PortStatus
-
- setBytesSent(long) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- setBytesSent(long) - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- setBytesTransferred(long) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- setBytesWritten(Long) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- setBytesWritten(long) - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- setCategory(String) - Method in class org.apache.nifi.reporting.Bulletin
-
- setComponentId(String) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
-
Sets the unique identifier of the NiFi Component (such as a
Processor
) that is generating the Event
- setComponentType(String) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
-
Sets the type of the Component that is generating the Event.
- setConnectionStatus(Collection<ConnectionStatus>) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- setCurrentContentClaim(String, String, String, Long, long) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
-
Sets the Content Claim that the FlowFile is associated with as a result
of this event
- setDestinationId(String) - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- setDestinationName(String) - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- setDetails(String) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
-
Sets the details for this event.
- setEventDuration(long) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
-
Sets the amount of time that was required in order to perform the
function referred to by this event
- setEventTime(long) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
-
Sets the time at which the Provenance Event took place
- setEventType(ProvenanceEventType) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
-
- setFlowFileEntryDate(long) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
-
Sets the date and time at which the FlowFile entered the flow
- setFlowFilesReceived(int) - Method in class org.apache.nifi.controller.status.PortStatus
-
- setFlowFilesReceived(int) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- setFlowFilesReceived(int) - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- setFlowFilesRemoved(int) - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- setFlowFilesSent(int) - Method in class org.apache.nifi.controller.status.PortStatus
-
- setFlowFilesSent(int) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- setFlowFilesSent(int) - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- setFlowFilesTransferred(int) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- setFlowFileUUID(String) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
-
Sets the UUID to associate with the FlowFile
- setGroupId(String) - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- setGroupId(String) - Method in class org.apache.nifi.controller.status.PortStatus
-
- setGroupId(String) - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- setGroupId(String) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- setGroupId(String) - Method in class org.apache.nifi.reporting.Bulletin
-
- setId(String) - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- setId(String) - Method in class org.apache.nifi.controller.status.PortStatus
-
- setId(String) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- setId(String) - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- setId(String) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- setInactiveRemotePortCount(Integer) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- setInputBytes(long) - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- setInputBytes(long) - Method in class org.apache.nifi.controller.status.PortStatus
-
- setInputBytes(long) - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- setInputContentSize(Long) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- setInputCount(int) - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- setInputCount(int) - Method in class org.apache.nifi.controller.status.PortStatus
-
- setInputCount(Integer) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- setInputCount(int) - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- setInputPortStatus(Collection<PortStatus>) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- setInvocations(int) - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- setLevel(String) - Method in class org.apache.nifi.reporting.Bulletin
-
- setLineageStartDate(long) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
-
Sets the time at which the FlowFile's lineage began
- setMessage(String) - Method in class org.apache.nifi.reporting.Bulletin
-
- setName(String) - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- setName(String) - Method in class org.apache.nifi.controller.status.PortStatus
-
- setName(String) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- setName(String) - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- setName(String) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- setNodeAddress(String) - Method in class org.apache.nifi.reporting.Bulletin
-
- setOutputBytes(long) - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- setOutputBytes(long) - Method in class org.apache.nifi.controller.status.PortStatus
-
- setOutputBytes(long) - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- setOutputContentSize(Long) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- setOutputCount(int) - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- setOutputCount(int) - Method in class org.apache.nifi.controller.status.PortStatus
-
- setOutputCount(Integer) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- setOutputCount(int) - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- setOutputPortStatus(Collection<PortStatus>) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- setPreviousContentClaim(String, String, String, Long, long) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
-
Sets the Content Claim that the FlowFile was previously associated with
before this event occurred.
- setProcessGroupStatus(Collection<ProcessGroupStatus>) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- setProcessingNanos(long) - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- setProcessorStatus(Collection<ProcessorStatus>) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- setQueuedBytes(long) - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- setQueuedContentSize(Long) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- setQueuedCount(int) - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- setQueuedCount(Integer) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- setReceivedContentSize(Long) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- setReceivedCount(Integer) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- setRelationship(Relationship) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
-
- setRemoteProcessGroupStatus(Collection<RemoteProcessGroupStatus>) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- setRunStatus(RunStatus) - Method in class org.apache.nifi.controller.status.PortStatus
-
- setRunStatus(RunStatus) - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- setSentContentSize(Long) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- setSentCount(Integer) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- setSourceId(String) - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- setSourceId(String) - Method in class org.apache.nifi.reporting.Bulletin
-
- setSourceName(String) - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- setSourceName(String) - Method in class org.apache.nifi.reporting.Bulletin
-
- setSourceQueueIdentifier(String) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
-
Sets the identifier of the FlowFile Queue from which the FlowFile was
pulled
- setSourceSystemFlowFileIdentifier(String) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
-
Sets the identifier that is used by the remote system to refer to the
FlowFile for which this Event is being created.
- setSourceType(ComponentType) - Method in class org.apache.nifi.reporting.Bulletin
-
- setState(Map<String, String>, Scope) - Method in interface org.apache.nifi.components.state.StateManager
-
Updates the value of the component's state, setting it to given value
- setTargetUri(String) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- setTransitUri(String) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
-
Sets the Transit URI that is used for the Event.
- setTransmissionStatus(TransmissionStatus) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- setTransmitting(Boolean) - Method in class org.apache.nifi.controller.status.PortStatus
-
- setType(String) - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- Severity - Enum in org.apache.nifi.reporting
-
- Severity() - Constructor for enum org.apache.nifi.reporting.Severity
-
- SideEffectFree - Annotation Type in org.apache.nifi.annotation.behavior
-
Marker annotation a
Processor
implementation can use to indicate that its operations on FlowFiles can be
safely repeated across process sessions.
- sourceId - Variable in class org.apache.nifi.controller.status.ConnectionStatus
-
- sourceId - Variable in class org.apache.nifi.reporting.Bulletin
-
- sourceIdMatches(String) - Method in class org.apache.nifi.reporting.BulletinQuery.Builder
-
- sourceIdPattern - Variable in class org.apache.nifi.reporting.BulletinQuery.Builder
-
- sourceIdPattern - Variable in class org.apache.nifi.reporting.BulletinQuery
-
- sourceName - Variable in class org.apache.nifi.controller.status.ConnectionStatus
-
- sourceName - Variable in class org.apache.nifi.reporting.Bulletin
-
- sourceType - Variable in class org.apache.nifi.reporting.Bulletin
-
- sourceType - Variable in class org.apache.nifi.reporting.BulletinQuery.Builder
-
- sourceType(ComponentType) - Method in class org.apache.nifi.reporting.BulletinQuery.Builder
-
- sourceType - Variable in class org.apache.nifi.reporting.BulletinQuery
-
- Stateful - Annotation Type in org.apache.nifi.annotation.behavior
-
Annotation that a Processor, ReportingTask, or Controller Service can use to indicate
that the component makes use of the
StateManager
.
- StateManager - Interface in org.apache.nifi.components.state
-
The StateManager is responsible for providing NiFi components a mechanism for storing
and retrieving state.
- stateManager - Variable in class org.apache.nifi.controller.AbstractControllerService
-
- StateMap - Interface in org.apache.nifi.components.state
-
Provides a representation of a component's state at some point in time.
- StateTooLargeException - Exception in org.apache.nifi.components.state.exception
-
Thrown when attempting to store state via the
StateManager
but the state being
stored is larger than is allowed by the backing storage mechanism.
- StateTooLargeException(String) - Constructor for exception org.apache.nifi.components.state.exception.StateTooLargeException
-
- StreamCallback - Interface in org.apache.nifi.processor.io
-
- subject - Variable in class org.apache.nifi.components.ValidationResult.Builder
-
- subject(String) - Method in class org.apache.nifi.components.ValidationResult.Builder
-
Defaults to empty string
- subject - Variable in class org.apache.nifi.components.ValidationResult
-
- SupportsBatching - Annotation Type in org.apache.nifi.annotation.behavior
-
Marker annotation a Processor implementation can use to indicate that users
should be able to supply a Batch Duration for the Processor.
- valid - Variable in class org.apache.nifi.components.ValidationResult.Builder
-
- valid(boolean) - Method in class org.apache.nifi.components.ValidationResult.Builder
-
Defaults to false
- valid - Variable in class org.apache.nifi.components.ValidationResult
-
- VALID - Static variable in interface org.apache.nifi.components.Validator
-
Validator object providing validation behavior in which validation always
passes
- validate(ValidationContext) - Method in class org.apache.nifi.components.AbstractConfigurableComponent
-
- validate(ValidationContext) - Method in interface org.apache.nifi.components.ConfigurableComponent
-
Validates a set of properties, returning ValidationResults for any
invalid properties.
- validate(String, String, ValidationContext) - Method in class org.apache.nifi.components.PropertyDescriptor.ConstrainedSetValidator
-
- validate(String, ValidationContext) - Method in class org.apache.nifi.components.PropertyDescriptor
-
Validates the given input against this property descriptor's validator.
- validate(String, String, ValidationContext) - Method in interface org.apache.nifi.components.Validator
-
- validateExpression(String, boolean) - Method in interface org.apache.nifi.expression.ExpressionLanguageCompiler
-
Attempts to validate the given expression and returns null
if the expression is syntactically valid or a String indicating why the
expression is invalid otherwise.
- validateKey(String) - Static method in class org.apache.nifi.flowfile.FlowFile.KeyValidator
-
- ValidationContext - Interface in org.apache.nifi.components
-
- ValidationResult - Class in org.apache.nifi.components
-
Immutable - thread safe
- ValidationResult(ValidationResult.Builder) - Constructor for class org.apache.nifi.components.ValidationResult
-
- ValidationResult.Builder - Class in org.apache.nifi.components
-
- Validator - Interface in org.apache.nifi.components
-
- validators - Variable in class org.apache.nifi.components.PropertyDescriptor.Builder
-
- validators - Variable in class org.apache.nifi.components.PropertyDescriptor
-
The validators that should be used whenever an attempt is made to set
this property value.
- validStrings - Variable in class org.apache.nifi.components.PropertyDescriptor.ConstrainedSetValidator
-
- validValues - Variable in class org.apache.nifi.components.PropertyDescriptor.ConstrainedSetValidator
-
- value - Variable in class org.apache.nifi.components.AllowableValue
-
- VALUE_DEMARCATOR - Static variable in class org.apache.nifi.components.PropertyDescriptor.ConstrainedSetValidator
-
- valueOf(String) - Static method in enum org.apache.nifi.action.Component
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.nifi.action.Operation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.nifi.annotation.behavior.InputRequirement.Requirement
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.nifi.annotation.notification.PrimaryNodeState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.nifi.components.state.Scope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.nifi.controller.ScheduledState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.nifi.controller.status.RunStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.nifi.controller.status.TransmissionStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.nifi.expression.AttributeExpression.ResultType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.nifi.logging.LogLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.nifi.processor.DataUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.nifi.processor.FlowFileFilter.FlowFileFilterResult
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.nifi.provenance.ProvenanceEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.nifi.reporting.ComponentType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.nifi.reporting.Severity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.nifi.scheduling.SchedulingStrategy
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.nifi.action.Component
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.nifi.action.Operation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.nifi.annotation.behavior.InputRequirement.Requirement
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.nifi.annotation.notification.PrimaryNodeState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.nifi.components.state.Scope
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.nifi.controller.ScheduledState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.nifi.controller.status.RunStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.nifi.controller.status.TransmissionStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.nifi.expression.AttributeExpression.ResultType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.nifi.logging.LogLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.nifi.processor.DataUnit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.nifi.processor.FlowFileFilter.FlowFileFilterResult
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.nifi.provenance.ProvenanceEventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.nifi.reporting.ComponentType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.nifi.reporting.Severity
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.nifi.scheduling.SchedulingStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VariableDescriptor - Class in org.apache.nifi.registry
-
An immutable object for holding information about a type of processor
property.
- VariableDescriptor(String) - Constructor for class org.apache.nifi.registry.VariableDescriptor
-
Convenience constructor to create a descriptor based on name alone.
- VariableDescriptor(VariableDescriptor.Builder) - Constructor for class org.apache.nifi.registry.VariableDescriptor
-
- VariableDescriptor.Builder - Class in org.apache.nifi.registry
-
- VariableRegistry - Interface in org.apache.nifi.registry
-
Provides a registry of variables available for use by various components and
extension points.