Uses of Interface
org.apache.iotdb.pipe.api.event.dml.insertion.TabletInsertionEvent
Packages that use TabletInsertionEvent
-
Uses of TabletInsertionEvent in org.apache.iotdb.pipe.api
Methods in org.apache.iotdb.pipe.api with parameters of type TabletInsertionEventModifier and TypeMethodDescriptionvoidPipeProcessor.process(TabletInsertionEvent tabletInsertionEvent, EventCollector eventCollector) This method is called to process theTabletInsertionEvent.voidPipeConnector.transfer(TabletInsertionEvent tabletInsertionEvent) Deprecated.This method is used to transfer theTabletInsertionEvent.voidPipeSink.transfer(TabletInsertionEvent tabletInsertionEvent) This method is used to transfer theTabletInsertionEvent. -
Uses of TabletInsertionEvent in org.apache.iotdb.pipe.api.event.dml.insertion
Methods in org.apache.iotdb.pipe.api.event.dml.insertion that return types with arguments of type TabletInsertionEventModifier and TypeMethodDescriptionTabletInsertionEvent.processRowByRow(BiConsumer<Row, RowCollector> consumer) The consumer processes the data row by row and collects the results byRowCollector.TabletInsertionEvent.processTablet(BiConsumer<org.apache.tsfile.write.record.Tablet, RowCollector> consumer) The consumer processes the Tablet directly and collects the results byRowCollector.TsFileInsertionEvent.toTabletInsertionEvents()The method is used to convert theTsFileInsertionEventinto severalTabletInsertionEvents.