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

Method setSize

libminifi/include/core/FlowFile.h:188–190  ·  view source on GitHub ↗

* Set the size of this record. * @param size size of record to set.Ï */

Source from the content-addressed store, hash-verified

186 * @param size size of record to set.Ï
187 */
188 void setSize(const uint64_t size) {
189 size_ = size;
190 }
191 /**
192 * Returns the size of corresponding flow file
193 * @return size as a uint64_t

Callers 8

transmit_flowfileFunction · 0.80
cloneMethod · 0.80
cloneDuringTransferMethod · 0.80
writeMethod · 0.80
appendMethod · 0.80
importFromMethod · 0.80
importMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected