Uses of Package
org.apache.nifi.controller.repository
Packages that use org.apache.nifi.controller.repository
-
Classes in org.apache.nifi.controller.repository used by org.apache.nifi.controller.queueClassDescription
FlowFileRecord
is a sub-interface ofFlowFile
and is used to provide additional information about FlowFiles that provide valuable information to the framework but should be hidden from componentsProvides a summary of the information that is stored in a FlowFile swap file. -
Classes in org.apache.nifi.controller.repository used by org.apache.nifi.controller.repositoryClassDescriptionInitialization context for
ContentRepository
.FlowFileRecord
is a sub-interface ofFlowFile
and is used to provide additional information about FlowFiles that provide valuable information to the framework but should be hidden from componentsImplementations must be thread safeDefines a mechanism by which FlowFiles can be move into external storage or memory so that they can be removed from the Java heap and vice-versaSignals that a Swap File could not be complete read in/parsed because the data was not all presentProvides a collection ofFlowFileQueue
s that represents all queues in the current flowRepresents an abstraction of a FlowFile that can be used to track changing state of a FlowFile so that transactionality with repositories can existWhen FlowFiles are constructed from a Swap File, there is information in addition to the FlowFiles themselves that get stored and recovered.Provides a summary of the information that is stored in a FlowFile swap file.