public interface FlowFileRecord extends FlowFile
FlowFileRecord is a sub-interface of FlowFile and
is used to provide additional information about FlowFiles that provide
valuable information to the framework but should be hidden from componentsFlowFile.KeyValidator| Modifier and Type | Method and Description |
|---|---|
ContentClaim |
getContentClaim() |
long |
getContentClaimOffset() |
long |
getPenaltyExpirationMillis() |
getAttribute, getAttributes, getEntryDate, getId, getLastQueueDate, getLineageStartDate, getLineageStartIndex, getQueueDateIndex, getSize, isPenalizedcompareTolong getPenaltyExpirationMillis()
ContentClaim getContentClaim()
ContentClaim that holds the FlowFile's contentlong getContentClaimOffset()
ContentClaim at which the
FlowFile's content occurs. This mechanism allows multiple FlowFiles to
have the same ContentClaim, which can be significantly more efficient for
some implementations of
ContentRepositoryCopyright © 2023 Apache NiFi Project. All rights reserved.