Interface RowCollector
public interface RowCollector
Used to collect rows generated by
TabletInsertionEvent.processRowByRow(BiConsumer),
TabletInsertionEvent.processTablet(BiConsumer).-
Method Summary
-
Method Details
-
collectRow
Collects a row.- Parameters:
row- Row to be collected- Throws:
IOException- if any I/O errors occur- See Also:
-