Uses of Class
org.apache.pinot.spi.data.readers.FileFormat
-
Packages that use FileFormat Package Description org.apache.pinot.spi.data.readers org.apache.pinot.spi.ingestion.batch -
-
Uses of FileFormat in org.apache.pinot.spi.data.readers
Methods in org.apache.pinot.spi.data.readers that return FileFormat Modifier and Type Method Description static FileFormatFileFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static FileFormat[]FileFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pinot.spi.data.readers with parameters of type FileFormat Modifier and Type Method Description static RecordReaderRecordReaderFactory. getRecordReader(FileFormat fileFormat, File dataFile, Set<String> fieldsToRead, RecordReaderConfig recordReaderConfig)Constructs and initializes a RecordReader based on the given file format and RecordReader config.static RecordReaderConfigRecordReaderFactory. getRecordReaderConfig(FileFormat fileFormat, String readerConfigFile)Construct a RecordReaderConfig instance from a given file.static RecordReaderConfigRecordReaderFactory. getRecordReaderConfig(FileFormat fileFormat, Map<String,String> configs)Creates aRecordReaderConfiginstance using file format and reader config propertiesstatic voidRecordReaderFactory. register(FileFormat fileFormat, String recordReaderClassName, String recordReaderConfigClassName) -
Uses of FileFormat in org.apache.pinot.spi.ingestion.batch
Methods in org.apache.pinot.spi.ingestion.batch that return FileFormat Modifier and Type Method Description FileFormatBatchConfig. getInputFormat()
-