Interface | Description |
---|---|
ContentRepository |
Defines the capabilities of a content repository.
|
FlowFileRecord |
FlowFileRecord is a sub-interface of FlowFile and
is used to provide additional information about FlowFiles that provide
valuable information to the framework but should be hidden from components |
FlowFileRepository |
Implementations must be thread safe
|
FlowFileSwapManager |
Defines a mechanism by which FlowFiles can be move into external storage or
memory so that they can be removed from the Java heap and vice-versa
|
QueueProvider |
Provides a collection of
FlowFileQueue s that represents all
queues in the current flow |
RepositoryRecord |
Represents an abstraction of a FlowFile that can be used to track changing
state of a FlowFile so that transactionality with repositories can exist
|
SwapContents |
When FlowFiles are constructed from a Swap File, there is information in addition to
the FlowFiles themselves that get stored and recovered.
|
SwapManagerInitializationContext | |
SwapSummary |
Provides a summary of the information that is stored in a FlowFile swap file.
|
Enum | Description |
---|---|
RepositoryRecordType |
Exception | Description |
---|---|
IncompleteSwapFileException |
Signals that a Swap File could not be complete read in/parsed because the data was
not all present
|
Copyright © 2016 Apache NiFi Project. All rights reserved.