Interface TsFileInsertionEvent
- All Superinterfaces:
AutoCloseable,Event
TsFileInsertionEvent is used to define the event of writing TsFile. Event data stores in
disks, which is compressed and encoded, and requires IO cost for computational processing.-
Method Summary
Modifier and TypeMethodDescriptionThe method is used to convert theTsFileInsertionEventinto severalTabletInsertionEvents.Methods inherited from interface java.lang.AutoCloseable
close
-
Method Details
-
toTabletInsertionEvents
Iterable<TabletInsertionEvent> toTabletInsertionEvents()The method is used to convert theTsFileInsertionEventinto severalTabletInsertionEvents.- Returns:
Iterable<TabletInsertionEvent>the list ofTabletInsertionEvent
-