C F I O 
All Classes All Packages

C

close() - Method in class org.apache.pinot.plugin.segmentwriter.filebased.FileBasedSegmentWriter
 
collect(GenericRow) - Method in class org.apache.pinot.plugin.segmentwriter.filebased.FileBasedSegmentWriter
 

F

FileBasedSegmentWriter - Class in org.apache.pinot.plugin.segmentwriter.filebased
A SegmentWriter implementation that uses a local file as a buffer to collect GenericRow.
FileBasedSegmentWriter() - Constructor for class org.apache.pinot.plugin.segmentwriter.filebased.FileBasedSegmentWriter
 
flush() - Method in class org.apache.pinot.plugin.segmentwriter.filebased.FileBasedSegmentWriter
Creates one Pinot segment using the GenericRows collected in the AVRO file buffer, at the outputDirUri as specified in the tableConfig->batchConfigs.

I

init(TableConfig, Schema) - Method in class org.apache.pinot.plugin.segmentwriter.filebased.FileBasedSegmentWriter
 
init(TableConfig, Schema, Map<String, String>) - Method in class org.apache.pinot.plugin.segmentwriter.filebased.FileBasedSegmentWriter
 

O

org.apache.pinot.plugin.segmentwriter.filebased - package org.apache.pinot.plugin.segmentwriter.filebased
 
C F I O 
All Classes All Packages