Class PutSQL.StatementFlowFileEnclosure

java.lang.Object
org.apache.nifi.processors.standard.PutSQL.StatementFlowFileEnclosure
All Implemented Interfaces:
PartialFunctions.FlowFileGroup
Direct Known Subclasses:
PutSQL.FragmentedEnclosure
Enclosing class:
PutSQL

private static class PutSQL.StatementFlowFileEnclosure extends Object implements PartialFunctions.FlowFileGroup
A simple, immutable data structure to hold a Prepared Statement and a List of FlowFiles for which that statement should be evaluated.