Interface SwapContents
public interface SwapContents
When FlowFiles are constructed from a Swap File, there is information in addition to
the FlowFiles themselves that get stored and recovered. SwapContents provides a
mechanism to encapsulate all of the information contained within a Swap File in a
single object
-
Method Summary
-
Method Details
-
getSummary
SwapSummary getSummary()- Returns:
- a summary of information included in a Swap File
-
getFlowFiles
List<FlowFileRecord> getFlowFiles()- Returns:
- the FlowFiles that are contained within a Swap File
-