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

Method importFrom

libminifi/src/core/ProcessSession.cpp:318–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316}
317
318void ProcessSession::importFrom(io::InputStream&& stream, const std::shared_ptr<core::FlowFile> &flow) {
319 importFrom(stream, flow);
320}
321/**
322 * Imports a file from the data stream
323 * @param stream incoming data stream that contains the data to store into a file

Callers 8

runNextProcessorMethod · 0.45
transferMethod · 0.45
writeMethod · 0.45
onTriggerMethod · 0.45
MergeFileTests.cppFile · 0.45
SessionTests.cppFile · 0.45
RepoTests.cppFile · 0.45

Calls 15

getpagesizeFunction · 0.85
getTimeMillisFunction · 0.85
ExceptionClass · 0.85
setSizeMethod · 0.80
setOffsetMethod · 0.80
setResourceClaimMethod · 0.80
log_debugMethod · 0.80
getOffsetMethod · 0.80
getResourceClaimMethod · 0.80
getProcessorNodeMethod · 0.80
createMethod · 0.45
writeMethod · 0.45

Tested by 2

writeMethod · 0.36
onTriggerMethod · 0.36