Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
92
std::shared_ptr<ResourceClaim> FlowFile::getResourceClaim() {
93
return claim_;
94
}
95
96
void FlowFile::clearResourceClaim() {
97
claim_ = nullptr;
Callers
15
flowfile_to_record
Function · 0.80
failureStrategyAsIs
Function · 0.80
write
Method · 0.80
PersistenceTests.cpp
File · 0.80
drain
Method · 0.80
clone
Method · 0.80
cloneDuringTransfer
Method · 0.80
append
Method · 0.80
read
Method · 0.80
importFrom
Method · 0.80
import
Method · 0.80
stash
Method · 0.80
Calls
no outgoing calls
Tested by
1
write
Method · 0.64