private static class PutSQL.FragmentedEnclosure extends PutSQL.StatementFlowFileEnclosure
Modifier and Type | Field and Description |
---|---|
private Map<FlowFile,PutSQL.StatementFlowFileEnclosure> |
flowFileToEnclosure |
Constructor and Description |
---|
FragmentedEnclosure() |
Modifier and Type | Method and Description |
---|---|
void |
addFlowFile(FlowFile flowFile,
PutSQL.StatementFlowFileEnclosure enclosure) |
PutSQL.StatementFlowFileEnclosure |
getTargetEnclosure(FlowFile flowFile) |
addFlowFile, equals, getCachedStatement, getFlowFiles, getNewStatement, hashCode
private final Map<FlowFile,PutSQL.StatementFlowFileEnclosure> flowFileToEnclosure
public void addFlowFile(FlowFile flowFile, PutSQL.StatementFlowFileEnclosure enclosure)
public PutSQL.StatementFlowFileEnclosure getTargetEnclosure(FlowFile flowFile)
Copyright © 2017 Apache NiFi Project. All rights reserved.