Interface RecordBatchSizePredicate
- All Superinterfaces:
BiPredicate<Integer,Integer>
Takes as argument the potential next batch entry count and the next potential batch size, in
order to verify whether this next
RecordBatchEntry can be added to the RecordBatch.-
Method Summary
Methods inherited from interface java.util.function.BiPredicate
and, negate, or, test