public interface ContentClaim extends Comparable<ContentClaim>
A ContentClaim is a reference to a given flow file's content. Multiple flow files may reference the same content by both having the same content claim.
Must be thread safe
Modifier and Type | Method and Description |
---|---|
String |
getContainer() |
String |
getId() |
String |
getSection() |
boolean |
isLossTolerant()
Specifies whether or not the Claim is loss-tolerant.
|
compareTo
String getId()
String getContainer()
String getSection()
boolean isLossTolerant()
Copyright © 2015 Apache NiFi (incubating). All rights reserved.