- All Superinterfaces:
Event
public interface TabletInsertionEvent
extends Event
-
Method Summary
The consumer processes the data row by row and collects the results by
RowCollector.
The consumer processes the Tablet directly and collects the results by
RowCollector.
-
Method Details
-
processRowByRow
The consumer processes the data row by row and collects the results by
RowCollector.
- Returns:
Iterable<TabletInsertionEvent> a list of new TabletInsertionEvent
contains the results collected by the RowCollector
-
processTablet
The consumer processes the Tablet directly and collects the results by
RowCollector.
- Returns:
Iterable<TabletInsertionEvent> a list of new TabletInsertionEvent
contains the results collected by the RowCollector