- 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.
- EMPTY_RESOURCE_REFERENCES - Static variable in class org.apache.nifi.components.resource.StandardResourceReferenceFactory
-
- EmptyControllerServiceLookup - Class in org.apache.nifi.documentation.init
-
- EmptyControllerServiceLookup() - Constructor for class org.apache.nifi.documentation.init.EmptyControllerServiceLookup
-
- enabled - Variable in class org.apache.nifi.controller.AbstractControllerService
-
- enabled() - Method in class org.apache.nifi.controller.AbstractControllerService
-
- encrypt(String) - Method in interface org.apache.nifi.processor.ProcessContext
-
Encrypts the given value using the password provided in the NiFi
Properties
- endTimeMillis - Variable in class org.apache.nifi.controller.status.analytics.QueryWindow
-
- 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.PropertyDependency
-
- equals(Object) - Method in class org.apache.nifi.components.PropertyDescriptor
-
- equals(Object) - Method in class org.apache.nifi.components.resource.FileResourceReference
-
- equals(Object) - Method in class org.apache.nifi.components.resource.StandardResourceReferences
-
- equals(Object) - Method in class org.apache.nifi.components.ValidationResult
-
- equals(Object) - Method in class org.apache.nifi.controller.queue.QueueSize
-
- equals(Object) - Method in class org.apache.nifi.flow.BatchSize
-
- equals(Object) - Method in class org.apache.nifi.flow.Bundle
-
- equals(Object) - Method in class org.apache.nifi.flow.ConnectableComponent
-
- equals(Object) - Method in class org.apache.nifi.flow.ControllerServiceAPI
-
- equals(Object) - Method in class org.apache.nifi.flow.Position
-
- equals(Object) - Method in class org.apache.nifi.flow.VersionedComponent
-
- equals(Object) - Method in class org.apache.nifi.flow.VersionedFlowCoordinates
-
- equals(Object) - Method in class org.apache.nifi.flow.VersionedParameter
-
- equals(Object) - Method in class org.apache.nifi.flow.VersionedRemoteGroupPort
-
- equals(Object) - Method in class org.apache.nifi.parameter.Parameter
-
- equals(Object) - Method in class org.apache.nifi.parameter.ParameterDescriptor
-
- equals(Object) - Method in class org.apache.nifi.processor.Relationship
-
- equals(Object) - Method in class org.apache.nifi.registry.VariableDescriptor
-
- error(String, Throwable) - Method in class org.apache.nifi.documentation.init.NopComponentLog
-
- error(String, Object[]) - Method in class org.apache.nifi.documentation.init.NopComponentLog
-
- error(String) - Method in class org.apache.nifi.documentation.init.NopComponentLog
-
- error(String, Object[], Throwable) - Method in class org.apache.nifi.documentation.init.NopComponentLog
-
- error(LogMessage) - Method in class org.apache.nifi.documentation.init.NopComponentLog
-
- 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
-
- error(LogMessage) - 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(FlowFile, Map<String, String>, AttributeValueDecorator, Map<String, String>) - Method in interface org.apache.nifi.components.PropertyValue
-
Replaces values in the Property Value using the NiFi Expression
Language; a PropertyValue with the new value is then returned, supporting
call chaining.
- evaluateAttributeExpressions(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.
- eventDrivenThreads - Variable in class org.apache.nifi.controller.status.NodeStatus
-
- executionNode - Variable in class org.apache.nifi.controller.status.ProcessorStatus
-
- executionNode - Variable in class org.apache.nifi.flow.VersionedProcessor
-
- ExecutionNode - Enum in org.apache.nifi.scheduling
-
Defines the Nodes where a given Component will be scheduled to run.
- ExecutionNode() - Constructor for enum org.apache.nifi.scheduling.ExecutionNode
-
- explanation - Variable in class org.apache.nifi.components.ConfigVerificationResult.Builder
-
- explanation(String) - Method in class org.apache.nifi.components.ConfigVerificationResult.Builder
-
- explanation - Variable in class org.apache.nifi.components.ConfigVerificationResult
-
- explanation - Variable in class org.apache.nifi.components.ValidationResult.Builder
-
- explanation(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
-
- expressionLanguageScope - Variable in class org.apache.nifi.components.PropertyDescriptor.Builder
-
- expressionLanguageScope - Variable in class org.apache.nifi.components.PropertyDescriptor
-
indicates whether or nor this property will evaluate expression language
against the flow file attributes
- expressionLanguageScope - Variable in class org.apache.nifi.components.PropertyDescriptor.ResourceDefinitionValidator
-
- ExpressionLanguageScope - Enum in org.apache.nifi.expression
-
Indicates the scope of expression language on a property descriptor.
- ExpressionLanguageScope(String) - Constructor for enum org.apache.nifi.expression.ExpressionLanguageScope
-
- expressionLanguageSupported - Variable in class org.apache.nifi.components.PropertyDescriptor.Builder
-
Deprecated.
- expressionLanguageSupported(boolean) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
-
Deprecated.
- expressionLanguageSupported(ExpressionLanguageScope) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
-
Sets the scope of the expression language evaluation
- expressionLanguageSupported - Variable in class org.apache.nifi.components.PropertyDescriptor
-
Deprecated.
- ExtensionDocumentationWriter - Interface in org.apache.nifi.documentation
-
Generates documentation for an instance of a ConfigurableComponent.
- ExtensionType - Enum in org.apache.nifi.documentation
-
- ExtensionType() - Constructor for enum org.apache.nifi.documentation.ExtensionType
-
- ExternalControllerServiceReference - Class in org.apache.nifi.flow
-
- ExternalControllerServiceReference() - Constructor for class org.apache.nifi.flow.ExternalControllerServiceReference
-
- externalControllerServices - Variable in class org.apache.nifi.flow.VersionedExternalFlow
-
- externalControllerServices - Variable in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
-
- ExternalResourceConflictResolutionStrategy - Interface in org.apache.nifi.flow.resource
-
Might be used by provider service in order to decide if an available resource should be acquired from the external provider.
- ExternalResourceDescriptor - Interface in org.apache.nifi.flow.resource
-
Describes an available resource might be fetched from the external source.
- ExternalResourceProvider - Interface in org.apache.nifi.flow.resource
-
Represents an external source where the resource files might be acquired from.
- ExternalResourceProviderInitializationContext - Interface in org.apache.nifi.flow.resource
-
Contains necessary information for extensions of external resource provider functionality.
- 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.
- fetchExternalResource(ExternalResourceDescriptor) - Method in interface org.apache.nifi.flow.resource.ExternalResourceProvider
-
Fetches the resource determined by the descriptor.
- fetchNarContents(String) - Method in interface org.apache.nifi.nar.NarProvider
-
Deprecated.
Fetches the NAR at the given location.
- fetchParameters(ConfigurationContext) - Method in interface org.apache.nifi.parameter.ParameterProvider
-
Fetches named groups of parameters from an external source.
- file - Variable in class org.apache.nifi.components.resource.FileResourceReference
-
- FileResourceReference - Class in org.apache.nifi.components.resource
-
- FileResourceReference(File) - Constructor for class org.apache.nifi.components.resource.FileResourceReference
-
- filter(FlowFile) - Method in interface org.apache.nifi.processor.FlowFileFilter
-
Indicates whether or not the given FlowFile should be selected and
whether or not the Processor is interested in filtering additional
FlowFiles
- findBulletins(BulletinQuery) - Method in interface org.apache.nifi.reporting.BulletinRepository
-
Finds Bulletin's that meet the specified query.
- findBulletinsForController() - Method in interface org.apache.nifi.reporting.BulletinRepository
-
- findBulletinsForController(int) - Method in interface org.apache.nifi.reporting.BulletinRepository
-
Finds all bulletins for the controller;
- findBulletinsForGroupBySource(String) - Method in interface org.apache.nifi.reporting.BulletinRepository
-
Finds all bulletins for the specified group.
- findBulletinsForGroupBySource(String, int) - Method in interface org.apache.nifi.reporting.BulletinRepository
-
Finds all bulletins for the specified group.
- findBulletinsForSource(String) - Method in interface org.apache.nifi.reporting.BulletinRepository
-
Finds all bulletins for the specified source component.
- findBulletinsForSource(String, String) - Method in interface org.apache.nifi.reporting.BulletinRepository
-
Finds all bulletins for the specified source component that resides in the given group.
- flatten() - Method in interface org.apache.nifi.components.resource.ResourceReferences
-
Iterates through the Resource References and for any reference that may represent more than one
resource, flattens the resource into a List of single-entity references.
- flatten() - Method in class org.apache.nifi.components.resource.StandardResourceReferences
-
- flattenRecursively() - Method in interface org.apache.nifi.components.resource.ResourceReferences
-
Recursively iterates through the Resource References and for any reference that may represent more than one
resource, flattens the resource into a List of single-entity references.
- flattenRecursively() - Method in class org.apache.nifi.components.resource.StandardResourceReferences
-
- flow - Variable in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
-
- FlowAlreadyExistsException - Exception in org.apache.nifi.registry.flow
-
- FlowAlreadyExistsException(String) - Constructor for exception org.apache.nifi.registry.flow.FlowAlreadyExistsException
-
- FlowAlreadyExistsException(String, Throwable) - Constructor for exception org.apache.nifi.registry.flow.FlowAlreadyExistsException
-
- flowContents - Variable in class org.apache.nifi.flow.VersionedExternalFlow
-
- flowContents - Variable in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
-
- flowEncodingVersion - Variable in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
-
- FlowFile - Interface in org.apache.nifi.flowfile
-
A flow file is a logical notion of an item in a flow with its associated
attributes and identity which can be used as a reference for its actual
content.
- FlowFile.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, or obtaining a reference to the FlowFile
- FlowFileAccessException(String) - Constructor for exception org.apache.nifi.processor.exception.FlowFileAccessException
-
- FlowFileAccessException(String, Throwable) - Constructor for exception org.apache.nifi.processor.exception.FlowFileAccessException
-
- flowFileAvailability - Variable in class org.apache.nifi.controller.status.ConnectionStatus
-
- FlowFileAvailability - Enum in org.apache.nifi.controller.status
-
- FlowFileAvailability() - Constructor for enum org.apache.nifi.controller.status.FlowFileAvailability
-
- flowfileConcurrency - Variable in class org.apache.nifi.flow.VersionedProcessGroup
-
- flowFileExpiration - Variable in class org.apache.nifi.flow.VersionedConnection
-
- FlowFileFilter - Interface in org.apache.nifi.processor
-
FlowFileFilter provides a mechanism for selectively choosing which FlowFiles
to obtain from a Processor's incoming connections.
- FlowFileFilter.FlowFileFilterResult - Enum 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
-
- flowfileOutboundPolicy - Variable in class org.apache.nifi.flow.VersionedProcessGroup
-
- flowFileRepositoryFreeSpace - Variable in class org.apache.nifi.controller.status.NodeStatus
-
- flowFileRepositoryUsedSpace - Variable in class org.apache.nifi.controller.status.NodeStatus
-
- flowFilesReceived - Variable in class org.apache.nifi.controller.status.PortStatus
-
- flowFilesReceived - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- flowFilesReceived - Variable in class org.apache.nifi.controller.status.ProcessorStatus
-
- flowFilesRemoved - Variable in class org.apache.nifi.controller.status.ProcessorStatus
-
- flowFilesSent - Variable in class org.apache.nifi.controller.status.PortStatus
-
- flowFilesSent - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- flowFilesSent - Variable in class org.apache.nifi.controller.status.ProcessorStatus
-
- flowFilesTransferred - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- flowFileUuid - Variable in class org.apache.nifi.logging.LogMessage.Builder
-
- flowFileUuid(String) - Method in class org.apache.nifi.logging.LogMessage.Builder
-
- flowFileUuid - Variable in class org.apache.nifi.logging.LogMessage
-
- flowFileUuid - Variable in class org.apache.nifi.reporting.Bulletin
-
- flowId - Variable in class org.apache.nifi.flow.VersionedExternalFlowMetadata
-
- flowId - Variable in class org.apache.nifi.flow.VersionedFlowCoordinates
-
- flowIdentifier - Variable in class org.apache.nifi.registry.flow.RegisteredFlowSnapshotMetadata
-
- flowName - Variable in class org.apache.nifi.flow.VersionedExternalFlowMetadata
-
- FlowRegistryBucket - Class in org.apache.nifi.registry.flow
-
- FlowRegistryBucket() - Constructor for class org.apache.nifi.registry.flow.FlowRegistryBucket
-
- FlowRegistryClient - Interface in org.apache.nifi.registry.flow
-
Represents and external source, where flows might be stored and retrieved from.
- FlowRegistryClientConfigurationContext - Interface in org.apache.nifi.registry.flow
-
- FlowRegistryClientInitializationContext - Interface in org.apache.nifi.registry.flow
-
- FlowRegistryException - Exception in org.apache.nifi.registry.flow
-
Indicates an error interacting with the NiFi registry for a reason other than IOException.
- FlowRegistryException(String) - Constructor for exception org.apache.nifi.registry.flow.FlowRegistryException
-
- FlowRegistryException(String, Throwable) - Constructor for exception org.apache.nifi.registry.flow.FlowRegistryException
-
- FlowRegistryInvalidException - Exception in org.apache.nifi.registry.flow
-
- FlowRegistryInvalidException(List<String>) - Constructor for exception org.apache.nifi.registry.flow.FlowRegistryInvalidException
-
- FlowRegistryPermissions - Class in org.apache.nifi.registry.flow
-
- FlowRegistryPermissions() - Constructor for class org.apache.nifi.registry.flow.FlowRegistryPermissions
-
- 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.
- freeHeap - Variable in class org.apache.nifi.controller.status.NodeStatus
-
- freeNonHeap - Variable in class org.apache.nifi.controller.status.NodeStatus
-
- freeSpace - Variable in class org.apache.nifi.controller.status.StorageStatus
-
- from(ParameterDescriptor) - Method in class org.apache.nifi.parameter.ParameterDescriptor.Builder
-
- 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
-
- funnels - Variable in class org.apache.nifi.flow.VersionedProcessGroup
-
- 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
-
- getAllProperties() - Method in interface org.apache.nifi.context.PropertyContext
-
- getAlternateIdentifierUri() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getAnnotationData() - Method in interface org.apache.nifi.components.ValidationContext
-
- getAnnotationData() - Method in interface org.apache.nifi.controller.ConfigurationContext
-
- getAnnotationData() - Method in class org.apache.nifi.flow.VersionedControllerService
-
- getAnnotationData() - Method in class org.apache.nifi.flow.VersionedFlowRegistryClient
-
- getAnnotationData() - Method in class org.apache.nifi.flow.VersionedParameterProvider
-
- getAnnotationData() - Method in class org.apache.nifi.flow.VersionedProcessor
-
- getAnnotationData() - Method in class org.apache.nifi.flow.VersionedReportingTask
-
- getAnnotationData() - Method in interface org.apache.nifi.processor.ProcessContext
-
- getAnnotationData() - Method in interface org.apache.nifi.search.SearchContext
-
- getArtifact() - Method in class org.apache.nifi.flow.Bundle
-
- getArtifactId() - Method in interface org.apache.nifi.documentation.ServiceAPI
-
- getArtifactId() - Method in class org.apache.nifi.documentation.StandardServiceAPI
-
- getAttribute(String) - Method in interface org.apache.nifi.flowfile.FlowFile
-
Obtains the attribute value for the given key
- getAttribute(String) - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
Returns the attribute with the given name
- getAttributes() - Method in interface org.apache.nifi.flowfile.FlowFile
-
- getAttributes() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getAuthor() - Method in class org.apache.nifi.flow.VersionedExternalFlowMetadata
-
- getAuthor() - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshotMetadata
-
- getAuthorizationIssue() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- getAutoTerminatedRelationships() - Method in class org.apache.nifi.flow.VersionedProcessor
-
- getAvailableRelationships() - Method in interface org.apache.nifi.processor.ProcessContext
-
- getAverageLineageDuration(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
-
- getBackoffMechanism() - Method in class org.apache.nifi.flow.VersionedProcessor
-
- getBackPressureBytesThreshold() - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- getBackPressureDataSizeThreshold() - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- getBackPressureDataSizeThreshold() - Method in class org.apache.nifi.flow.VersionedConnection
-
- getBackPressureObjectThreshold() - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- getBackPressureObjectThreshold() - Method in class org.apache.nifi.flow.VersionedConnection
-
- getBatchSize() - Method in class org.apache.nifi.flow.VersionedRemoteGroupPort
-
- getBends() - Method in class org.apache.nifi.flow.VersionedConnection
-
- getBestEventIdentifier() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
Returns the best event identifier for this event (eventId if available, descriptive identifier if not yet persisted to allow for traceability).
- getBucket(FlowRegistryClientConfigurationContext, String) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClient
-
Gets the bucket with the given id.
- getBucket() - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
-
- getBucketId() - Method in class org.apache.nifi.flow.VersionedFlowCoordinates
-
- getBucketIdentifier() - Method in class org.apache.nifi.flow.VersionedExternalFlowMetadata
-
- getBucketIdentifier() - Method in class org.apache.nifi.registry.flow.RegisteredFlow
-
- getBucketIdentifier() - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshotMetadata
-
- getBucketName() - Method in class org.apache.nifi.registry.flow.RegisteredFlow
-
- getBuckets(FlowRegistryClientConfigurationContext) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClient
-
Gets the buckets for the specified user.
- getBulletinLevel() - Method in class org.apache.nifi.flow.VersionedControllerService
-
- getBulletinLevel() - Method in class org.apache.nifi.flow.VersionedProcessor
-
- getBulletinRepository() - Method in interface org.apache.nifi.reporting.ReportingContext
-
- getBundle() - Method in class org.apache.nifi.flow.ControllerServiceAPI
-
- getBundle() - Method in class org.apache.nifi.flow.ParameterProviderReference
-
- getBundle() - Method in class org.apache.nifi.flow.VersionedConfigurableExtension
-
- getBundle() - Method in interface org.apache.nifi.flow.VersionedExtensionComponent
-
- getBundle() - Method in class org.apache.nifi.flow.VersionedParameterProvider
-
- getByteCount() - Method in class org.apache.nifi.controller.queue.QueueSize
-
- getBytesFetched() - Method in interface org.apache.nifi.provenance.ProvenanceReporter
-
- getBytesRead() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- getBytesRead() - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- getBytesReceived() - Method in class org.apache.nifi.controller.status.PortStatus
-
- getBytesReceived() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- getBytesReceived() - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- getBytesReceived() - Method in interface org.apache.nifi.provenance.ProvenanceReporter
-
- getBytesSent() - Method in class org.apache.nifi.controller.status.PortStatus
-
- getBytesSent() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- getBytesSent() - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- getBytesSent() - Method in interface org.apache.nifi.provenance.ProvenanceReporter
-
- getBytesTransferred() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- getBytesWritten() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- getBytesWritten() - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- getCanDelete() - Method in class org.apache.nifi.registry.flow.FlowRegistryPermissions
-
- getCanRead() - Method in class org.apache.nifi.registry.flow.FlowRegistryPermissions
-
- getCanWrite() - Method in class org.apache.nifi.registry.flow.FlowRegistryPermissions
-
- getCardinality() - Method in interface org.apache.nifi.components.resource.ResourceDefinition
-
Specifies the number of resources that should be reference-able by a component property
- getCardinality() - Method in class org.apache.nifi.components.resource.StandardResourceDefinition
-
- getCardinality() - Method in class org.apache.nifi.flow.VersionedResourceDefinition
-
- getCategory() - Method in class org.apache.nifi.reporting.Bulletin
-
- getChildFlowFileIds() - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
-
- getChildUuids() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getClassloaderIsolationKey(PropertyContext) - Method in interface org.apache.nifi.components.ClassloaderIsolationKeyProvider
-
Determines the key that identifies a shared ClassLoader that this component may use.
- getClassName() - Method in interface org.apache.nifi.documentation.ServiceAPI
-
- getClassName() - Method in class org.apache.nifi.documentation.StandardServiceAPI
-
- getClusterMembers() - Method in interface org.apache.nifi.controller.NodeTypeProvider
-
- getClusterNodeIdentifier() - Method in interface org.apache.nifi.reporting.ReportingContext
-
- getComments() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- getComments() - Method in class org.apache.nifi.flow.ConnectableComponent
-
- getComments() - Method in class org.apache.nifi.flow.VersionedComponent
-
- getComments() - Method in class org.apache.nifi.flow.VersionedExternalFlowMetadata
-
- getComments() - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshotMetadata
-
- getCommunicationsTimeout() - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
-
- getComponentBulletinCapacity() - Method in interface org.apache.nifi.reporting.BulletinRepository
-
- getComponentDetails() - Method in interface org.apache.nifi.action.Action
-
- getComponentId() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getComponentType() - Method in class org.apache.nifi.flow.VersionedComponent
-
- getComponentType() - Method in class org.apache.nifi.flow.VersionedConnection
-
- getComponentType() - Method in class org.apache.nifi.flow.VersionedControllerService
-
- getComponentType() - Method in class org.apache.nifi.flow.VersionedFlowRegistryClient
-
- getComponentType() - Method in class org.apache.nifi.flow.VersionedFunnel
-
- getComponentType() - Method in class org.apache.nifi.flow.VersionedLabel
-
- getComponentType() - Method in class org.apache.nifi.flow.VersionedParameterContext
-
- getComponentType() - Method in class org.apache.nifi.flow.VersionedParameterProvider
-
- getComponentType() - Method in class org.apache.nifi.flow.VersionedPort
-
- getComponentType() - Method in class org.apache.nifi.flow.VersionedProcessGroup
-
- getComponentType() - Method in class org.apache.nifi.flow.VersionedProcessor
-
- getComponentType() - Method in class org.apache.nifi.flow.VersionedRemoteGroupPort
-
- getComponentType() - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
-
- getComponentType() - Method in class org.apache.nifi.flow.VersionedReportingTask
-
- getComponentType() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getConcurrentlySchedulableTaskCount() - Method in class org.apache.nifi.flow.VersionedPort
-
- getConcurrentlySchedulableTaskCount() - Method in class org.apache.nifi.flow.VersionedProcessor
-
- getConcurrentlySchedulableTaskCount() - Method in class org.apache.nifi.flow.VersionedRemoteGroupPort
-
- getConfigurationContext() - Method in class org.apache.nifi.controller.AbstractControllerService
-
- getConnections() - Method in class org.apache.nifi.flow.VersionedProcessGroup
-
- getConnectionStatus() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- getContentClaimContainer() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getContentClaimIdentifier() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getContentClaimOffset() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getContentClaimSection() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getContentRepositories() - Method in class org.apache.nifi.controller.status.NodeStatus
-
- getControllerBulletinCapacity() - Method in interface org.apache.nifi.reporting.BulletinRepository
-
- getControllerService(String) - Method in interface org.apache.nifi.controller.ControllerServiceLookup
-
- getControllerService(String) - Method in class org.apache.nifi.documentation.init.EmptyControllerServiceLookup
-
- getControllerServiceApis() - Method in class org.apache.nifi.flow.VersionedControllerService
-
- getControllerServiceDefinition() - Method in class org.apache.nifi.components.PropertyDescriptor
-
- getControllerServiceIdentifiers(Class<? extends ControllerService>) - Method in interface org.apache.nifi.controller.ControllerServiceLookup
-
- getControllerServiceIdentifiers(Class<? extends ControllerService>) - Method in class org.apache.nifi.documentation.init.EmptyControllerServiceLookup
-
- getControllerServiceLookup() - Method in interface org.apache.nifi.components.ValidationContext
-
- getControllerServiceLookup() - Method in class org.apache.nifi.controller.AbstractControllerService
-
- getControllerServiceLookup() - Method in interface org.apache.nifi.controller.ControllerServiceInitializationContext
-
- getControllerServiceLookup() - Method in class org.apache.nifi.documentation.init.DocumentationControllerServiceInitializationContext
-
- getControllerServiceLookup() - Method in class org.apache.nifi.documentation.init.DocumentationProcessorInitializationContext
-
- getControllerServiceLookup() - Method in class org.apache.nifi.documentation.init.DocumentationReportingInitializationContext
-
- getControllerServiceLookup() - Method in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
-
- getControllerServiceLookup() - Method in interface org.apache.nifi.processor.ProcessContext
-
- getControllerServiceLookup() - Method in interface org.apache.nifi.processor.ProcessorInitializationContext
-
- getControllerServiceLookup() - Method in class org.apache.nifi.reporting.AbstractReportingTask
-
- getControllerServiceLookup() - Method in interface org.apache.nifi.reporting.ReportingContext
-
- getControllerServiceLookup() - Method in interface org.apache.nifi.reporting.ReportingInitializationContext
-
- getControllerServiceName(String) - Method in interface org.apache.nifi.controller.ControllerServiceLookup
-
- getControllerServiceName(String) - Method in class org.apache.nifi.documentation.init.EmptyControllerServiceLookup
-
- getControllerServices() - Method in class org.apache.nifi.flow.VersionedProcessGroup
-
- getControllerServiceValidationContext(ControllerService) - Method in interface org.apache.nifi.components.ValidationContext
-
- getControllerStatus() - Method in interface org.apache.nifi.reporting.EventAccess
-
- getCount() - Method in interface org.apache.nifi.components.resource.ResourceReferences
-
- getCount() - Method in class org.apache.nifi.components.resource.StandardResourceReferences
-
- getCount() - Method in class org.apache.nifi.flow.BatchSize
-
- getCounters() - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- getCreatedAtInMs() - Method in class org.apache.nifi.controller.status.NodeStatus
-
- getCreatedTimestamp() - Method in class org.apache.nifi.registry.flow.FlowRegistryBucket
-
- getCreatedTimestamp() - Method in class org.apache.nifi.registry.flow.RegisteredFlow
-
- getCurrentNode() - Method in interface org.apache.nifi.controller.NodeTypeProvider
-
- getDefaultBackPressureDataSizeThreshold() - Method in class org.apache.nifi.flow.VersionedProcessGroup
-
- getDefaultBackPressureObjectThreshold() - Method in class org.apache.nifi.flow.VersionedProcessGroup
-
- getDefaultConcurrentTasks() - Method in enum org.apache.nifi.scheduling.SchedulingStrategy
-
- getDefaultFlowFileExpiration() - Method in class org.apache.nifi.flow.VersionedProcessGroup
-
- getDefaultSchedulingPeriod() - Method in enum org.apache.nifi.scheduling.SchedulingStrategy
-
- getDefaultValue() - Method in class org.apache.nifi.components.PropertyDescriptor
-
- getDependencies() - Method in class org.apache.nifi.components.PropertyDescriptor
-
- getDependentValues() - Method in class org.apache.nifi.components.PropertyDependency
-
- getDescription() - Method in class org.apache.nifi.components.AllowableValue
-
- getDescription() - Method in interface org.apache.nifi.components.DescribedValue
-
- getDescription() - Method in class org.apache.nifi.components.PropertyDescriptor
-
- getDescription(ConfigurableComponent) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
-
- getDescription() - Method in enum org.apache.nifi.expression.ExpressionLanguageScope
-
- getDescription() - Method in class org.apache.nifi.flow.VersionedFlowRegistryClient
-
- getDescription() - Method in class org.apache.nifi.flow.VersionedParameter
-
- getDescription() - Method in class org.apache.nifi.flow.VersionedParameterContext
-
- getDescription() - Method in class org.apache.nifi.parameter.ParameterDescriptor
-
- getDescription() - Method in class org.apache.nifi.processor.Relationship
-
- getDescription() - Method in class org.apache.nifi.registry.flow.FlowRegistryBucket
-
- getDescription() - Method in class org.apache.nifi.registry.flow.RegisteredFlow
-
- getDescription() - Method in enum org.apache.nifi.registry.flow.VersionedFlowState
-
- getDescription() - Method in class org.apache.nifi.registry.VariableDescriptor
-
- getDescriptor() - Method in class org.apache.nifi.parameter.Parameter
-
- getDestination() - Method in class org.apache.nifi.flow.VersionedConnection
-
- getDestinationId() - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- getDestinationName() - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- getDetails() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getDisplayName() - Method in class org.apache.nifi.components.AllowableValue
-
- getDisplayName() - Method in interface org.apache.nifi.components.DescribedValue
-
- getDisplayName() - Method in class org.apache.nifi.components.PropertyDescriptor
-
- getDisplayName() - Method in class org.apache.nifi.flow.VersionedPropertyDescriptor
-
- getDuration() - Method in enum org.apache.nifi.annotation.behavior.DefaultRunDuration
-
- getDuration() - Method in class org.apache.nifi.flow.BatchSize
-
- getDynamicProperties(ConfigurableComponent) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
-
- getDynamicRelationship(Processor) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
-
- getEndDateTime() - Method in class org.apache.nifi.controller.status.analytics.QueryWindow
-
- getEndTimeMillis() - Method in class org.apache.nifi.controller.status.analytics.QueryWindow
-
- 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
-
- getEventDrivenThreads() - Method in class org.apache.nifi.controller.status.NodeStatus
-
- 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
-
- getExecutionNode() - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- getExecutionNode() - Method in class org.apache.nifi.flow.VersionedProcessor
-
- getExecutionNode() - Method in interface org.apache.nifi.processor.ProcessContext
-
- getExplanation() - Method in class org.apache.nifi.components.ConfigVerificationResult
-
- getExplanation() - Method in class org.apache.nifi.components.ValidationResult
-
- getExpressionLanguageScope() - Method in class org.apache.nifi.components.PropertyDescriptor
-
- getExtensionType(ConfigurableComponent) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
-
- getExternalControllerServices() - Method in class org.apache.nifi.flow.VersionedExternalFlow
-
- getExternalControllerServices() - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
-
- getFileSize() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getFilter() - Method in interface org.apache.nifi.flow.resource.ExternalResourceProviderInitializationContext
-
- getFlow(FlowRegistryClientConfigurationContext, String, String) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClient
-
Retrieves a flow by bucket id and Flow id.
- getFlow() - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
-
- getFlowChanges(int, int) - Method in interface org.apache.nifi.reporting.EventAccess
-
Obtains flow changes starting with (and including) the given action ID.
- getFlowContents() - Method in class org.apache.nifi.flow.VersionedExternalFlow
-
- getFlowContents(FlowRegistryClientConfigurationContext, String, String, int) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClient
-
Retrieves the contents of the flow with the given Bucket id, Flow id, and version, from the Registry.
- getFlowContents() - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
-
- getFlowEncodingVersion() - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
-
- getFlowFileAvailability() - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- getFlowFileConcurrency() - Method in class org.apache.nifi.flow.VersionedProcessGroup
-
- getFlowFileEntryDate() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getFlowFileExpiration() - Method in class org.apache.nifi.flow.VersionedConnection
-
- getFlowFileId() - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
-
- getFlowFileOutboundPolicy() - Method in class org.apache.nifi.flow.VersionedProcessGroup
-
- getFlowFileRepositoryFreeSpace() - Method in class org.apache.nifi.controller.status.NodeStatus
-
- getFlowFileRepositoryUsedSpace() - Method in class org.apache.nifi.controller.status.NodeStatus
-
- getFlowFilesFetched() - Method in interface org.apache.nifi.provenance.ProvenanceReporter
-
- getFlowFilesReceived() - Method in class org.apache.nifi.controller.status.PortStatus
-
- getFlowFilesReceived() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- getFlowFilesReceived() - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- getFlowFilesReceived() - Method in interface org.apache.nifi.provenance.ProvenanceReporter
-
- getFlowFilesRemoved() - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- getFlowFilesSent() - Method in class org.apache.nifi.controller.status.PortStatus
-
- getFlowFilesSent() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- getFlowFilesSent() - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- getFlowFilesSent() - Method in interface org.apache.nifi.provenance.ProvenanceReporter
-
- getFlowFilesTransferred() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- getFlowFileUuid() - Method in class org.apache.nifi.logging.LogMessage
-
- getFlowFileUuid() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getFlowFileUuid() - Method in class org.apache.nifi.reporting.Bulletin
-
- getFlowId() - Method in class org.apache.nifi.flow.VersionedFlowCoordinates
-
- getFlowIdentifier() - Method in class org.apache.nifi.flow.VersionedExternalFlowMetadata
-
- getFlowIdentifier() - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshotMetadata
-
- getFlowName() - Method in class org.apache.nifi.flow.VersionedExternalFlowMetadata
-
- getFlows(FlowRegistryClientConfigurationContext, String) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClient
-
Retrieves the set of all Flows for the specified bucket.
- getFlowVersions(FlowRegistryClientConfigurationContext, String, String) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClient
-
Retrieves the set of all versions of the specified flow.
- getFreeHeap() - Method in class org.apache.nifi.controller.status.NodeStatus
-
- getFreeNonHeap() - Method in class org.apache.nifi.controller.status.NodeStatus
-
- getFreeSpace() - Method in class org.apache.nifi.controller.status.StorageStatus
-
- getFunnels() - Method in class org.apache.nifi.flow.VersionedProcessGroup
-
- getGroup() - Method in class org.apache.nifi.flow.Bundle
-
- getGroupId() - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- getGroupId() - Method in class org.apache.nifi.controller.status.PortStatus
-
- getGroupId() - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- getGroupId() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- getGroupId() - Method in interface org.apache.nifi.documentation.ServiceAPI
-
- getGroupId() - Method in class org.apache.nifi.documentation.StandardServiceAPI
-
- getGroupId() - Method in class org.apache.nifi.flow.ConnectableComponent
-
- getGroupId() - Method in class org.apache.nifi.reporting.Bulletin
-
- getGroupIdentifier() - Method in class org.apache.nifi.flow.VersionedComponent
-
- getGroupIdPattern() - Method in class org.apache.nifi.reporting.BulletinQuery
-
- getGroupName() - Method in class org.apache.nifi.parameter.AbstractParameterGroup
-
- getGroupName() - Method in class org.apache.nifi.parameter.ParameterGroup
-
- getGroupName() - Method in class org.apache.nifi.parameter.ParameterGroupConfiguration
-
- getGroupName() - Method in class org.apache.nifi.reporting.Bulletin
-
- getGroupPath() - Method in class org.apache.nifi.reporting.Bulletin
-
- getGroupStatus(String) - Method in interface org.apache.nifi.reporting.EventAccess
-
- getHeapUtilization() - Method in class org.apache.nifi.controller.status.NodeStatus
-
- getHeight() - Method in class org.apache.nifi.flow.VersionedLabel
-
- getId() - Method in interface org.apache.nifi.action.Action
-
- getId() - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- getId() - Method in class org.apache.nifi.controller.status.PortStatus
-
- getId() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- getId() - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- getId() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- getId() - Method in class org.apache.nifi.flow.ConnectableComponent
-
- getId() - Method in class org.apache.nifi.flow.VersionedFlowRegistryClient
-
- 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.documentation.init.DocumentationControllerServiceInitializationContext
-
- getIdentifier() - Method in class org.apache.nifi.documentation.init.DocumentationParameterProviderInitializationContext
-
- getIdentifier() - Method in class org.apache.nifi.documentation.init.DocumentationProcessorInitializationContext
-
- getIdentifier() - Method in class org.apache.nifi.documentation.init.DocumentationReportingInitializationContext
-
- getIdentifier() - Method in class org.apache.nifi.flow.ExternalControllerServiceReference
-
- getIdentifier() - Method in class org.apache.nifi.flow.ParameterProviderReference
-
- getIdentifier() - Method in class org.apache.nifi.flow.VersionedComponent
-
- getIdentifier() - Method in class org.apache.nifi.parameter.AbstractParameterProvider
-
- getIdentifier() - Method in interface org.apache.nifi.parameter.ParameterProviderInitializationContext
-
- getIdentifier() - Method in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
-
- getIdentifier() - Method in interface org.apache.nifi.processor.ProcessorInitializationContext
-
- getIdentifier() - Method in class org.apache.nifi.registry.flow.AbstractFlowRegistryClient
-
- getIdentifier() - Method in class org.apache.nifi.registry.flow.FlowRegistryBucket
-
- getIdentifier() - Method in interface org.apache.nifi.registry.flow.FlowRegistryClientInitializationContext
-
- getIdentifier() - Method in class org.apache.nifi.registry.flow.RegisteredFlow
-
- getIdentifier() - Method in class org.apache.nifi.reporting.AbstractReportingTask
-
- getIdentifier() - Method in interface org.apache.nifi.reporting.ReportingInitializationContext
-
- getIdentifiesControllerService() - Method in class org.apache.nifi.flow.VersionedPropertyDescriptor
-
- getInactiveRemotePortCount() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- getInheritedParameterContexts() - Method in class org.apache.nifi.flow.VersionedParameterContext
-
- getInput() - Method in class org.apache.nifi.components.ValidationResult
-
- getInputBytes() - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- getInputBytes() - Method in class org.apache.nifi.controller.status.PortStatus
-
- getInputBytes() - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- getInputContentSize() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- getInputCount() - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- getInputCount() - Method in class org.apache.nifi.controller.status.PortStatus
-
- getInputCount() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- getInputCount() - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- getInputPorts() - Method in class org.apache.nifi.flow.VersionedProcessGroup
-
- getInputPorts() - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
-
- getInputPortStatus() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- getInputRequirement(ConfigurableComponent) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
-
- getInstanceIdentifier() - Method in class org.apache.nifi.flow.ConnectableComponent
-
- getInstanceIdentifier() - Method in class org.apache.nifi.flow.VersionedComponent
-
- getInvocations() - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- getItems() - Method in class org.apache.nifi.parameter.AbstractParameterGroup
-
- getKerberosConfigurationFile() - Method in class org.apache.nifi.documentation.init.DocumentationControllerServiceInitializationContext
-
- getKerberosConfigurationFile() - Method in class org.apache.nifi.documentation.init.DocumentationParameterProviderInitializationContext
-
- getKerberosConfigurationFile() - Method in class org.apache.nifi.documentation.init.DocumentationProcessorInitializationContext
-
- getKerberosConfigurationFile() - Method in class org.apache.nifi.documentation.init.DocumentationReportingInitializationContext
-
- getKerberosConfigurationFile() - Method in interface org.apache.nifi.kerberos.KerberosContext
-
The Kerberos configuration file (typically krb5.conf) that will be used
by this JVM during all Kerberos operations.
- getKerberosServiceKeytab() - Method in class org.apache.nifi.documentation.init.DocumentationControllerServiceInitializationContext
-
- getKerberosServiceKeytab() - Method in class org.apache.nifi.documentation.init.DocumentationParameterProviderInitializationContext
-
- getKerberosServiceKeytab() - Method in class org.apache.nifi.documentation.init.DocumentationProcessorInitializationContext
-
- getKerberosServiceKeytab() - Method in class org.apache.nifi.documentation.init.DocumentationReportingInitializationContext
-
- getKerberosServiceKeytab() - Method in interface org.apache.nifi.kerberos.KerberosContext
-
The File instance for the Kerberos service keytab.
- getKerberosServicePrincipal() - Method in class org.apache.nifi.documentation.init.DocumentationControllerServiceInitializationContext
-
- getKerberosServicePrincipal() - Method in class org.apache.nifi.documentation.init.DocumentationParameterProviderInitializationContext
-
- getKerberosServicePrincipal() - Method in class org.apache.nifi.documentation.init.DocumentationProcessorInitializationContext
-
- getKerberosServicePrincipal() - Method in class org.apache.nifi.documentation.init.DocumentationReportingInitializationContext
-
- getKerberosServicePrincipal() - Method in interface org.apache.nifi.kerberos.KerberosContext
-
The Kerberos service principal used by NiFi to communicate with the KDC
in order to obtain tickets on behalf of NiFi.
- getLabel() - Method in class org.apache.nifi.flow.VersionedLabel
-
- getLabel() - Method in class org.apache.nifi.search.SearchResult
-
- getLabelIndex() - Method in class org.apache.nifi.flow.VersionedConnection
-
- getLabels() - Method in class org.apache.nifi.flow.VersionedProcessGroup
-
- getLastModified() - Method in interface org.apache.nifi.flow.resource.ExternalResourceDescriptor
-
- getLastModified() - Method in class org.apache.nifi.flow.resource.ImmutableExternalResourceDescriptor
-
- getLastModifiedTimestamp() - Method in class org.apache.nifi.registry.flow.RegisteredFlow
-
- getLastQueueDate() - Method in interface org.apache.nifi.flowfile.FlowFile
-
- getLastRefreshTime() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- getLatest() - Method in class org.apache.nifi.flow.VersionedFlowCoordinates
-
- getLatestVersion(FlowRegistryClientConfigurationContext, String, String) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClient
-
Returns the latest (most recent) version of the Flow in the Flow Registry for the given bucket and Flow.
- getLevel() - Method in class org.apache.nifi.reporting.Bulletin
-
- getLimit() - Method in class org.apache.nifi.reporting.BulletinQuery
-
- getLineageStartDate() - Method in interface org.apache.nifi.flowfile.FlowFile
-
- getLineageStartDate() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getLineageStartIndex() - Method in interface org.apache.nifi.flowfile.FlowFile
-
Returns a 64-bit integer that indicates the order in which the FlowFile was added to the
flow with respect to other FlowFiles that have the same last lineage start date.
- getLoadBalanceCompression() - Method in class org.apache.nifi.flow.VersionedConnection
-
- getLoadBalanceStatus() - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- getLoadBalanceStrategy() - Method in class org.apache.nifi.flow.VersionedConnection
-
- getLocalNetworkInterface() - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
-
- getLocation() - Method in class org.apache.nifi.components.resource.FileResourceReference
-
- getLocation() - Method in interface org.apache.nifi.components.resource.ResourceReference
-
- getLocation() - Method in class org.apache.nifi.components.resource.URLResourceReference
-
- getLocation() - Method in class org.apache.nifi.components.resource.Utf8TextResource
-
- getLocation() - Method in interface org.apache.nifi.flow.resource.ExternalResourceDescriptor
-
- getLocation() - Method in class org.apache.nifi.flow.resource.ImmutableExternalResourceDescriptor
-
- getLogger() - Method in class org.apache.nifi.controller.AbstractControllerService
-
- getLogger() - Method in interface org.apache.nifi.controller.ControllerServiceInitializationContext
-
- getLogger() - Method in class org.apache.nifi.documentation.init.DocumentationControllerServiceInitializationContext
-
- getLogger() - Method in class org.apache.nifi.documentation.init.DocumentationParameterProviderInitializationContext
-
- getLogger() - Method in class org.apache.nifi.documentation.init.DocumentationProcessorInitializationContext
-
- getLogger() - Method in class org.apache.nifi.documentation.init.DocumentationReportingInitializationContext
-
- getLogger() - Method in class org.apache.nifi.parameter.AbstractParameterProvider
-
- getLogger() - Method in interface org.apache.nifi.parameter.ParameterProviderInitializationContext
-
- getLogger() - Method in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
-
- getLogger() - Method in interface org.apache.nifi.processor.ProcessorInitializationContext
-
- getLogger() - Method in class org.apache.nifi.registry.flow.AbstractFlowRegistryClient
-
- getLogger() - Method in interface org.apache.nifi.registry.flow.FlowRegistryClientInitializationContext
-
- getLogger() - Method in class org.apache.nifi.reporting.AbstractReportingTask
-
- getLogger() - Method in interface org.apache.nifi.reporting.ReportingInitializationContext
-
- getLogLevel() - Method in class org.apache.nifi.logging.LogMessage
-
- getMatch() - Method in class org.apache.nifi.search.SearchResult
-
- getMaxBackoffPeriod() - Method in class org.apache.nifi.flow.VersionedProcessor
-
- getMaxBulletinId() - Method in interface org.apache.nifi.reporting.BulletinRepository
-
- getMaxConcurrentTasks() - Method in interface org.apache.nifi.processor.ProcessContext
-
- getMaxEventId() - Method in interface org.apache.nifi.provenance.ProvenanceEventRepository
-
- getMaxQueuedBytes() - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- getMaxQueuedCount() - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- getMaxQueuedDuration() - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- getMessage() - Method in class org.apache.nifi.logging.LogMessage
-
- getMessage() - Method in class org.apache.nifi.reporting.Bulletin
-
- getMessagePattern() - Method in class org.apache.nifi.reporting.BulletinQuery
-
- getMetadata() - Method in class org.apache.nifi.flow.VersionedExternalFlow
-
- getName() - Method in class org.apache.nifi.components.PropertyDescriptor
-
- getName() - Method in interface org.apache.nifi.controller.ConfigurationContext
-
Returns the component's (ControllerService, ReportingTask, ParameterProvider, e.g.) name
- getName() - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- getName() - Method in class org.apache.nifi.controller.status.PortStatus
-
- getName() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- getName() - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- getName() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- getName() - Method in class org.apache.nifi.controller.status.StorageStatus
-
- getName() - Method in class org.apache.nifi.documentation.init.DocumentationParameterProviderInitializationContext
-
- getName() - Method in class org.apache.nifi.documentation.init.DocumentationReportingInitializationContext
-
- getName() - Method in class org.apache.nifi.documentation.init.NopComponentLog
-
- getName() - Method in class org.apache.nifi.flow.ConnectableComponent
-
- getName() - Method in class org.apache.nifi.flow.ExternalControllerServiceReference
-
- getName() - Method in class org.apache.nifi.flow.ParameterProviderReference
-
- getName() - Method in class org.apache.nifi.flow.VersionedComponent
-
- getName() - Method in class org.apache.nifi.flow.VersionedParameter
-
- getName() - Method in class org.apache.nifi.flow.VersionedPropertyDescriptor
-
- getName() - Method in interface org.apache.nifi.logging.ComponentLog
-
- getName() - Method in class org.apache.nifi.parameter.AbstractParameterProvider
-
- getName() - Method in class org.apache.nifi.parameter.ParameterDescriptor
-
- getName() - Method in interface org.apache.nifi.parameter.ParameterProviderInitializationContext
-
- getName() - Method in enum org.apache.nifi.parameter.ParameterSensitivity
-
- getName() - Method in interface org.apache.nifi.processor.ProcessContext
-
- getName() - Method in class org.apache.nifi.processor.Relationship
-
- getName() - Method in class org.apache.nifi.registry.flow.FlowRegistryBucket
-
- getName() - Method in class org.apache.nifi.registry.flow.RegisteredFlow
-
- getName() - Method in class org.apache.nifi.registry.VariableDescriptor
-
- getName() - Method in class org.apache.nifi.reporting.AbstractReportingTask
-
- getName() - Method in interface org.apache.nifi.reporting.ReportingInitializationContext
-
- getNamePattern() - Method in class org.apache.nifi.reporting.BulletinQuery
-
- getNextPredictedQueuedBytes() - Method in class org.apache.nifi.controller.status.analytics.ConnectionStatusPredictions
-
- getNextPredictedQueuedCount() - Method in class org.apache.nifi.controller.status.analytics.ConnectionStatusPredictions
-
- getNiFiSSLContext() - Method in interface org.apache.nifi.nar.NarProviderInitializationContext
-
Deprecated.
- getNiFiUserIdentity() - Method in interface org.apache.nifi.registry.flow.FlowRegistryClientConfigurationContext
-
- getNodeAddress() - Method in class org.apache.nifi.reporting.Bulletin
-
- getNodeTypeProvider() - Method in class org.apache.nifi.controller.AbstractControllerService
-
- getNodeTypeProvider() - Method in interface org.apache.nifi.controller.ControllerServiceInitializationContext
-
- getNodeTypeProvider() - Method in class org.apache.nifi.documentation.init.DocumentationControllerServiceInitializationContext
-
- getNodeTypeProvider() - Method in class org.apache.nifi.documentation.init.DocumentationParameterProviderInitializationContext
-
- getNodeTypeProvider() - Method in class org.apache.nifi.documentation.init.DocumentationProcessorInitializationContext
-
- getNodeTypeProvider() - Method in class org.apache.nifi.documentation.init.DocumentationReportingInitializationContext
-
- getNodeTypeProvider() - Method in class org.apache.nifi.parameter.AbstractParameterProvider
-
- getNodeTypeProvider() - Method in interface org.apache.nifi.parameter.ParameterProviderInitializationContext
-
- getNodeTypeProvider() - Method in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
-
- getNodeTypeProvider() - Method in interface org.apache.nifi.processor.ProcessorInitializationContext
-
- getNodeTypeProvider() - Method in class org.apache.nifi.reporting.AbstractReportingTask
-
- getNodeTypeProvider() - Method in interface org.apache.nifi.reporting.ReportingInitializationContext
-
- getObjectCount() - Method in class org.apache.nifi.controller.queue.QueueSize
-
- getObjects() - Method in class org.apache.nifi.logging.LogMessage
-
- getOpenFileHandlers() - Method in class org.apache.nifi.controller.status.NodeStatus
-
- getOperation() - Method in interface org.apache.nifi.action.Action
-
- getOutcome() - Method in class org.apache.nifi.components.ConfigVerificationResult
-
- getOutputBytes() - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- getOutputBytes() - Method in class org.apache.nifi.controller.status.PortStatus
-
- getOutputBytes() - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- getOutputContentSize() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- getOutputCount() - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- getOutputCount() - Method in class org.apache.nifi.controller.status.PortStatus
-
- getOutputCount() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- getOutputCount() - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- getOutputPorts() - Method in class org.apache.nifi.flow.VersionedProcessGroup
-
- getOutputPorts() - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
-
- getOutputPortStatus() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- getParameterContextId() - Method in class org.apache.nifi.parameter.Parameter
-
- getParameterContextName() - Method in class org.apache.nifi.flow.VersionedProcessGroup
-
- getParameterContextName() - Method in class org.apache.nifi.parameter.ParameterGroupConfiguration
-
- getParameterContexts() - Method in class org.apache.nifi.flow.VersionedExternalFlow
-
- getParameterContexts() - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
-
- getParameterGroupName() - Method in class org.apache.nifi.flow.VersionedParameterContext
-
- getParameterProvider() - Method in class org.apache.nifi.flow.VersionedParameterContext
-
- getParameterProviders() - Method in class org.apache.nifi.flow.VersionedExternalFlow
-
- getParameterProviders() - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
-
- getParameters() - Method in class org.apache.nifi.flow.VersionedParameterContext
-
- getParameters() - Method in class org.apache.nifi.parameter.ParameterGroup
-
- getParameterSensitivities() - Method in class org.apache.nifi.parameter.ParameterGroupConfiguration
-
- getParent() - Method in interface org.apache.nifi.registry.ComponentVariableRegistry
-
- getParentFlowFileIds() - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
-
- getParentUuids() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getPartitioningAttribute() - Method in class org.apache.nifi.flow.VersionedConnection
-
- getPenaltyDuration() - Method in class org.apache.nifi.flow.VersionedProcessor
-
- getPermissionIdentifier() - Method in enum org.apache.nifi.components.RequiredPermission
-
- getPermissionLabel() - Method in enum org.apache.nifi.components.RequiredPermission
-
- getPermissions() - Method in class org.apache.nifi.registry.flow.FlowRegistryBucket
-
- getPermissions() - Method in class org.apache.nifi.registry.flow.RegisteredFlow
-
- getPosition() - Method in class org.apache.nifi.flow.VersionedComponent
-
- getPredictedPercentBytes() - Method in class org.apache.nifi.controller.status.analytics.ConnectionStatusPredictions
-
- getPredictedPercentCount() - Method in class org.apache.nifi.controller.status.analytics.ConnectionStatusPredictions
-
- getPredictedTimeToBytesBackpressureMillis() - Method in class org.apache.nifi.controller.status.analytics.ConnectionStatusPredictions
-
- getPredictedTimeToCountBackpressureMillis() - Method in class org.apache.nifi.controller.status.analytics.ConnectionStatusPredictions
-
- getPredictionIntervalMillis() - Method in class org.apache.nifi.controller.status.analytics.ConnectionStatusPredictions
-
- getPredictions() - Method in interface org.apache.nifi.controller.status.analytics.StatusAnalytics
-
Get available predictions where the key (String) in the map is the name of the prediction and value (Long)
is the value for the prediction
- getPredictions() - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- getPreviousAttributes() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getPreviousContentClaimContainer() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getPreviousContentClaimIdentifier() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getPreviousContentClaimOffset() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getPreviousContentClaimSection() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getPreviousFileSize() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getPrioritizers() - Method in class org.apache.nifi.flow.VersionedConnection
-
- getProcessGroupIdentifier() - Method in interface org.apache.nifi.components.ValidationContext
-
Returns the identifier of the ProcessGroup that the component being validated lives in
- getProcessGroups() - Method in class org.apache.nifi.flow.VersionedProcessGroup
-
- getProcessGroupStatus() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- getProcessingNanos() - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- getProcessorLoadAverage() - Method in class org.apache.nifi.controller.status.NodeStatus
-
- getProcessors() - Method in class org.apache.nifi.flow.VersionedProcessGroup
-
- getProcessorStatus() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- getProperties() - Method in interface org.apache.nifi.components.ValidationContext
-
- getProperties() - Method in interface org.apache.nifi.controller.ConfigurationContext
-
- getProperties() - Method in interface org.apache.nifi.flow.resource.ExternalResourceProviderInitializationContext
-
- getProperties() - Method in interface org.apache.nifi.flow.VersionedConfigurableComponent
-
- getProperties() - Method in class org.apache.nifi.flow.VersionedConfigurableExtension
-
- getProperties() - Method in class org.apache.nifi.flow.VersionedParameterProvider
-
- getProperties() - Method in interface org.apache.nifi.nar.NarProviderInitializationContext
-
Deprecated.
- 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.context.PropertyContext
-
Retrieves the current value set for the given descriptor, if a value is
set - else uses the descriptor to determine the appropriate default value
- getProperty(PropertyDescriptor) - Method in class org.apache.nifi.controller.AbstractControllerService
-
- getProperty(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.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
-
- getPropertyDescriptor() - Method in interface org.apache.nifi.components.resource.ResourceContext
-
- getPropertyDescriptor() - Method in class org.apache.nifi.components.resource.StandardResourceContext
-
- getPropertyDescriptors() - Method in class org.apache.nifi.components.AbstractConfigurableComponent
-
- getPropertyDescriptors() - Method in interface org.apache.nifi.components.ConfigurableComponent
-
- getPropertyDescriptors() - Method in interface org.apache.nifi.flow.VersionedConfigurableComponent
-
- getPropertyDescriptors() - Method in class org.apache.nifi.flow.VersionedConfigurableExtension
-
- getPropertyDescriptors() - Method in class org.apache.nifi.flow.VersionedParameterProvider
-
- getPropertyDisplayName() - Method in class org.apache.nifi.components.PropertyDependency
-
- getPropertyName() - Method in class org.apache.nifi.components.PropertyDependency
-
- getProvenanceEvents(long, int) - Method in interface org.apache.nifi.reporting.EventAccess
-
Convenience method to obtain Provenance Events starting with (and
including) the given ID.
- getProvenanceReporter() - Method in interface org.apache.nifi.processor.ProcessSession
-
Returns a ProvenanceReporter that is tied to this ProcessSession.
- getProvenanceRepositories() - Method in class org.apache.nifi.controller.status.NodeStatus
-
- getProvenanceRepository() - Method in interface org.apache.nifi.reporting.EventAccess
-
- getProxyHost() - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
-
- getProxyPort() - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
-
- getProxyUser() - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
-
- getQueryWindow() - Method in interface org.apache.nifi.controller.status.analytics.StatusAnalytics
-
Get the Query Window used by the analytics instance
- getQueueDateIndex() - Method in interface org.apache.nifi.flowfile.FlowFile
-
Returns a 64-bit integer that indicates the order in which the FlowFile was added to the
FlowFile queue with respect to other FlowFiles that have the same last queue date.
- getQueuedBytes() - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- getQueuedContentSize() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- getQueuedCount() - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- getQueuedCount() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- getQueueSize() - Method in interface org.apache.nifi.processor.ProcessSession
-
- getReadsAttributes(Processor) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
-
- getReceivedContentSize() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- getReceivedCount() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- getReferencedParameters(String) - Method in interface org.apache.nifi.components.ValidationContext
-
Returns a Collection containing the names of all Parameters that are referenced by the property with the given name
- getRegistryId() - Method in class org.apache.nifi.flow.VersionedFlowCoordinates
-
- getRegistryUrl() - Method in class org.apache.nifi.flow.VersionedFlowCoordinates
-
Deprecated.
- getRelationship() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getRelationships() - Method in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
-
- getRelationships() - Method in interface org.apache.nifi.processor.Processor
-
- getRemoteGroupId() - Method in class org.apache.nifi.flow.VersionedRemoteGroupPort
-
- getRemoteProcessGroups() - Method in class org.apache.nifi.flow.VersionedProcessGroup
-
- getRemoteProcessGroupStatus() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- getResourceDefinition() - Method in class org.apache.nifi.components.PropertyDescriptor
-
- getResourceDefinition() - Method in class org.apache.nifi.flow.VersionedPropertyDescriptor
-
- getResourceReferenceFactory() - Method in interface org.apache.nifi.components.resource.ResourceContext
-
- getResourceReferenceFactory() - Method in class org.apache.nifi.components.resource.StandardResourceContext
-
- getResourceType() - Method in class org.apache.nifi.components.resource.FileResourceReference
-
- getResourceType() - Method in interface org.apache.nifi.components.resource.ResourceReference
-
- getResourceType() - Method in class org.apache.nifi.components.resource.URLResourceReference
-
- getResourceType() - Method in class org.apache.nifi.components.resource.Utf8TextResource
-
- getResourceTypes() - Method in interface org.apache.nifi.components.resource.ResourceDefinition
-
- getResourceTypes() - Method in class org.apache.nifi.components.resource.StandardResourceDefinition
-
- getResourceTypes() - Method in class org.apache.nifi.flow.VersionedResourceDefinition
-
- getResultType() - Method in interface org.apache.nifi.expression.AttributeExpression
-
- getResultType(String) - Method in interface org.apache.nifi.expression.ExpressionLanguageCompiler
-
Returns the ResultType that will be returned by the given Expression
- getRetriedRelationships() - Method in class org.apache.nifi.flow.VersionedProcessor
-
- getRetryCount() - Method in class org.apache.nifi.flow.VersionedProcessor
-
- getRetryCount() - Method in interface org.apache.nifi.processor.ProcessContext
-
- getRunDurationMillis() - Method in class org.apache.nifi.flow.VersionedProcessor
-
- getRunStatus() - Method in class org.apache.nifi.controller.status.PortStatus
-
- getRunStatus() - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- getScheduledState() - Method in class org.apache.nifi.flow.VersionedControllerService
-
- getScheduledState() - Method in class org.apache.nifi.flow.VersionedPort
-
- getScheduledState() - Method in class org.apache.nifi.flow.VersionedProcessor
-
- getScheduledState() - Method in class org.apache.nifi.flow.VersionedRemoteGroupPort
-
- getScheduledState() - Method in class org.apache.nifi.flow.VersionedReportingTask
-
- getSchedulingPeriod() - Method in interface org.apache.nifi.controller.ConfigurationContext
-
- getSchedulingPeriod(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.documentation.init.DocumentationReportingInitializationContext
-
- getSchedulingPeriod() - Method in class org.apache.nifi.documentation.init.DocumentationReportingInitializationContext
-
- getSchedulingPeriod() - Method in class org.apache.nifi.flow.VersionedProcessor
-
- getSchedulingPeriod() - Method in class org.apache.nifi.flow.VersionedReportingTask
-
- getSchedulingPeriod(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 class org.apache.nifi.documentation.init.DocumentationReportingInitializationContext
-
- getSchedulingStrategy() - Method in class org.apache.nifi.flow.VersionedProcessor
-
- getSchedulingStrategy() - Method in class org.apache.nifi.flow.VersionedReportingTask
-
- getSchedulingStrategy() - Method in interface org.apache.nifi.reporting.ReportingInitializationContext
-
- getScores() - Method in interface org.apache.nifi.controller.status.analytics.StatusAnalyticsModel
-
Returns a map of scores relevant to model (e.g.
- getSearchTerm() - Method in interface org.apache.nifi.search.SearchContext
-
- getSelectedRelationships() - Method in class org.apache.nifi.flow.VersionedConnection
-
- getSentContentSize() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- getSentCount() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- getSize() - Method in class org.apache.nifi.flow.BatchSize
-
- getSize() - Method in interface org.apache.nifi.flowfile.FlowFile
-
- getSnapshotMetadata() - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
-
- getSource() - Method in class org.apache.nifi.flow.VersionedConnection
-
- getSourceId() - Method in interface org.apache.nifi.action.Action
-
- getSourceId() - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- getSourceId() - Method in class org.apache.nifi.reporting.Bulletin
-
- getSourceIdPattern() - Method in class org.apache.nifi.reporting.BulletinQuery
-
- getSourceName() - Method in interface org.apache.nifi.action.Action
-
- getSourceName() - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- getSourceName() - Method in class org.apache.nifi.reporting.Bulletin
-
- getSourceQueueIdentifier() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getSourceSystemFlowFileIdentifier() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
Since the receiving system will usually refer to the data using a
different identifier than the source system, this information is used to
correlate the receive system's FlowFile with the sending system's data
- getSourceType() - Method in interface org.apache.nifi.action.Action
-
- getSourceType() - Method in class org.apache.nifi.reporting.Bulletin
-
- getSourceType() - Method in class org.apache.nifi.reporting.BulletinQuery
-
- getSSLContext() - Method in interface org.apache.nifi.flow.resource.ExternalResourceProviderInitializationContext
-
- getStartDateTime() - Method in class org.apache.nifi.controller.status.analytics.QueryWindow
-
- getStartTimeMillis() - Method in class org.apache.nifi.controller.status.analytics.QueryWindow
-
- getState(Scope) - Method in interface org.apache.nifi.components.state.StateManager
-
Returns the current state for the component.
- getState(Scope) - Method in class org.apache.nifi.documentation.init.NopStateManager
-
- getState(Scope) - Method in interface org.apache.nifi.processor.ProcessSession
-
Returns the current state for the component.
- getStateManager() - Method in class org.apache.nifi.controller.AbstractControllerService
-
- getStateManager() - Method in interface org.apache.nifi.controller.ControllerServiceInitializationContext
-
- getStateManager() - Method in class org.apache.nifi.documentation.init.DocumentationControllerServiceInitializationContext
-
- getStateManager() - Method in interface org.apache.nifi.processor.ProcessContext
-
- getStateManager() - Method in interface org.apache.nifi.reporting.ReportingContext
-
- getStatusAnalytics(String) - Method in interface org.apache.nifi.controller.status.analytics.StatusAnalyticsEngine
-
Retrieve status analytics object for given component
- getStorageLocation() - Method in class org.apache.nifi.flow.VersionedFlowCoordinates
-
- getStyle() - Method in class org.apache.nifi.flow.VersionedLabel
-
- getStyle() - Method in class org.apache.nifi.flow.VersionedProcessor
-
- getSubject() - Method in class org.apache.nifi.components.ValidationResult
-
- getSupportedDynamicPropertyDescriptor(String) - Method in class org.apache.nifi.components.AbstractConfigurableComponent
-
Used to allow subclasses to determine what PropertyDescriptor if any to
use when a property is requested for which a descriptor is not already
registered.
- getSupportedPropertyDescriptor(PropertyDescriptor) - Method in class org.apache.nifi.components.AbstractConfigurableComponent
-
- getSupportedPropertyDescriptors() - Method in class org.apache.nifi.components.AbstractConfigurableComponent
-
Allows subclasses to register which property descriptor objects are
supported.
- getSystemResourceConsiderations(ConfigurableComponent) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
-
- getSystemSslContext() - Method in class org.apache.nifi.registry.flow.AbstractFlowRegistryClient
-
- getSystemSslContext() - Method in interface org.apache.nifi.registry.flow.FlowRegistryClientInitializationContext
-
- getTags(ConfigurableComponent) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
-
- getTargetId() - Method in class org.apache.nifi.flow.VersionedRemoteGroupPort
-
- getTargetUri() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- getTargetUri() - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
-
Deprecated.
- getTargetUris() - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
-
- getTerminatedThreadCount() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- getTerminatedThreadCount() - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- getThrowable() - Method in class org.apache.nifi.logging.LogMessage
-
- getTime() - Method in class org.apache.nifi.logging.LogMessage
-
- getTimeDifferenceMillis() - Method in class org.apache.nifi.controller.status.analytics.QueryWindow
-
- getTimerDrivenThreads() - Method in class org.apache.nifi.controller.status.NodeStatus
-
- getTimestamp() - Method in interface org.apache.nifi.action.Action
-
- getTimestamp() - Method in class org.apache.nifi.flow.VersionedExternalFlowMetadata
-
- getTimestamp() - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshotMetadata
-
- getTimestamp() - Method in class org.apache.nifi.reporting.Bulletin
-
- getTotalBytesRead() - Method in interface org.apache.nifi.reporting.EventAccess
-
Returns the total number of bytes read by this instance (at the root process group level, i.e.
- getTotalBytesReceived() - Method in interface org.apache.nifi.reporting.EventAccess
-
Returns the total number of bytes received by this instance (at the root process group level) since the instance started
- getTotalBytesSent() - Method in interface org.apache.nifi.reporting.EventAccess
-
Returns the total number of bytes sent by this instance (at the root process group level) since the instance started
- getTotalBytesWritten() - Method in interface org.apache.nifi.reporting.EventAccess
-
Returns the total number of bytes written by this instance (at the root process group level, i.e.
- getTotalQueuedDuration() - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- getTotalThreads() - Method in class org.apache.nifi.controller.status.NodeStatus
-
- getTransitUri() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getTransmissionStatus() - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- getTransmitting() - Method in class org.apache.nifi.controller.status.PortStatus
-
- getTransportProtocol() - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
-
- getType() - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- getType() - Method in class org.apache.nifi.flow.ConnectableComponent
-
- getType() - Method in class org.apache.nifi.flow.ControllerServiceAPI
-
- getType() - Method in class org.apache.nifi.flow.ParameterProviderReference
-
- getType() - Method in class org.apache.nifi.flow.VersionedConfigurableExtension
-
- getType() - Method in interface org.apache.nifi.flow.VersionedExtensionComponent
-
- getType() - Method in class org.apache.nifi.flow.VersionedParameterProvider
-
- getType() - Method in class org.apache.nifi.flow.VersionedPort
-
- getTypeName() - Method in enum org.apache.nifi.flow.ComponentType
-
- getUpdatedAttributes() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- getUrl() - Method in class org.apache.nifi.flow.VersionedFlowRegistryClient
-
Deprecated.
- getUsedHeap() - Method in class org.apache.nifi.controller.status.NodeStatus
-
- getUsedNonHeap() - Method in class org.apache.nifi.controller.status.NodeStatus
-
- getUsedSpace() - Method in class org.apache.nifi.controller.status.StorageStatus
-
- getUserIdentity() - Method in interface org.apache.nifi.action.Action
-
- getValidators() - Method in class org.apache.nifi.components.PropertyDescriptor
-
- getValue() - Method in class org.apache.nifi.components.AllowableValue
-
- getValue() - Method in interface org.apache.nifi.components.DescribedValue
-
- getValue() - Method in interface org.apache.nifi.components.PropertyValue
-
- getValue() - Method in class org.apache.nifi.flow.VersionedParameter
-
- getValue() - Method in class org.apache.nifi.parameter.Parameter
-
- 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.
- getVariables() - Method in class org.apache.nifi.flow.VersionedProcessGroup
-
- 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
- getVerificationStepName() - Method in class org.apache.nifi.components.ConfigVerificationResult
-
- getVersion() - Method in interface org.apache.nifi.components.state.StateMap
-
Each time that a component's state is updated, the state is assigned a new version.
- getVersion() - Method in interface org.apache.nifi.documentation.ServiceAPI
-
- getVersion() - Method in class org.apache.nifi.documentation.StandardServiceAPI
-
- getVersion() - Method in class org.apache.nifi.flow.Bundle
-
- getVersion() - Method in class org.apache.nifi.flow.VersionedExternalFlowMetadata
-
- getVersion() - Method in class org.apache.nifi.flow.VersionedFlowCoordinates
-
- getVersion() - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshotMetadata
-
- getVersion() - Method in class org.apache.nifi.registry.flow.RegisteredFlowVersionInfo
-
- getVersionCount() - Method in class org.apache.nifi.registry.flow.RegisteredFlow
-
- getVersionedComponentId() - Method in interface org.apache.nifi.components.VersionedComponent
-
- getVersionedFlowCoordinates() - Method in class org.apache.nifi.flow.VersionedProcessGroup
-
- getVersionedFlowState() - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- getVersionInfo() - Method in class org.apache.nifi.registry.flow.RegisteredFlow
-
- getWidth() - Method in class org.apache.nifi.flow.VersionedLabel
-
- getWritesAttributes(Processor) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
-
- getX() - Method in class org.apache.nifi.flow.Position
-
- getY() - Method in class org.apache.nifi.flow.Position
-
- getYieldDuration() - Method in class org.apache.nifi.flow.VersionedProcessor
-
- getYieldDuration() - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
-
- getzIndex() - Method in class org.apache.nifi.flow.VersionedConnection
-
- getzIndex() - Method in class org.apache.nifi.flow.VersionedLabel
-
- group - Variable in class org.apache.nifi.flow.Bundle
-
- groupId - Variable in class org.apache.nifi.controller.status.ConnectionStatus
-
- groupId - Variable in class org.apache.nifi.controller.status.PortStatus
-
- groupId - Variable in class org.apache.nifi.controller.status.ProcessorStatus
-
- groupId - Variable in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- groupId - Variable in class org.apache.nifi.documentation.StandardServiceAPI
-
- groupId - Variable in class org.apache.nifi.flow.ConnectableComponent
-
- groupId - Variable in class org.apache.nifi.flow.VersionedComponent
-
- groupId - Variable in class org.apache.nifi.reporting.Bulletin
-
- groupIdMatches(String) - Method in class org.apache.nifi.reporting.BulletinQuery.Builder
-
- groupIdPattern - Variable in class org.apache.nifi.reporting.BulletinQuery.Builder
-
- groupIdPattern - Variable in class org.apache.nifi.reporting.BulletinQuery
-
- groupName - Variable in class org.apache.nifi.parameter.AbstractParameterGroup
-
- groupName - Variable in class org.apache.nifi.parameter.ParameterGroup
-
- groupName - Variable in class org.apache.nifi.parameter.ParameterGroupConfiguration
-
- groupName - Variable in class org.apache.nifi.reporting.Bulletin
-
- groupPath - Variable in class org.apache.nifi.reporting.Bulletin
-
- id - Variable in class org.apache.nifi.controller.status.ConnectionStatus
-
- id - Variable in class org.apache.nifi.controller.status.PortStatus
-
- id - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- id - Variable in class org.apache.nifi.controller.status.ProcessorStatus
-
- id - Variable in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- id - Variable in class org.apache.nifi.documentation.init.DocumentationControllerServiceInitializationContext
-
- id - Variable in class org.apache.nifi.documentation.init.DocumentationParameterProviderInitializationContext
-
- id - Variable in class org.apache.nifi.documentation.init.DocumentationReportingInitializationContext
-
- id - Variable in class org.apache.nifi.flow.ConnectableComponent
-
- id - Variable in class org.apache.nifi.flow.VersionedFlowRegistryClient
-
Deprecated.
- 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.flow.ExternalControllerServiceReference
-
- identifier - Variable in class org.apache.nifi.flow.ParameterProviderReference
-
- identifier - Variable in class org.apache.nifi.flow.VersionedComponent
-
- identifier - Variable in class org.apache.nifi.parameter.AbstractParameterProvider
-
- identifier - Variable in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
-
- identifier - Variable in class org.apache.nifi.registry.flow.AbstractFlowRegistryClient
-
- identifier - Variable in class org.apache.nifi.registry.flow.FlowRegistryBucket
-
- identifier - Variable in class org.apache.nifi.registry.flow.RegisteredFlow
-
- identifier - Variable in class org.apache.nifi.reporting.AbstractReportingTask
-
- identifiesControllerService(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
- identifiesControllerService - Variable in class org.apache.nifi.flow.VersionedPropertyDescriptor
-
- identifiesExternalResource(ResourceCardinality, ResourceType, ResourceType...) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
-
Specifies that this property references one or more resources that are external to NiFi that the component is meant to consume.
- ImmutableExternalResourceDescriptor - Class in org.apache.nifi.flow.resource
-
- ImmutableExternalResourceDescriptor(String, long) - Constructor for class org.apache.nifi.flow.resource.ImmutableExternalResourceDescriptor
-
- importFrom(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 class org.apache.nifi.documentation.init.NopComponentLog
-
- info(String, Object[]) - Method in class org.apache.nifi.documentation.init.NopComponentLog
-
- info(String) - Method in class org.apache.nifi.documentation.init.NopComponentLog
-
- info(String, Object[], Throwable) - Method in class org.apache.nifi.documentation.init.NopComponentLog
-
- info(LogMessage) - Method in class org.apache.nifi.documentation.init.NopComponentLog
-
- 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
-
- info(LogMessage) - Method in interface org.apache.nifi.logging.ComponentLog
-
- inheritedParameterContexts - Variable in class org.apache.nifi.flow.VersionedParameterContext
-
- init(ControllerServiceInitializationContext) - Method in class org.apache.nifi.controller.AbstractControllerService
-
Provides a mechanism by which subclasses can perform initialization of
the Controller Service before it is scheduled to be run
- init(ParameterProviderInitializationContext) - Method in class org.apache.nifi.parameter.AbstractParameterProvider
-
Provides a mechanism by which subclasses can perform initialization of
the Parameter Provider before its parameters are fetched
- init(ProcessorInitializationContext) - Method in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
-
Provides subclasses the ability to perform initialization logic
- init(ReportingInitializationContext) - Method in class org.apache.nifi.reporting.AbstractReportingTask
-
Provides a mechanism by which subclasses can perform initialization of
the Reporting Task before it is scheduled to be run
- InitializationException - Exception 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(ConfigurableComponent) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
-
- initialize(Processor) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
-
- initialize(ControllerService) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
-
- initialize(ReportingTask) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
-
- initialize(ParameterProvider) - Method in class org.apache.nifi.documentation.AbstractDocumentationWriter
-
- initialize(ConfigurableComponent) - Method in interface org.apache.nifi.documentation.ExtensionDocumentationWriter
-
Calls initialize on the component.
- initialize(ExternalResourceProviderInitializationContext) - Method in interface org.apache.nifi.flow.resource.ExternalResourceProvider
-
Initializes the External Resource Provider based on the given set of properties.
- initialize(NarProviderInitializationContext) - Method in interface org.apache.nifi.nar.NarProvider
-
Deprecated.
Initializes the NAR Provider based on the given set of properties.
- initialize(ParameterProviderInitializationContext) - Method in class org.apache.nifi.parameter.AbstractParameterProvider
-
- initialize(ParameterProviderInitializationContext) - Method in interface org.apache.nifi.parameter.ParameterProvider
-
Provides the Parameter Provider with access to objects that may be of use
throughout the life of the provider
- initialize(ProcessorInitializationContext) - Method in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
-
- initialize(ProcessorInitializationContext) - Method in interface org.apache.nifi.processor.Processor
-
Provides the processor with access to objects that may be of use
throughout the life of the Processor
- initialize(FlowRegistryClientInitializationContext) - Method in class org.apache.nifi.registry.flow.AbstractFlowRegistryClient
-
- initialize(FlowRegistryClientInitializationContext) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClient
-
- initialize(ReportingInitializationContext) - Method in class org.apache.nifi.reporting.AbstractReportingTask
-
- initialize(ReportingInitializationContext) - Method in interface org.apache.nifi.reporting.ReportingTask
-
Provides the Reporting Task with access to objects that may be of use
throughout the life of the service
- 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
-
- inputPorts - Variable in class org.apache.nifi.flow.VersionedProcessGroup
-
- inputPorts - Variable in class org.apache.nifi.flow.VersionedRemoteProcessGroup
-
- inputPortStatus - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- InputRequirement - 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
-
- instanceId - Variable in class org.apache.nifi.flow.ConnectableComponent
-
- instanceIdentifier - Variable in class org.apache.nifi.flow.VersionedComponent
-
- INVALID - Static variable in interface org.apache.nifi.components.Validator
-
Validator object providing validation behavior in which validation always
fails
- invocations - Variable in class org.apache.nifi.controller.status.ProcessorStatus
-
- invokeRemoteProcess(FlowFile, String) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
-
- invokeRemoteProcess(FlowFile, String, String) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
-
- isAccept() - Method in enum org.apache.nifi.processor.FlowFileFilter.FlowFileFilterResult
-
- isAccessible() - Method in class org.apache.nifi.components.resource.FileResourceReference
-
- isAccessible() - Method in interface org.apache.nifi.components.resource.ResourceReference
-
Indicates whether or not the resource is accessible.
- isAccessible() - Method in class org.apache.nifi.components.resource.URLResourceReference
-
- isAccessible() - Method in class org.apache.nifi.components.resource.Utf8TextResource
-
- isAllowRemoteAccess() - Method in class org.apache.nifi.flow.VersionedPort
-
- isAnalyticsEnabled() - Method in interface org.apache.nifi.reporting.ReportingContext
-
- isAutoTerminate - Variable in class org.apache.nifi.processor.Relationship
-
The flag which tells the controller to auto terminate this
relationship, so that the processor can be run even if it does
not have connections from this relationship
- isAutoTerminated() - Method in class org.apache.nifi.processor.Relationship
-
- isClustered() - Method in interface org.apache.nifi.controller.NodeTypeProvider
-
- isClustered() - Method in class org.apache.nifi.documentation.init.StandaloneNodeTypeProvider
-
- isClustered() - Method in interface org.apache.nifi.reporting.ReportingContext
-
- isConfigurationRestored() - Method in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
-
Returns a boolean indicating whether or not the configuration of the Processor has already been restored.
- isConfiguredForClustering() - Method in interface org.apache.nifi.controller.NodeTypeProvider
-
- isConnected() - Method in interface org.apache.nifi.controller.NodeTypeProvider
-
- isConnectedToCluster() - Method in interface org.apache.nifi.context.ClusterContext
-
Retrieves the current state of the cluster connection of this node.
- isContinue() - Method in enum 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
-
- isControllerServiceEnabled(String) - Method in class org.apache.nifi.documentation.init.EmptyControllerServiceLookup
-
- isControllerServiceEnabled(ControllerService) - Method in class org.apache.nifi.documentation.init.EmptyControllerServiceLookup
-
- isControllerServiceEnabling(String) - Method in interface org.apache.nifi.controller.ControllerServiceLookup
-
- isControllerServiceEnabling(String) - Method in class org.apache.nifi.documentation.init.EmptyControllerServiceLookup
-
- isDebugEnabled() - Method in class org.apache.nifi.documentation.init.NopComponentLog
-
- isDebugEnabled() - Method in interface org.apache.nifi.logging.ComponentLog
-
- isDependencySatisfied(PropertyDescriptor, Function<String, PropertyDescriptor>) - Method in interface org.apache.nifi.components.ValidationContext
-
Determines whether or not the dependencies of the given Property Descriptor are satisfied.
- isDynamic() - Method in class org.apache.nifi.components.PropertyDescriptor
-
- isDynamicClasspathModifier() - Method in class org.apache.nifi.components.PropertyDescriptor
-
- isEmpty(String) - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
-
- isEnabled() - Method in class org.apache.nifi.controller.AbstractControllerService
-
- isErrorEnabled() - Method in class org.apache.nifi.documentation.init.NopComponentLog
-
- isErrorEnabled() - Method in interface org.apache.nifi.logging.ComponentLog
-
- isExpressionLanguagePresent() - Method in interface org.apache.nifi.components.PropertyValue
-
Indicates whether the value of the property uses Expression Language.
- isExpressionLanguagePresent(String) - Method in interface org.apache.nifi.components.ValidationContext
-
- isExpressionLanguagePresent(PropertyDescriptor) - Method in interface org.apache.nifi.processor.ProcessContext
-
- isExpressionLanguageSupported() - Method in class org.apache.nifi.components.PropertyDescriptor
-
- isExpressionLanguageSupported(String) - Method in interface org.apache.nifi.components.ValidationContext
-
- isInfoEnabled() - Method in class org.apache.nifi.documentation.init.NopComponentLog
-
- isInfoEnabled() - Method in interface org.apache.nifi.logging.ComponentLog
-
- isLatest() - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
-
- isParameterDefined(String) - Method in interface org.apache.nifi.components.ValidationContext
-
- isParameterSet(String) - Method in interface org.apache.nifi.components.ValidationContext
-
Returns true
if a Parameter with the given name is defined and has a non-null value, false
if either the Parameter
is not defined or the Parameter is defined but has a value of null
.
- isPenalized() - Method in interface org.apache.nifi.flowfile.FlowFile
-
- isPrimary() - Method in interface org.apache.nifi.controller.NodeTypeProvider
-
- isPrimary() - Method in class org.apache.nifi.documentation.init.StandaloneNodeTypeProvider
-
- isProvided() - Method in class org.apache.nifi.flow.VersionedParameter
-
- isProvided() - Method in class org.apache.nifi.parameter.Parameter
-
- isRelationshipRetried(Relationship) - Method in interface org.apache.nifi.processor.ProcessContext
-
- isRemotePortType() - Method in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- isRequired() - Method in class org.apache.nifi.components.PropertyDescriptor
-
- isScheduled() - Method in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
-
- isSensitive() - Method in class org.apache.nifi.components.PropertyDescriptor
-
- isSensitive() - Method in class org.apache.nifi.flow.VersionedParameter
-
- isSensitive() - Method in class org.apache.nifi.flow.VersionedPropertyDescriptor
-
- isSensitive() - Method in class org.apache.nifi.parameter.ParameterDescriptor
-
- isSensitive() - Method in class org.apache.nifi.registry.VariableDescriptor
-
- isSet() - Method in interface org.apache.nifi.components.PropertyValue
-
- isStateful(ConfigurationContext) - Method in interface org.apache.nifi.controller.ControllerService
-
Indicates whether this controller service, configured with the given
ConfigurationContext
, stores state.
- isStateful(ProcessContext) - Method in interface org.apache.nifi.processor.Processor
-
Indicates whether this processor, configured with the given
ProcessContext
, stores state.
- isStateful(ReportingContext) - Method in interface org.apache.nifi.reporting.ReportingTask
-
Indicates whether this reporting task, configured with the given
ReportingContext
, stores state.
- isStorageLocationApplicable(FlowRegistryClientConfigurationContext, String) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClient
-
Decides if the given location is applicable by the repository instance.
- isSynchronized - Variable in class org.apache.nifi.flow.VersionedParameterContext
-
- isSynchronized() - Method in class org.apache.nifi.flow.VersionedParameterContext
-
- isSynchronized - Variable in class org.apache.nifi.parameter.ParameterGroupConfiguration
-
- isSynchronized() - Method in class org.apache.nifi.parameter.ParameterGroupConfiguration
-
- isTraceEnabled() - Method in class org.apache.nifi.documentation.init.NopComponentLog
-
- isTraceEnabled() - Method in interface org.apache.nifi.logging.ComponentLog
-
- isTransmitting() - Method in class org.apache.nifi.controller.status.PortStatus
-
- isUseCompression() - Method in class org.apache.nifi.flow.VersionedRemoteGroupPort
-
- isValid() - Method in class org.apache.nifi.components.ValidationResult
-
- isValid(String) - Static method in class org.apache.nifi.flowfile.FlowFile.KeyValidator
-
- isValidateConnections() - Method in interface org.apache.nifi.components.ValidationContext
-
Determines whether or not incoming and outgoing connections should be validated.
- isValidationRequired(ControllerService) - Method in interface org.apache.nifi.components.ValidationContext
-
There are times when the framework needs to consider a component valid,
even if it references an invalid ControllerService.
- isValidExpression(String) - Method in interface org.apache.nifi.expression.ExpressionLanguageCompiler
-
Indicates whether or not the given string is a valid Attribute
Expression.
- isValueAllowed(String) - Method in class org.apache.nifi.components.PropertyDescriptor.Builder
-
- isWarnEnabled() - Method in class org.apache.nifi.documentation.init.NopComponentLog
-
- isWarnEnabled() - Method in interface org.apache.nifi.logging.ComponentLog
-
- items - Variable in class org.apache.nifi.parameter.AbstractParameterGroup
-
- Parameter - Class in org.apache.nifi.parameter
-
- Parameter(ParameterDescriptor, String, String, Boolean) - Constructor for class org.apache.nifi.parameter.Parameter
-
- Parameter(Parameter, String) - Constructor for class org.apache.nifi.parameter.Parameter
-
- Parameter(ParameterDescriptor, String) - Constructor for class org.apache.nifi.parameter.Parameter
-
- parameterContextId - Variable in class org.apache.nifi.parameter.Parameter
-
- parameterContextName - Variable in class org.apache.nifi.flow.VersionedProcessGroup
-
- parameterContextName - Variable in class org.apache.nifi.parameter.ParameterGroupConfiguration
-
- parameterContexts - Variable in class org.apache.nifi.flow.VersionedExternalFlow
-
- parameterContexts - Variable in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
-
- ParameterDescriptor - Class in org.apache.nifi.parameter
-
An immutable class that holds information about a Parameter.
- ParameterDescriptor(ParameterDescriptor.Builder) - Constructor for class org.apache.nifi.parameter.ParameterDescriptor
-
- ParameterDescriptor.Builder - Class in org.apache.nifi.parameter
-
- ParameterGroup - Class in org.apache.nifi.parameter
-
Encapsulates a named group of externally fetched parameters that can be provided to referencing Parameter Contexts.
- ParameterGroup(String, List<Parameter>) - Constructor for class org.apache.nifi.parameter.ParameterGroup
-
Creates a named parameter group.
- ParameterGroupConfiguration - Class in org.apache.nifi.parameter
-
User-provided configuration for a group of parameters fetched from a ParameterProvider.
- ParameterGroupConfiguration(String, String, Map<String, ParameterSensitivity>, Boolean) - Constructor for class org.apache.nifi.parameter.ParameterGroupConfiguration
-
Creates a named group of parameter names.
- parameterGroupName - Variable in class org.apache.nifi.flow.VersionedParameterContext
-
- parameterProvider - Variable in class org.apache.nifi.flow.VersionedParameterContext
-
- ParameterProvider - Interface in org.apache.nifi.parameter
-
Defines a provider that is responsible for fetching from an external source Parameters with
which a ParameterContext can be populated.
- ParameterProviderInitializationContext - Interface in org.apache.nifi.parameter
-
- ParameterProviderReference - Class in org.apache.nifi.flow
-
- ParameterProviderReference() - Constructor for class org.apache.nifi.flow.ParameterProviderReference
-
- parameterProviders - Variable in class org.apache.nifi.flow.VersionedExternalFlow
-
- parameterProviders - Variable in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
-
- parameters - Variable in class org.apache.nifi.flow.VersionedParameterContext
-
- parameters - Variable in class org.apache.nifi.parameter.ParameterGroup
-
- parameterSensitivities - Variable in class org.apache.nifi.parameter.ParameterGroupConfiguration
-
- ParameterSensitivity - Enum in org.apache.nifi.parameter
-
Indicates the sensitivity of a parameter.
- ParameterSensitivity(String) - Constructor for enum org.apache.nifi.parameter.ParameterSensitivity
-
- parseDataSize(String, DataUnit) - Static method in enum org.apache.nifi.processor.DataUnit
-
- parseResourceLocations(String) - Method in class org.apache.nifi.components.resource.StandardResourceReferenceFactory
-
- partitioningAttribute - Variable in class org.apache.nifi.flow.VersionedConnection
-
- penalize(FlowFile) - Method in interface org.apache.nifi.processor.ProcessSession
-
Sets a penalty for the given FlowFile which will make it unavailable to
be operated on any further during the penalty period.
- penaltyDuration - Variable in class org.apache.nifi.flow.VersionedProcessor
-
- permissionIdentifier - Variable in enum org.apache.nifi.components.RequiredPermission
-
- permissionLabel - Variable in enum org.apache.nifi.components.RequiredPermission
-
- permissions - Variable in class org.apache.nifi.registry.flow.FlowRegistryBucket
-
- permissions - Variable in class org.apache.nifi.registry.flow.RegisteredFlow
-
- PortStatus - Class in org.apache.nifi.controller.status
-
The status of a port.
- PortStatus() - Constructor for class org.apache.nifi.controller.status.PortStatus
-
- PortType - Enum in org.apache.nifi.flow
-
- PortType() - Constructor for enum org.apache.nifi.flow.PortType
-
- Position - Class in org.apache.nifi.flow
-
- Position() - Constructor for class org.apache.nifi.flow.Position
-
- Position(double, double) - Constructor for class org.apache.nifi.flow.Position
-
- position - Variable in class org.apache.nifi.flow.VersionedComponent
-
- POSITIVE_EXPLANATION - Static variable in class org.apache.nifi.components.PropertyDescriptor.ConstrainedSetValidator
-
- POWERS - Static variable in enum org.apache.nifi.processor.DataUnit
-
- predict(Double[]) - Method in interface org.apache.nifi.controller.status.analytics.StatusAnalyticsModel
-
Return a prediction given observation values
- predictedPercentBytes - Variable in class org.apache.nifi.controller.status.analytics.ConnectionStatusPredictions
-
- predictedPercentCount - Variable in class org.apache.nifi.controller.status.analytics.ConnectionStatusPredictions
-
- predictedTimeToBytesBackpressureMillis - Variable in class org.apache.nifi.controller.status.analytics.ConnectionStatusPredictions
-
- predictedTimeToCountBackpressureMillis - Variable in class org.apache.nifi.controller.status.analytics.ConnectionStatusPredictions
-
- predictionIntervalMillis - Variable in class org.apache.nifi.controller.status.analytics.ConnectionStatusPredictions
-
- predictions - Variable in class org.apache.nifi.controller.status.ConnectionStatus
-
- predictVariable(Integer, Map<Integer, Double>, Double) - Method in interface org.apache.nifi.controller.status.analytics.StatusAnalyticsModel
-
Predict a feature given a known target and known predictor values (if multiple predictors are included with model)
- prettyPrintName - Variable in enum org.apache.nifi.components.resource.ResourceType
-
- PrimaryNodeOnly - Annotation Type in org.apache.nifi.annotation.behavior
-
Marker annotation a
Processor
implementation
can use to indicate that the
ExecutionNode
of the processor is to be set to PRIMARY
- 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
-
- prioritizers - Variable in class org.apache.nifi.flow.VersionedConnection
-
- process(InputStream) - Method in interface org.apache.nifi.processor.io.InputStreamCallback
-
Provides a managed input stream for use.
- process(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
-
- processGroups - Variable in class org.apache.nifi.flow.VersionedProcessGroup
-
- 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.
- processorLoadAverage - Variable in class org.apache.nifi.controller.status.NodeStatus
-
- processors - Variable in class org.apache.nifi.flow.VersionedProcessGroup
-
- processorStatus - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- ProcessorStatus - Class in org.apache.nifi.controller.status
-
- ProcessorStatus() - Constructor for class org.apache.nifi.controller.status.ProcessorStatus
-
- ProcessSession - Interface in org.apache.nifi.processor
-
A process session encompasses all the behaviors a processor can perform to
obtain, clone, read, modify remove FlowFiles in an atomic unit.
- ProcessSessionFactory - Interface in org.apache.nifi.processor
-
- properties - Variable in class org.apache.nifi.flow.VersionedConfigurableExtension
-
- properties - Variable in class org.apache.nifi.flow.VersionedParameterProvider
-
- PropertyContext - Interface in org.apache.nifi.context
-
A context for retrieving a PropertyValue from a PropertyDescriptor.
- PropertyDependency - Class in org.apache.nifi.components
-
- PropertyDependency(String, String) - Constructor for class org.apache.nifi.components.PropertyDependency
-
Creates a dependency that is satisfied if any value is set for the property with the given name
- PropertyDependency(String, String, Set<String>) - Constructor for class org.apache.nifi.components.PropertyDependency
-
Creates a dependency that is satisfied only if the property with the given name has a value that is in the given set of dependent values
- PropertyDescriptor - Class in org.apache.nifi.components
-
An immutable object for holding information about a type of component
property.
- PropertyDescriptor(PropertyDescriptor.Builder) - Constructor for class org.apache.nifi.components.PropertyDescriptor
-
- propertyDescriptor - Variable in class org.apache.nifi.components.resource.StandardResourceContext
-
- PropertyDescriptor.Builder - Class in org.apache.nifi.components
-
- PropertyDescriptor.ConstrainedSetValidator - Class in org.apache.nifi.components
-
- PropertyDescriptor.ResourceDefinitionValidator - Class in org.apache.nifi.components
-
- propertyDescriptors - Variable in class org.apache.nifi.flow.VersionedConfigurableExtension
-
- propertyDescriptors - Variable in class org.apache.nifi.flow.VersionedParameterProvider
-
- propertyName - Variable in class org.apache.nifi.components.PropertyDependency
-
- PropertyValue - Interface in org.apache.nifi.components
-
A PropertyValue provides a mechanism whereby the currently configured value
of a processor property can be obtained in different forms.
- ProvenanceEventBuilder - Interface in org.apache.nifi.provenance
-
- ProvenanceEventRecord - Interface in org.apache.nifi.provenance
-
Describes an event that happened to a FlowFile.
- ProvenanceEventRepository - Interface in org.apache.nifi.provenance
-
This Repository houses Provenance Events.
- ProvenanceEventType - Enum 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.
- provenanceRepositories - Variable in class org.apache.nifi.controller.status.NodeStatus
-
- provided - Variable in class org.apache.nifi.flow.VersionedParameter
-
- provided - Variable in class org.apache.nifi.parameter.Parameter
-
- proxyHost - Variable in class org.apache.nifi.flow.VersionedRemoteProcessGroup
-
- proxyPort - Variable in class org.apache.nifi.flow.VersionedRemoteProcessGroup
-
- proxyUser - Variable in class org.apache.nifi.flow.VersionedRemoteProcessGroup
-
- 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() - Method in class org.apache.nifi.components.resource.FileResourceReference
-
- read() - Method in interface org.apache.nifi.components.resource.ResourceReference
-
- read() - Method in class org.apache.nifi.components.resource.URLResourceReference
-
- read() - Method in class org.apache.nifi.components.resource.Utf8TextResource
-
- read(FlowFile, 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
-
- recurse(File, List<ResourceReference>) - Method in class org.apache.nifi.components.resource.StandardResourceReferences
-
- RegisteredFlow - Class in org.apache.nifi.registry.flow
-
- RegisteredFlow() - Constructor for class org.apache.nifi.registry.flow.RegisteredFlow
-
- RegisteredFlowSnapshot - Class in org.apache.nifi.registry.flow
-
- RegisteredFlowSnapshot() - Constructor for class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
-
- RegisteredFlowSnapshotMetadata - Class in org.apache.nifi.registry.flow
-
- RegisteredFlowSnapshotMetadata() - Constructor for class org.apache.nifi.registry.flow.RegisteredFlowSnapshotMetadata
-
- RegisteredFlowVersionInfo - Class in org.apache.nifi.registry.flow
-
- RegisteredFlowVersionInfo() - Constructor for class org.apache.nifi.registry.flow.RegisteredFlowVersionInfo
-
- registerEvent(ProvenanceEventRecord) - Method in interface org.apache.nifi.provenance.ProvenanceEventRepository
-
Adds the given event to the repository and returns a new event for which
the event id has been populated.
- registerEvents(Iterable<ProvenanceEventRecord>) - Method in interface org.apache.nifi.provenance.ProvenanceEventRepository
-
Adds the given events to the repository.
- registerFlow(FlowRegistryClientConfigurationContext, RegisteredFlow) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClient
-
Registers the given RegisteredFlow into the the Flow Registry.
- registerFlowSnapshot(FlowRegistryClientConfigurationContext, RegisteredFlowSnapshot) - Method in interface org.apache.nifi.registry.flow.FlowRegistryClient
-
Adds the given snapshot to the Flow Registry for the given Flow.
- registryId - Variable in class org.apache.nifi.flow.VersionedFlowCoordinates
-
- registryUrl - Variable in class org.apache.nifi.flow.VersionedFlowCoordinates
-
- 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
-
- REMOTE_INPUT_PORT_TYPE - Static variable in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- REMOTE_OUTPUT_PORT_TYPE - Static variable in interface org.apache.nifi.provenance.ProvenanceEventRecord
-
- remoteGroupId - Variable in class org.apache.nifi.flow.VersionedRemoteGroupPort
-
- remoteProcessGroups - Variable in class org.apache.nifi.flow.VersionedProcessGroup
-
- remoteProcessGroupStatus - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- RemoteProcessGroupStatus - Class in org.apache.nifi.controller.status
-
- RemoteProcessGroupStatus() - Constructor for class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- remove(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.
- replace(StateMap, Map<String, String>, Scope) - Method in class org.apache.nifi.documentation.init.NopStateManager
-
- replaceState(StateMap, Map<String, String>, Scope) - Method in interface org.apache.nifi.processor.ProcessSession
-
Updates the value of the component's state to the new value if and only if the value currently
is the same as the given oldValue.
- 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
- RequiredPermission - Enum in org.apache.nifi.components
-
- RequiredPermission(String, String) - Constructor for enum org.apache.nifi.components.RequiredPermission
-
- Requirement() - Constructor for enum org.apache.nifi.annotation.behavior.InputRequirement.Requirement
-
- RequiresInstanceClassLoading - Annotation Type in org.apache.nifi.annotation.behavior
-
Marker annotation a component can use to indicate that the framework should create a new ClassLoader
for each instance of the component, copying all resources from the component's NARClassLoader to a
new ClassLoader which will only be used by a given instance of the component.
- ResourceCardinality - Enum in org.apache.nifi.components.resource
-
Indicates the cardinality of how many resources can be referenced by a given property.
- ResourceCardinality() - Constructor for enum org.apache.nifi.components.resource.ResourceCardinality
-
- ResourceContext - Interface in org.apache.nifi.components.resource
-
Provides the context in which a Reference Reference is to be evaluated
- resourceDefinition - Variable in class org.apache.nifi.components.PropertyDescriptor.Builder
-
- resourceDefinition - Variable in class org.apache.nifi.components.PropertyDescriptor
-
The definition of the resource(s) that this property references
- resourceDefinition - Variable in class org.apache.nifi.components.PropertyDescriptor.ResourceDefinitionValidator
-
- ResourceDefinition - Interface in org.apache.nifi.components.resource
-
Defines the number and types of resources that allowed to be referenced by a component property
- resourceDefinition - Variable in class org.apache.nifi.flow.VersionedPropertyDescriptor
-
- ResourceDefinitionValidator(ResourceDefinition, ExpressionLanguageScope) - Constructor for class org.apache.nifi.components.PropertyDescriptor.ResourceDefinitionValidator
-
- ResourceReference - Interface in org.apache.nifi.components.resource
-
A reference to a Resource that is identified by a property value
- ResourceReferenceFactory - Interface in org.apache.nifi.components.resource
-
- resourceReferenceFactory - Variable in class org.apache.nifi.components.resource.StandardResourceContext
-
- ResourceReferences - Interface in org.apache.nifi.components.resource
-
- resourceReferences - Variable in class org.apache.nifi.components.resource.StandardResourceReferences
-
- resourceType - Variable in class org.apache.nifi.components.resource.FileResourceReference
-
- ResourceType - Enum in org.apache.nifi.components.resource
-
- ResourceType(String) - Constructor for enum org.apache.nifi.components.resource.ResourceType
-
- resourceTypes - Variable in class org.apache.nifi.components.resource.StandardResourceDefinition
-
- resourceTypes - Variable in class org.apache.nifi.flow.VersionedResourceDefinition
-
- Restricted - Annotation Type in org.apache.nifi.annotation.behavior
-
Marks the usage of a component as restricted to users with elevated privileges.
- Restriction - Annotation Type in org.apache.nifi.annotation.behavior
-
Specific restriction for a component.
- ResultType() - Constructor for enum org.apache.nifi.expression.AttributeExpression.ResultType
-
- retriedRelationships - Variable in class org.apache.nifi.flow.VersionedProcessor
-
- retryCount - Variable in class org.apache.nifi.flow.VersionedProcessor
-
- 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
.
- runDurationMillis - Variable in class org.apache.nifi.flow.VersionedProcessor
-
- 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
-
- ScheduledState - Enum in org.apache.nifi.flow
-
- ScheduledState() - Constructor for enum org.apache.nifi.flow.ScheduledState
-
- scheduledState - Variable in class org.apache.nifi.flow.VersionedControllerService
-
- scheduledState - Variable in class org.apache.nifi.flow.VersionedPort
-
- scheduledState - Variable in class org.apache.nifi.flow.VersionedProcessor
-
- scheduledState - Variable in class org.apache.nifi.flow.VersionedRemoteGroupPort
-
- scheduledState - Variable in class org.apache.nifi.flow.VersionedReportingTask
-
- schedulingNanos - Variable in class org.apache.nifi.reporting.AbstractReportingTask
-
- schedulingPeriod - Variable in class org.apache.nifi.flow.VersionedProcessor
-
- schedulingPeriod - Variable in class org.apache.nifi.flow.VersionedReportingTask
-
- schedulingStrategy - Variable in class org.apache.nifi.flow.VersionedProcessor
-
- schedulingStrategy - Variable in class org.apache.nifi.flow.VersionedReportingTask
-
- SchedulingStrategy - Enum 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
-
- selectedRelationships - Variable in class org.apache.nifi.flow.VersionedConnection
-
- SELF - Static variable in class org.apache.nifi.processor.Relationship
-
- send(FlowFile, String) - Method in interface org.apache.nifi.provenance.ProvenanceReporter
-
Emits a Provenance Event of type
SEND
that indicates that a copy of the given FlowFile was sent to an external
destination.
- send(FlowFile, String, 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.flow.VersionedParameter
-
- sensitive - Variable in class org.apache.nifi.flow.VersionedPropertyDescriptor
-
- sensitive - Variable in class org.apache.nifi.parameter.ParameterDescriptor.Builder
-
- sensitive(boolean) - Method in class org.apache.nifi.parameter.ParameterDescriptor.Builder
-
- sensitive - Variable in class org.apache.nifi.parameter.ParameterDescriptor
-
- sensitive - Variable in class org.apache.nifi.registry.VariableDescriptor.Builder
-
- sensitive(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
-
- ServiceAPI - Interface in org.apache.nifi.documentation
-
Describes a Controller Service API that is provided by some implementation.
- serviceLookup - Variable in class org.apache.nifi.controller.AbstractControllerService
-
- serviceLookup - Variable in class org.apache.nifi.documentation.init.DocumentationControllerServiceInitializationContext
-
- serviceLookup - Variable in class org.apache.nifi.processor.AbstractSessionFactoryProcessor
-
- serviceLookup - Variable in class org.apache.nifi.reporting.AbstractReportingTask
-
- setActiveRemotePortCount(Integer) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- setActiveThreadCount(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
-
- setAllowRemoteAccess(Boolean) - Method in class org.apache.nifi.flow.VersionedPort
-
- setAlternateIdentifierUri(String) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
-
Associates the given identifier with the FlowFile for which this Event is
created.
- setAnnotationData(String) - Method in class org.apache.nifi.flow.VersionedControllerService
-
- setAnnotationData(String) - Method in class org.apache.nifi.flow.VersionedFlowRegistryClient
-
- setAnnotationData(String) - Method in class org.apache.nifi.flow.VersionedParameterProvider
-
- setAnnotationData(String) - Method in class org.apache.nifi.flow.VersionedProcessor
-
- setAnnotationData(String) - Method in class org.apache.nifi.flow.VersionedReportingTask
-
- setArtifact(String) - Method in class org.apache.nifi.flow.Bundle
-
- setAttributes(Map<String, String>, Map<String, String>) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
-
Sets the attributes that existed on the FlowFile before this event
occurred and any attributes that were added or updated as a result of
this event.
- setAuthor(String) - Method in class org.apache.nifi.flow.VersionedExternalFlowMetadata
-
- setAuthor(String) - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshotMetadata
-
- setAuthorizationIssue(String) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- setAutoTerminatedRelationships(Set<String>) - Method in class org.apache.nifi.flow.VersionedProcessor
-
- setAverageLineageDuration(long, 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
-
- setBackoffMechanism(String) - Method in class org.apache.nifi.flow.VersionedProcessor
-
- setBackPressureBytesThreshold(long) - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- setBackPressureDataSizeThreshold(String) - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- setBackPressureDataSizeThreshold(String) - Method in class org.apache.nifi.flow.VersionedConnection
-
- setBackPressureObjectThreshold(long) - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- setBackPressureObjectThreshold(Long) - Method in class org.apache.nifi.flow.VersionedConnection
-
- setBatchSize(BatchSize) - Method in class org.apache.nifi.flow.VersionedRemoteGroupPort
-
- setBends(List<Position>) - Method in class org.apache.nifi.flow.VersionedConnection
-
- setBucket(FlowRegistryBucket) - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
-
- setBucketId(String) - Method in class org.apache.nifi.flow.VersionedFlowCoordinates
-
- setBucketIdentifier(String) - Method in class org.apache.nifi.flow.VersionedExternalFlowMetadata
-
- setBucketIdentifier(String) - Method in class org.apache.nifi.registry.flow.RegisteredFlow
-
- setBucketIdentifier(String) - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshotMetadata
-
- setBucketName(String) - Method in class org.apache.nifi.registry.flow.RegisteredFlow
-
- setBulletinLevel(String) - Method in class org.apache.nifi.flow.VersionedControllerService
-
- setBulletinLevel(String) - Method in class org.apache.nifi.flow.VersionedProcessor
-
- setBundle(Bundle) - Method in class org.apache.nifi.flow.ControllerServiceAPI
-
- setBundle(Bundle) - Method in class org.apache.nifi.flow.ParameterProviderReference
-
- setBundle(Bundle) - Method in class org.apache.nifi.flow.VersionedConfigurableExtension
-
- setBundle(Bundle) - Method in interface org.apache.nifi.flow.VersionedExtensionComponent
-
- setBundle(Bundle) - Method in class org.apache.nifi.flow.VersionedParameterProvider
-
- setBytesRead(Long) - Method in class org.apache.nifi.controller.status.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
-
- setCanDelete(boolean) - Method in class org.apache.nifi.registry.flow.FlowRegistryPermissions
-
- setCanRead(boolean) - Method in class org.apache.nifi.registry.flow.FlowRegistryPermissions
-
- setCanWrite(boolean) - Method in class org.apache.nifi.registry.flow.FlowRegistryPermissions
-
- setCardinality(VersionedResourceCardinality) - Method in class org.apache.nifi.flow.VersionedResourceDefinition
-
- setCategory(String) - Method in class org.apache.nifi.reporting.Bulletin
-
- setComments(String) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- setComments(String) - Method in class org.apache.nifi.flow.ConnectableComponent
-
- setComments(String) - Method in class org.apache.nifi.flow.VersionedComponent
-
- setComments(String) - Method in class org.apache.nifi.flow.VersionedExternalFlowMetadata
-
- setComments(String) - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshotMetadata
-
- setCommunicationsTimeout(String) - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
-
- setComponentId(String) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
-
Sets the unique identifier of the NiFi Component (such as a
Processor
) that is generating the Event
- setComponentInfo(ConfigurationContext) - Method in class org.apache.nifi.reporting.AbstractReportingTask
-
Sets various component information using the given context
- setComponentType(ComponentType) - Method in class org.apache.nifi.flow.VersionedComponent
-
- setComponentType(ComponentType) - Method in class org.apache.nifi.flow.VersionedRemoteGroupPort
-
- setComponentType(String) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
-
Sets the type of the Component that is generating the Event.
- setConcurrentlySchedulableTaskCount(Integer) - Method in class org.apache.nifi.flow.VersionedPort
-
- setConcurrentlySchedulableTaskCount(Integer) - Method in class org.apache.nifi.flow.VersionedProcessor
-
- setConcurrentlySchedulableTaskCount(Integer) - Method in class org.apache.nifi.flow.VersionedRemoteGroupPort
-
- setConnections(Set<VersionedConnection>) - Method in class org.apache.nifi.flow.VersionedProcessGroup
-
- setConnectionStatus(Collection<ConnectionStatus>) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- setContentRepositories(List<StorageStatus>) - Method in class org.apache.nifi.controller.status.NodeStatus
-
- setControllerServiceApis(List<ControllerServiceAPI>) - Method in class org.apache.nifi.flow.VersionedControllerService
-
- setControllerServices(Set<VersionedControllerService>) - Method in class org.apache.nifi.flow.VersionedProcessGroup
-
- setCount(Integer) - Method in class org.apache.nifi.flow.BatchSize
-
- setCounters(Map<String, Long>) - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- setCreatedAtInMs(long) - Method in class org.apache.nifi.controller.status.NodeStatus
-
- setCreatedTimestamp(long) - Method in class org.apache.nifi.registry.flow.FlowRegistryBucket
-
- setCreatedTimestamp(long) - Method in class org.apache.nifi.registry.flow.RegisteredFlow
-
- setCurrentContentClaim(String, String, String, Long, long) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
-
Sets the Content Claim that the FlowFile is associated with as a result
of this event
- setDefaultBackPressureDataSizeThreshold(String) - Method in class org.apache.nifi.flow.VersionedProcessGroup
-
- setDefaultBackPressureObjectThreshold(Long) - Method in class org.apache.nifi.flow.VersionedProcessGroup
-
- setDefaultFlowFileExpiration(String) - Method in class org.apache.nifi.flow.VersionedProcessGroup
-
- setDescription(String) - Method in class org.apache.nifi.flow.VersionedFlowRegistryClient
-
- setDescription(String) - Method in class org.apache.nifi.flow.VersionedParameter
-
- setDescription(String) - Method in class org.apache.nifi.flow.VersionedParameterContext
-
- setDescription(String) - Method in class org.apache.nifi.registry.flow.FlowRegistryBucket
-
- setDescription(String) - Method in class org.apache.nifi.registry.flow.RegisteredFlow
-
- setDestination(ConnectableComponent) - Method in class org.apache.nifi.flow.VersionedConnection
-
- setDestinationId(String) - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- setDestinationName(String) - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- setDetails(String) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
-
Sets the details for this event.
- setDisplayName(String) - Method in class org.apache.nifi.flow.VersionedPropertyDescriptor
-
- setDuration(String) - Method in class org.apache.nifi.flow.BatchSize
-
- setEndTimeMillis(long) - Method in class org.apache.nifi.controller.status.analytics.QueryWindow
-
- setEventDrivenThreads(long) - Method in class org.apache.nifi.controller.status.NodeStatus
-
- 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
-
- setExecutionNode(ExecutionNode) - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- setExecutionNode(String) - Method in class org.apache.nifi.flow.VersionedProcessor
-
- setExternalControllerServices(Map<String, ExternalControllerServiceReference>) - Method in class org.apache.nifi.flow.VersionedExternalFlow
-
- setExternalControllerServices(Map<String, ExternalControllerServiceReference>) - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
-
- setFlow(RegisteredFlow) - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
-
- setFlowContents(VersionedProcessGroup) - Method in class org.apache.nifi.flow.VersionedExternalFlow
-
- setFlowContents(VersionedProcessGroup) - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
-
- setFlowEncodingVersion(String) - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
-
- setFlowFileAvailability(FlowFileAvailability) - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- setFlowFileConcurrency(String) - Method in class org.apache.nifi.flow.VersionedProcessGroup
-
- setFlowFileEntryDate(long) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
-
Sets the date and time at which the FlowFile entered the flow
- setFlowFileExpiration(String) - Method in class org.apache.nifi.flow.VersionedConnection
-
- setFlowFileOutboundPolicy(String) - Method in class org.apache.nifi.flow.VersionedProcessGroup
-
- setFlowFileRepositoryFreeSpace(long) - Method in class org.apache.nifi.controller.status.NodeStatus
-
- setFlowFileRepositoryUsedSpace(long) - Method in class org.apache.nifi.controller.status.NodeStatus
-
- setFlowFilesReceived(int) - Method in class org.apache.nifi.controller.status.PortStatus
-
- setFlowFilesReceived(int) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- setFlowFilesReceived(int) - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- setFlowFilesRemoved(int) - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- setFlowFilesSent(int) - Method in class org.apache.nifi.controller.status.PortStatus
-
- setFlowFilesSent(int) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- setFlowFilesSent(int) - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- setFlowFilesTransferred(int) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- setFlowFileUUID(String) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
-
Sets the UUID to associate with the FlowFile
- setFlowFileUuid(String) - Method in class org.apache.nifi.reporting.Bulletin
-
- setFlowId(String) - Method in class org.apache.nifi.flow.VersionedFlowCoordinates
-
- setFlowIdentifier(String) - Method in class org.apache.nifi.flow.VersionedExternalFlowMetadata
-
- setFlowIdentifier(String) - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshotMetadata
-
- setFlowName(String) - Method in class org.apache.nifi.flow.VersionedExternalFlowMetadata
-
- setFreeHeap(long) - Method in class org.apache.nifi.controller.status.NodeStatus
-
- setFreeNonHeap(long) - Method in class org.apache.nifi.controller.status.NodeStatus
-
- setFreeSpace(long) - Method in class org.apache.nifi.controller.status.StorageStatus
-
- setFunnels(Set<VersionedFunnel>) - Method in class org.apache.nifi.flow.VersionedProcessGroup
-
- setGroup(String) - Method in class org.apache.nifi.flow.Bundle
-
- setGroupId(String) - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- setGroupId(String) - Method in class org.apache.nifi.controller.status.PortStatus
-
- setGroupId(String) - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- setGroupId(String) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- setGroupId(String) - Method in class org.apache.nifi.flow.ConnectableComponent
-
- setGroupId(String) - Method in class org.apache.nifi.reporting.Bulletin
-
- setGroupIdentifier(String) - Method in class org.apache.nifi.flow.VersionedComponent
-
- setGroupName(String) - Method in class org.apache.nifi.reporting.Bulletin
-
- setGroupPath(String) - Method in class org.apache.nifi.reporting.Bulletin
-
- setHeapUtilization(long) - Method in class org.apache.nifi.controller.status.NodeStatus
-
- setHeight(Double) - Method in class org.apache.nifi.flow.VersionedLabel
-
- setId(String) - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- setId(String) - Method in class org.apache.nifi.controller.status.PortStatus
-
- setId(String) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- setId(String) - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- setId(String) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- setId(String) - Method in class org.apache.nifi.flow.ConnectableComponent
-
- setId(String) - Method in class org.apache.nifi.flow.VersionedFlowRegistryClient
-
- setIdentifier(String) - Method in class org.apache.nifi.flow.ExternalControllerServiceReference
-
- setIdentifier(String) - Method in class org.apache.nifi.flow.ParameterProviderReference
-
- setIdentifier(String) - Method in class org.apache.nifi.flow.VersionedComponent
-
- setIdentifier(String) - Method in class org.apache.nifi.registry.flow.FlowRegistryBucket
-
- setIdentifier(String) - Method in class org.apache.nifi.registry.flow.RegisteredFlow
-
- setIdentifiesControllerService(boolean) - Method in class org.apache.nifi.flow.VersionedPropertyDescriptor
-
- setInactiveRemotePortCount(Integer) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- setInheritedParameterContexts(List<String>) - Method in class org.apache.nifi.flow.VersionedParameterContext
-
- setInputBytes(long) - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- setInputBytes(long) - Method in class org.apache.nifi.controller.status.PortStatus
-
- setInputBytes(long) - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- setInputContentSize(Long) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- setInputCount(int) - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- setInputCount(int) - Method in class org.apache.nifi.controller.status.PortStatus
-
- setInputCount(Integer) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- setInputCount(int) - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- setInputPorts(Set<VersionedPort>) - Method in class org.apache.nifi.flow.VersionedProcessGroup
-
- setInputPorts(Set<VersionedRemoteGroupPort>) - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
-
- setInputPortStatus(Collection<PortStatus>) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- setInstanceIdentifier(String) - Method in class org.apache.nifi.flow.ConnectableComponent
-
- setInstanceIdentifier(String) - Method in class org.apache.nifi.flow.VersionedComponent
-
- setInvocations(int) - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- setLabel(String) - Method in class org.apache.nifi.flow.VersionedLabel
-
- setLabelIndex(Integer) - Method in class org.apache.nifi.flow.VersionedConnection
-
- setLabels(Set<VersionedLabel>) - Method in class org.apache.nifi.flow.VersionedProcessGroup
-
- setLastModifiedTimestamp(long) - Method in class org.apache.nifi.registry.flow.RegisteredFlow
-
- setLastRefreshTime(Date) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- setLatest(Boolean) - Method in class org.apache.nifi.flow.VersionedFlowCoordinates
-
- setLevel(String) - Method in class org.apache.nifi.reporting.Bulletin
-
- setLineageStartDate(long) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
-
Sets the time at which the FlowFile's lineage began
- setLoadBalanceCompression(String) - Method in class org.apache.nifi.flow.VersionedConnection
-
- setLoadBalanceStatus(LoadBalanceStatus) - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- setLoadBalanceStrategy(String) - Method in class org.apache.nifi.flow.VersionedConnection
-
- setLocalNetworkInterface(String) - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
-
- setMaxBackoffPeriod(String) - Method in class org.apache.nifi.flow.VersionedProcessor
-
- setMaxQueuedBytes(long) - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- setMaxQueuedCount(int) - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- setMaxQueuedDuration(long) - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- setMessage(String) - Method in class org.apache.nifi.reporting.Bulletin
-
- setMetadata(VersionedExternalFlowMetadata) - Method in class org.apache.nifi.flow.VersionedExternalFlow
-
- setName(String) - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- setName(String) - Method in class org.apache.nifi.controller.status.PortStatus
-
- setName(String) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- setName(String) - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- setName(String) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- setName(String) - Method in class org.apache.nifi.controller.status.StorageStatus
-
- setName(String) - Method in class org.apache.nifi.flow.ConnectableComponent
-
- setName(String) - Method in class org.apache.nifi.flow.ExternalControllerServiceReference
-
- setName(String) - Method in class org.apache.nifi.flow.ParameterProviderReference
-
- setName(String) - Method in class org.apache.nifi.flow.VersionedComponent
-
- setName(String) - Method in class org.apache.nifi.flow.VersionedParameter
-
- setName(String) - Method in class org.apache.nifi.flow.VersionedPropertyDescriptor
-
- setName(String) - Method in class org.apache.nifi.registry.flow.FlowRegistryBucket
-
- setName(String) - Method in class org.apache.nifi.registry.flow.RegisteredFlow
-
- setNextPredictedQueuedBytes(long) - Method in class org.apache.nifi.controller.status.analytics.ConnectionStatusPredictions
-
- setNextPredictedQueuedCount(int) - Method in class org.apache.nifi.controller.status.analytics.ConnectionStatusPredictions
-
- setNodeAddress(String) - Method in class org.apache.nifi.reporting.Bulletin
-
- setOpenFileHandlers(long) - Method in class org.apache.nifi.controller.status.NodeStatus
-
- setOutputBytes(long) - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- setOutputBytes(long) - Method in class org.apache.nifi.controller.status.PortStatus
-
- setOutputBytes(long) - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- setOutputContentSize(Long) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- setOutputCount(int) - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- setOutputCount(int) - Method in class org.apache.nifi.controller.status.PortStatus
-
- setOutputCount(Integer) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- setOutputCount(int) - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- setOutputPorts(Set<VersionedPort>) - Method in class org.apache.nifi.flow.VersionedProcessGroup
-
- setOutputPorts(Set<VersionedRemoteGroupPort>) - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
-
- setOutputPortStatus(Collection<PortStatus>) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- setParameterContextName(String) - Method in class org.apache.nifi.flow.VersionedProcessGroup
-
- setParameterContexts(Map<String, VersionedParameterContext>) - Method in class org.apache.nifi.flow.VersionedExternalFlow
-
- setParameterContexts(Map<String, VersionedParameterContext>) - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
-
- setParameterGroupName(String) - Method in class org.apache.nifi.flow.VersionedParameterContext
-
- setParameterProvider(String) - Method in class org.apache.nifi.flow.VersionedParameterContext
-
- setParameterProviders(Map<String, ParameterProviderReference>) - Method in class org.apache.nifi.flow.VersionedExternalFlow
-
- setParameterProviders(Map<String, ParameterProviderReference>) - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
-
- setParameters(Set<VersionedParameter>) - Method in class org.apache.nifi.flow.VersionedParameterContext
-
- setParent(VariableRegistry) - Method in interface org.apache.nifi.registry.ComponentVariableRegistry
-
- setPartitioningAttribute(String) - Method in class org.apache.nifi.flow.VersionedConnection
-
- setPenaltyDuration(String) - Method in class org.apache.nifi.flow.VersionedProcessor
-
- setPermissions(FlowRegistryPermissions) - Method in class org.apache.nifi.registry.flow.FlowRegistryBucket
-
- setPermissions(FlowRegistryPermissions) - Method in class org.apache.nifi.registry.flow.RegisteredFlow
-
- setPosition(Position) - Method in class org.apache.nifi.flow.VersionedComponent
-
- setPredictedPercentBytes(int) - Method in class org.apache.nifi.controller.status.analytics.ConnectionStatusPredictions
-
- setPredictedPercentCount(int) - Method in class org.apache.nifi.controller.status.analytics.ConnectionStatusPredictions
-
- setPredictedTimeToBytesBackpressureMillis(long) - Method in class org.apache.nifi.controller.status.analytics.ConnectionStatusPredictions
-
- setPredictedTimeToCountBackpressureMillis(long) - Method in class org.apache.nifi.controller.status.analytics.ConnectionStatusPredictions
-
- setPredictionIntervalMillis(long) - Method in class org.apache.nifi.controller.status.analytics.ConnectionStatusPredictions
-
- setPredictions(ConnectionStatusPredictions) - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- setPreviousContentClaim(String, String, String, Long, long) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
-
Sets the Content Claim that the FlowFile was previously associated with
before this event occurred.
- setPrioritizers(List<String>) - Method in class org.apache.nifi.flow.VersionedConnection
-
- setProcessGroups(Set<VersionedProcessGroup>) - Method in class org.apache.nifi.flow.VersionedProcessGroup
-
- setProcessGroupStatus(Collection<ProcessGroupStatus>) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- setProcessingNanos(long) - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- setProcessorLoadAverage(double) - Method in class org.apache.nifi.controller.status.NodeStatus
-
- setProcessors(Set<VersionedProcessor>) - Method in class org.apache.nifi.flow.VersionedProcessGroup
-
- setProcessorStatus(Collection<ProcessorStatus>) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- setProperties(Map<String, String>) - Method in interface org.apache.nifi.flow.VersionedConfigurableComponent
-
- setProperties(Map<String, String>) - Method in class org.apache.nifi.flow.VersionedConfigurableExtension
-
- setProperties(Map<String, String>) - Method in class org.apache.nifi.flow.VersionedParameterProvider
-
- setPropertyDescriptors(Map<String, VersionedPropertyDescriptor>) - Method in interface org.apache.nifi.flow.VersionedConfigurableComponent
-
- setPropertyDescriptors(Map<String, VersionedPropertyDescriptor>) - Method in class org.apache.nifi.flow.VersionedConfigurableExtension
-
- setPropertyDescriptors(Map<String, VersionedPropertyDescriptor>) - Method in class org.apache.nifi.flow.VersionedParameterProvider
-
- setProvenanceRepositories(List<StorageStatus>) - Method in class org.apache.nifi.controller.status.NodeStatus
-
- setProvided(boolean) - Method in class org.apache.nifi.flow.VersionedParameter
-
- setProxyHost(String) - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
-
- setProxyPort(Integer) - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
-
- setProxyUser(String) - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
-
- setQueuedBytes(long) - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- setQueuedContentSize(Long) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- setQueuedCount(int) - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- setQueuedCount(Integer) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- setReceivedContentSize(Long) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- setReceivedCount(Integer) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- setRegistryId(String) - Method in class org.apache.nifi.flow.VersionedFlowCoordinates
-
- setRegistryUrl(String) - Method in class org.apache.nifi.flow.VersionedFlowCoordinates
-
Deprecated.
- setRelationship(Relationship) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
-
- setRemoteGroupId(String) - Method in class org.apache.nifi.flow.VersionedRemoteGroupPort
-
- setRemoteProcessGroups(Set<VersionedRemoteProcessGroup>) - Method in class org.apache.nifi.flow.VersionedProcessGroup
-
- setRemoteProcessGroupStatus(Collection<RemoteProcessGroupStatus>) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- setResourceDefinition(VersionedResourceDefinition) - Method in class org.apache.nifi.flow.VersionedPropertyDescriptor
-
- setResourceTypes(Set<VersionedResourceType>) - Method in class org.apache.nifi.flow.VersionedResourceDefinition
-
- setRetriedRelationships(Set<String>) - Method in class org.apache.nifi.flow.VersionedProcessor
-
- setRetryCount(Integer) - Method in class org.apache.nifi.flow.VersionedProcessor
-
- setRunDurationMillis(Long) - Method in class org.apache.nifi.flow.VersionedProcessor
-
- setRunStatus(RunStatus) - Method in class org.apache.nifi.controller.status.PortStatus
-
- setRunStatus(RunStatus) - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- setScheduledState(ScheduledState) - Method in class org.apache.nifi.flow.VersionedControllerService
-
- setScheduledState(ScheduledState) - Method in class org.apache.nifi.flow.VersionedPort
-
- setScheduledState(ScheduledState) - Method in class org.apache.nifi.flow.VersionedProcessor
-
- setScheduledState(ScheduledState) - Method in class org.apache.nifi.flow.VersionedRemoteGroupPort
-
- setScheduledState(ScheduledState) - Method in class org.apache.nifi.flow.VersionedReportingTask
-
- setSchedulingPeriod(String) - Method in class org.apache.nifi.flow.VersionedProcessor
-
- setSchedulingPeriod(String) - Method in class org.apache.nifi.flow.VersionedReportingTask
-
- setSchedulingStrategy(String) - Method in class org.apache.nifi.flow.VersionedProcessor
-
- setSchedulingStrategy(String) - Method in class org.apache.nifi.flow.VersionedReportingTask
-
- setSelectedRelationships(Set<String>) - Method in class org.apache.nifi.flow.VersionedConnection
-
- setSensitive(boolean) - Method in class org.apache.nifi.flow.VersionedParameter
-
- setSensitive(boolean) - Method in class org.apache.nifi.flow.VersionedPropertyDescriptor
-
- setSentContentSize(Long) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- setSentCount(Integer) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- setSize(String) - Method in class org.apache.nifi.flow.BatchSize
-
- setSnapshotMetadata(RegisteredFlowSnapshotMetadata) - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
-
- setSource(ConnectableComponent) - Method in class org.apache.nifi.flow.VersionedConnection
-
- setSourceId(String) - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- setSourceId(String) - Method in class org.apache.nifi.reporting.Bulletin
-
- setSourceName(String) - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- setSourceName(String) - Method in class org.apache.nifi.reporting.Bulletin
-
- setSourceQueueIdentifier(String) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
-
Sets the identifier of the FlowFile Queue from which the FlowFile was
pulled
- setSourceSystemFlowFileIdentifier(String) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
-
Sets the identifier that is used by the remote system to refer to the
FlowFile for which this Event is being created.
- setSourceType(ComponentType) - Method in class org.apache.nifi.reporting.Bulletin
-
- setStartTimeMillis(long) - Method in class org.apache.nifi.controller.status.analytics.QueryWindow
-
- setState(Map<String, String>, Scope) - Method in interface org.apache.nifi.components.state.StateManager
-
Updates the value of the component's state, setting it to given value
- setState(Map<String, String>, Scope) - Method in class org.apache.nifi.documentation.init.NopStateManager
-
- setState(Map<String, String>, Scope) - Method in interface org.apache.nifi.processor.ProcessSession
-
Updates the value of the component's state, setting it to given value.
- setStorageLocation(String) - Method in class org.apache.nifi.flow.VersionedFlowCoordinates
-
- setStyle(Map<String, String>) - Method in class org.apache.nifi.flow.VersionedLabel
-
- setStyle(Map<String, String>) - Method in class org.apache.nifi.flow.VersionedProcessor
-
- setSynchronized(Boolean) - Method in class org.apache.nifi.flow.VersionedParameterContext
-
- setTargetId(String) - Method in class org.apache.nifi.flow.VersionedRemoteGroupPort
-
- setTargetUri(String) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- setTargetUri(String) - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
-
- setTargetUris(String) - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
-
- setTerminatedThreadCount(Integer) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- setTerminatedThreadCount(int) - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- setTimerDrivenThreads(long) - Method in class org.apache.nifi.controller.status.NodeStatus
-
- setTimestamp(long) - Method in class org.apache.nifi.flow.VersionedExternalFlowMetadata
-
- setTimestamp(long) - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshotMetadata
-
- setTotalQueuedDuration(long) - Method in class org.apache.nifi.controller.status.ConnectionStatus
-
- setTotalThreads(long) - Method in class org.apache.nifi.controller.status.NodeStatus
-
- setTransitUri(String) - Method in interface org.apache.nifi.provenance.ProvenanceEventBuilder
-
Sets the Transit URI that is used for the Event.
- setTransmissionStatus(TransmissionStatus) - Method in class org.apache.nifi.controller.status.RemoteProcessGroupStatus
-
- setTransmitting(Boolean) - Method in class org.apache.nifi.controller.status.PortStatus
-
- setTransportProtocol(String) - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
-
- setType(String) - Method in class org.apache.nifi.controller.status.ProcessorStatus
-
- setType(ConnectableComponentType) - Method in class org.apache.nifi.flow.ConnectableComponent
-
- setType(String) - Method in class org.apache.nifi.flow.ControllerServiceAPI
-
- setType(String) - Method in class org.apache.nifi.flow.ParameterProviderReference
-
- setType(String) - Method in class org.apache.nifi.flow.VersionedConfigurableExtension
-
- setType(String) - Method in interface org.apache.nifi.flow.VersionedExtensionComponent
-
- setType(String) - Method in class org.apache.nifi.flow.VersionedParameterProvider
-
- setType(PortType) - Method in class org.apache.nifi.flow.VersionedPort
-
- setUrl(String) - Method in class org.apache.nifi.flow.VersionedFlowRegistryClient
-
Deprecated.
- setUseCompression(Boolean) - Method in class org.apache.nifi.flow.VersionedRemoteGroupPort
-
- setUsedHeap(long) - Method in class org.apache.nifi.controller.status.NodeStatus
-
- setUsedNonHeap(long) - Method in class org.apache.nifi.controller.status.NodeStatus
-
- setUsedSpace(long) - Method in class org.apache.nifi.controller.status.StorageStatus
-
- setValue(String) - Method in class org.apache.nifi.flow.VersionedParameter
-
- setVariables(Map<String, String>) - Method in class org.apache.nifi.flow.VersionedProcessGroup
-
- setVersion(String) - Method in class org.apache.nifi.flow.Bundle
-
- setVersion(int) - Method in class org.apache.nifi.flow.VersionedExternalFlowMetadata
-
- setVersion(int) - Method in class org.apache.nifi.flow.VersionedFlowCoordinates
-
- setVersion(int) - Method in class org.apache.nifi.registry.flow.RegisteredFlowSnapshotMetadata
-
- setVersion(long) - Method in class org.apache.nifi.registry.flow.RegisteredFlowVersionInfo
-
- setVersionCount(long) - Method in class org.apache.nifi.registry.flow.RegisteredFlow
-
- setVersionedComponentId(String) - Method in interface org.apache.nifi.components.VersionedComponent
-
Updates the versioned component identifier
- setVersionedFlowCoordinates(VersionedFlowCoordinates) - Method in class org.apache.nifi.flow.VersionedProcessGroup
-
- setVersionedFlowState(VersionedFlowState) - Method in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- setVersionInfo(RegisteredFlowVersionInfo) - Method in class org.apache.nifi.registry.flow.RegisteredFlow
-
- setWidth(Double) - Method in class org.apache.nifi.flow.VersionedLabel
-
- setX(double) - Method in class org.apache.nifi.flow.Position
-
- setY(double) - Method in class org.apache.nifi.flow.Position
-
- setYieldDuration(String) - Method in class org.apache.nifi.flow.VersionedProcessor
-
- setYieldDuration(String) - Method in class org.apache.nifi.flow.VersionedRemoteProcessGroup
-
- setzIndex(Long) - Method in class org.apache.nifi.flow.VersionedConnection
-
- setzIndex(Long) - Method in class org.apache.nifi.flow.VersionedLabel
-
- Severity - Enum in org.apache.nifi.reporting
-
- Severity() - Constructor for enum org.apache.nifi.reporting.Severity
-
- shouldBeFetched(File, ExternalResourceDescriptor) - Method in interface org.apache.nifi.flow.resource.ExternalResourceConflictResolutionStrategy
-
- 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.
- size - Variable in class org.apache.nifi.flow.BatchSize
-
- snapshotMetadata - Variable in class org.apache.nifi.registry.flow.RegisteredFlowSnapshot
-
- source - Variable in class org.apache.nifi.flow.VersionedConnection
-
- sourceId - Variable in class org.apache.nifi.controller.status.ConnectionStatus
-
- sourceId - Variable in class org.apache.nifi.reporting.Bulletin
-
- sourceIdMatches(String) - Method in class org.apache.nifi.reporting.BulletinQuery.Builder
-
- sourceIdPattern - Variable in class org.apache.nifi.reporting.BulletinQuery.Builder
-
- sourceIdPattern - Variable in class org.apache.nifi.reporting.BulletinQuery
-
- sourceName - Variable in class org.apache.nifi.controller.status.ConnectionStatus
-
- sourceName - Variable in class org.apache.nifi.reporting.Bulletin
-
- sourceType - Variable in class org.apache.nifi.reporting.Bulletin
-
- sourceType - Variable in class org.apache.nifi.reporting.BulletinQuery.Builder
-
- sourceType(ComponentType) - Method in class org.apache.nifi.reporting.BulletinQuery.Builder
-
- sourceType - Variable in class org.apache.nifi.reporting.BulletinQuery
-
- StandaloneNodeTypeProvider - Class in org.apache.nifi.documentation.init
-
- StandaloneNodeTypeProvider() - Constructor for class org.apache.nifi.documentation.init.StandaloneNodeTypeProvider
-
- StandardResourceContext - Class in org.apache.nifi.components.resource
-
- StandardResourceContext(ResourceReferenceFactory, PropertyDescriptor) - Constructor for class org.apache.nifi.components.resource.StandardResourceContext
-
- StandardResourceDefinition - Class in org.apache.nifi.components.resource
-
- StandardResourceDefinition(ResourceCardinality, Set<ResourceType>) - Constructor for class org.apache.nifi.components.resource.StandardResourceDefinition
-
- StandardResourceReferenceFactory - Class in org.apache.nifi.components.resource
-
- StandardResourceReferenceFactory() - Constructor for class org.apache.nifi.components.resource.StandardResourceReferenceFactory
-
- StandardResourceReferences - Class in org.apache.nifi.components.resource
-
- StandardResourceReferences(List<ResourceReference>) - Constructor for class org.apache.nifi.components.resource.StandardResourceReferences
-
- StandardServiceAPI - Class in org.apache.nifi.documentation
-
- StandardServiceAPI(String, String, String, String) - Constructor for class org.apache.nifi.documentation.StandardServiceAPI
-
- startTimeMillis - Variable in class org.apache.nifi.controller.status.analytics.QueryWindow
-
- Stateful - Annotation Type in org.apache.nifi.annotation.behavior
-
Annotation that a Processor, ReportingTask, ParameterProvider, 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
-
- StatusAnalytics - Interface in org.apache.nifi.controller.status.analytics
-
The StatusAnalytics interface offers methods for accessing predicted and other values for a single component (Connection instance, e.g.).
- StatusAnalyticsEngine - Interface in org.apache.nifi.controller.status.analytics
-
- StatusAnalyticsModel - Interface in org.apache.nifi.controller.status.analytics
-
- storageLocation - Variable in class org.apache.nifi.flow.VersionedFlowCoordinates
-
- StorageStatus - Class in org.apache.nifi.controller.status
-
The status of a storage repository.
- StorageStatus() - Constructor for class org.apache.nifi.controller.status.StorageStatus
-
- StreamCallback - Interface in org.apache.nifi.processor.io
-
- style - Variable in class org.apache.nifi.flow.VersionedLabel
-
- style - Variable in class org.apache.nifi.flow.VersionedProcessor
-
- subject - Variable in class org.apache.nifi.components.ValidationResult.Builder
-
- subject(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.
- supportsOnlineLearning() - Method in interface org.apache.nifi.controller.status.analytics.StatusAnalytics
-
Return if analytics object supports online learning
- supportsOnlineLearning() - Method in interface org.apache.nifi.controller.status.analytics.StatusAnalyticsModel
-
Indicate if model supports online learning (e.g.
- SupportsSensitiveDynamicProperties - Annotation Type in org.apache.nifi.annotation.behavior
-
Component annotation indicating support for dynamic properties that can be designated as sensitive for the purpose of
persistence and framework processing
- SystemResource - Enum in org.apache.nifi.annotation.behavior
-
Represents a system resource.
- SystemResource() - Constructor for enum org.apache.nifi.annotation.behavior.SystemResource
-
- SystemResourceConsideration - Annotation Type in org.apache.nifi.annotation.behavior
-
Annotation that may be placed on a
Component
describes how this component may impact a
system resource based on its configuration.
- SystemResourceConsiderations - Annotation Type in org.apache.nifi.annotation.behavior
-
Annotation that may be placed on a
Component
describes how this component may impact
system resources based on its configuration.
- systemSslContext - Variable in class org.apache.nifi.registry.flow.AbstractFlowRegistryClient
-
- 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, String, ValidationContext) - Method in class org.apache.nifi.components.PropertyDescriptor.ResourceDefinitionValidator
-
- 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
-
- validateDependencies(PropertyDescriptor, ValidationContext, Collection<ValidationResult>) - Method in class org.apache.nifi.components.AbstractConfigurableComponent
-
- validateExpression(String, boolean) - Method in interface org.apache.nifi.expression.ExpressionLanguageCompiler
-
Attempts to validate the given expression and returns null
if the expression is syntactically valid or a String indicating why the
expression is invalid otherwise.
- validateKey(String) - Static method in class org.apache.nifi.flowfile.FlowFile.KeyValidator
-
- ValidationContext - Interface in org.apache.nifi.components
-
- ValidationResult - Class in org.apache.nifi.components
-
Immutable - thread safe
- ValidationResult(ValidationResult.Builder) - Constructor for class org.apache.nifi.components.ValidationResult
-
- ValidationResult.Builder - Class in org.apache.nifi.components
-
- Validator - Interface in org.apache.nifi.components
-
- validators - Variable in class org.apache.nifi.components.PropertyDescriptor.Builder
-
- validators - Variable in class org.apache.nifi.components.PropertyDescriptor
-
The validators that should be used whenever an attempt is made to set
this property value.
- validStrings - Variable in class org.apache.nifi.components.PropertyDescriptor.ConstrainedSetValidator
-
- validValues - Variable in class org.apache.nifi.components.PropertyDescriptor.ConstrainedSetValidator
-
- value - Variable in class org.apache.nifi.components.AllowableValue
-
- value - Variable in class org.apache.nifi.flow.VersionedParameter
-
- value - Variable in class org.apache.nifi.parameter.Parameter
-
- VALUE_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.DefaultRunDuration
-
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.behavior.SystemResource
-
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.ConfigVerificationResult.Outcome
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.nifi.components.RequiredPermission
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.nifi.components.resource.ResourceCardinality
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.nifi.components.resource.ResourceType
-
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.FlowFileAvailability
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.nifi.controller.status.LoadBalanceStatus
-
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.documentation.ExtensionType
-
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.expression.ExpressionLanguageScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.nifi.flow.ComponentType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.nifi.flow.ConnectableComponentType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.nifi.flow.PortType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.nifi.flow.ScheduledState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.nifi.flow.VersionedResourceCardinality
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.nifi.flow.VersionedResourceType
-
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.parameter.ParameterSensitivity
-
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.registry.flow.VersionedFlowState
-
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.ExecutionNode
-
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.
- valueOfPermissionIdentifier(String) - Static method in enum org.apache.nifi.components.RequiredPermission
-
- 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.DefaultRunDuration
-
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.behavior.SystemResource
-
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.ConfigVerificationResult.Outcome
-
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.RequiredPermission
-
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.resource.ResourceCardinality
-
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.resource.ResourceType
-
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.FlowFileAvailability
-
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.LoadBalanceStatus
-
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.documentation.ExtensionType
-
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.expression.ExpressionLanguageScope
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.nifi.flow.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.flow.ConnectableComponentType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.nifi.flow.PortType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.nifi.flow.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.flow.VersionedResourceCardinality
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.nifi.flow.VersionedResourceType
-
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.parameter.ParameterSensitivity
-
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.registry.flow.VersionedFlowState
-
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.ExecutionNode
-
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.
- variables - Variable in class org.apache.nifi.flow.VersionedProcessGroup
-
- VerifiableControllerService - Interface in org.apache.nifi.controller
-
Any Controller Service that implements this interface will be provided the opportunity to verify
a given configuration of the Controller Service.
- VerifiableParameterProvider - Interface in org.apache.nifi.parameter
-
Any Parameter Provider that implements this interface will be provided the opportunity to verify
a given configuration of the Parameter Provider.
- VerifiableProcessor - Interface in org.apache.nifi.processor
-
Any Processor that implements this interface will be provided the opportunity to verify
a given configuration of the Processor.
- VerifiableReportingTask - Interface in org.apache.nifi.reporting
-
Any Reporting Task that implements this interface will be provided the opportunity to verify
a given configuration of the Reporting Task.
- verificationStepName - Variable in class org.apache.nifi.components.ConfigVerificationResult.Builder
-
- verificationStepName(String) - Method in class org.apache.nifi.components.ConfigVerificationResult.Builder
-
- verificationStepName - Variable in class org.apache.nifi.components.ConfigVerificationResult
-
- verify(ConfigurationContext, ComponentLog, Map<String, String>) - Method in interface org.apache.nifi.controller.VerifiableControllerService
-
Verifies that the configuration defined by the given ConfigurationContext is valid.
- verify(ConfigurationContext, ComponentLog) - Method in interface org.apache.nifi.parameter.VerifiableParameterProvider
-
Verifies that the configuration defined by the given ConfigurationContext is valid.
- verify(ProcessContext, ComponentLog, Map<String, String>) - Method in interface org.apache.nifi.processor.VerifiableProcessor
-
Verifies that the configuration defined by the given ProcessContext is valid.
- verify(ConfigurationContext, ComponentLog) - Method in interface org.apache.nifi.reporting.VerifiableReportingTask
-
Verifies that the configuration defined by the given ConfigurationContext is valid.
- version - Variable in class org.apache.nifi.documentation.StandardServiceAPI
-
- version - Variable in class org.apache.nifi.flow.Bundle
-
- version - Variable in class org.apache.nifi.flow.VersionedExternalFlowMetadata
-
- version - Variable in class org.apache.nifi.flow.VersionedFlowCoordinates
-
- version - Variable in class org.apache.nifi.registry.flow.RegisteredFlowSnapshotMetadata
-
- version - Variable in class org.apache.nifi.registry.flow.RegisteredFlowVersionInfo
-
- versionCount - Variable in class org.apache.nifi.registry.flow.RegisteredFlow
-
- VersionedComponent - Interface in org.apache.nifi.components
-
- VersionedComponent - Class in org.apache.nifi.flow
-
- VersionedComponent() - Constructor for class org.apache.nifi.flow.VersionedComponent
-
- VersionedConfigurableComponent - Interface in org.apache.nifi.flow
-
A component that has property descriptors and can be configured with values for those properties.
- VersionedConfigurableExtension - Class in org.apache.nifi.flow
-
- VersionedConfigurableExtension() - Constructor for class org.apache.nifi.flow.VersionedConfigurableExtension
-
- VersionedConnection - Class in org.apache.nifi.flow
-
- VersionedConnection() - Constructor for class org.apache.nifi.flow.VersionedConnection
-
- VersionedControllerService - Class in org.apache.nifi.flow
-
- VersionedControllerService() - Constructor for class org.apache.nifi.flow.VersionedControllerService
-
- VersionedExtensionComponent - Interface in org.apache.nifi.flow
-
A component that is an extension and has a type and bundle.
- VersionedExternalFlow - Class in org.apache.nifi.flow
-
- VersionedExternalFlow() - Constructor for class org.apache.nifi.flow.VersionedExternalFlow
-
- VersionedExternalFlowMetadata - Class in org.apache.nifi.flow
-
- VersionedExternalFlowMetadata() - Constructor for class org.apache.nifi.flow.VersionedExternalFlowMetadata
-
- VersionedFlowCoordinates - Class in org.apache.nifi.flow
-
- VersionedFlowCoordinates() - Constructor for class org.apache.nifi.flow.VersionedFlowCoordinates
-
- versionedFlowCoordinates - Variable in class org.apache.nifi.flow.VersionedProcessGroup
-
- VersionedFlowRegistryClient - Class in org.apache.nifi.flow
-
- VersionedFlowRegistryClient() - Constructor for class org.apache.nifi.flow.VersionedFlowRegistryClient
-
- versionedFlowState - Variable in class org.apache.nifi.controller.status.ProcessGroupStatus
-
- VersionedFlowState - Enum in org.apache.nifi.registry.flow
-
- VersionedFlowState(String) - Constructor for enum org.apache.nifi.registry.flow.VersionedFlowState
-
- VersionedFunnel - Class in org.apache.nifi.flow
-
- VersionedFunnel() - Constructor for class org.apache.nifi.flow.VersionedFunnel
-
- VersionedLabel - Class in org.apache.nifi.flow
-
- VersionedLabel() - Constructor for class org.apache.nifi.flow.VersionedLabel
-
- VersionedParameter - Class in org.apache.nifi.flow
-
- VersionedParameter() - Constructor for class org.apache.nifi.flow.VersionedParameter
-
- VersionedParameterContext - Class in org.apache.nifi.flow
-
- VersionedParameterContext() - Constructor for class org.apache.nifi.flow.VersionedParameterContext
-
- VersionedParameterProvider - Class in org.apache.nifi.flow
-
- VersionedParameterProvider() - Constructor for class org.apache.nifi.flow.VersionedParameterProvider
-
- VersionedPort - Class in org.apache.nifi.flow
-
- VersionedPort() - Constructor for class org.apache.nifi.flow.VersionedPort
-
- VersionedProcessGroup - Class in org.apache.nifi.flow
-
- VersionedProcessGroup() - Constructor for class org.apache.nifi.flow.VersionedProcessGroup
-
- VersionedProcessor - Class in org.apache.nifi.flow
-
- VersionedProcessor() - Constructor for class org.apache.nifi.flow.VersionedProcessor
-
- VersionedPropertyDescriptor - Class in org.apache.nifi.flow
-
- VersionedPropertyDescriptor() - Constructor for class org.apache.nifi.flow.VersionedPropertyDescriptor
-
- VersionedRemoteGroupPort - Class in org.apache.nifi.flow
-
- VersionedRemoteGroupPort() - Constructor for class org.apache.nifi.flow.VersionedRemoteGroupPort
-
- VersionedRemoteProcessGroup - Class in org.apache.nifi.flow
-
- VersionedRemoteProcessGroup() - Constructor for class org.apache.nifi.flow.VersionedRemoteProcessGroup
-
- VersionedReportingTask - Class in org.apache.nifi.flow
-
- VersionedReportingTask() - Constructor for class org.apache.nifi.flow.VersionedReportingTask
-
- VersionedResourceCardinality - Enum in org.apache.nifi.flow
-
- VersionedResourceCardinality() - Constructor for enum org.apache.nifi.flow.VersionedResourceCardinality
-
- VersionedResourceDefinition - Class in org.apache.nifi.flow
-
- VersionedResourceDefinition() - Constructor for class org.apache.nifi.flow.VersionedResourceDefinition
-
- VersionedResourceType - Enum in org.apache.nifi.flow
-
- VersionedResourceType() - Constructor for enum org.apache.nifi.flow.VersionedResourceType
-
- versionInfo - Variable in class org.apache.nifi.registry.flow.RegisteredFlow
-