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

Method setOffset

libminifi/include/core/FlowFile.h:201–203  ·  view source on GitHub ↗

* Sets the offset * @param offset offset to apply to this record. */

Source from the content-addressed store, hash-verified

199 * @param offset offset to apply to this record.
200 */
201 void setOffset(const uint64_t offset) {
202 offset_ = offset;
203 }
204
205 /**
206 * Sets the penalty expiration

Callers 5

cloneMethod · 0.80
cloneDuringTransferMethod · 0.80
writeMethod · 0.80
importFromMethod · 0.80
importMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected