Package org.apache.nifi.flowfile
Interface FlowFilePrioritizer
- All Superinterfaces:
Comparator<org.apache.nifi.flowfile.FlowFile>
Provides a mechanism to prioritize flow file objects based on their attributes.
The actual flow file content will not be available for comparison.
If features of that content are necessary for prioritization,
it should be extracted to be used as an attribute of the flow file.
-
Method Summary
Methods inherited from interface java.util.Comparator
compare, equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong