Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ getQueueDataSize
Method
getQueueDataSize
libminifi/include/Connection.h:153–155 ·
view source on GitHub ↗
Get queue data size
Source
from the content-addressed store, hash-verified
151
}
152
// Get queue data size
153
uint64_t getQueueDataSize() {
154
return queued_data_size_;
155
}
156
157
// Put the flow file into queue
158
void put(const std::shared_ptr<core::FlowFile>& flow) override;
Callers
2
serialize
Method · 0.80
serialize
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected