MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / flushContent

Method flushContent

libminifi/src/core/ProcessSession.cpp:957–959  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

955}
956
957void ProcessSession::flushContent() {
958 content_session_->commit();
959}
960
961bool ProcessSession::outgoingConnectionsFull(const std::string& relationship) {
962 std::set<std::shared_ptr<Connectable>> connections = process_context_->getProcessorNode()->getOutGoingConnections(relationship);

Callers 3

runNextProcessorMethod · 0.80
MergeFileTests.cppFile · 0.80

Calls 1

commitMethod · 0.45

Tested by

no test coverage detected