Interface RecordBatchSizePredicate

All Superinterfaces:
BiPredicate<Integer,Integer>

public interface RecordBatchSizePredicate extends 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.