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

Method getResourceClaim

libminifi/src/core/FlowFile.cpp:92–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92std::shared_ptr<ResourceClaim> FlowFile::getResourceClaim() {
93 return claim_;
94}
95
96void FlowFile::clearResourceClaim() {
97 claim_ = nullptr;

Callers 15

flowfile_to_recordFunction · 0.80
failureStrategyAsIsFunction · 0.80
writeMethod · 0.80
drainMethod · 0.80
cloneMethod · 0.80
cloneDuringTransferMethod · 0.80
appendMethod · 0.80
readMethod · 0.80
importFromMethod · 0.80
importMethod · 0.80
stashMethod · 0.80

Calls

no outgoing calls

Tested by 1

writeMethod · 0.64