Uses of Interface
one.microstream.util.csv.CsvRowCollector
-
Packages that use CsvRowCollector Package Description one.microstream.chars one.microstream.storage.types one.microstream.util.config one.microstream.util.csv -
-
Uses of CsvRowCollector in one.microstream.chars
Methods in one.microstream.chars with parameters of type CsvRowCollector Modifier and Type Method Description CsvConfigurationCsvParserCharArray. parseCsvData(CsvConfiguration config, _charArrayRange input, CsvSegmentsParser.Provider<_charArrayRange> parserProvider, CsvRowCollector rowAggregator)static voidCsvParserCharArray. parseSegments(char[] input, int iStart, int iBound, VarString literalBuilder, CsvConfiguration config, CsvRowCollector rowAggregator, CsvRecordParserCharArray.Provider recordParserProvider) -
Uses of CsvRowCollector in one.microstream.storage.types
Classes in one.microstream.storage.types that implement CsvRowCollector Modifier and Type Class Description static classStorageDataConverterTypeCsvToBinary.DefaultMethods in one.microstream.storage.types with parameters of type CsvRowCollector Modifier and Type Method Description CsvSegmentsParser<_charArrayRange>StorageDataConverterTypeCsvToBinary.Default. provideSegmentsParser(CsvConfiguration config, CsvRowCollector rowAggregator) -
Uses of CsvRowCollector in one.microstream.util.config
Classes in one.microstream.util.config that implement CsvRowCollector Modifier and Type Class Description classConfigEntryAggregator -
Uses of CsvRowCollector in one.microstream.util.csv
Subinterfaces of CsvRowCollector in one.microstream.util.csv Modifier and Type Interface Description interfaceCsvContentCollectorClasses in one.microstream.util.csv that implement CsvRowCollector Modifier and Type Class Description classCsvContentBuilderCharArray.TableCollectorclassCsvEntityCollector<T>Methods in one.microstream.util.csv with parameters of type CsvRowCollector Modifier and Type Method Description default CsvConfigurationCsvParser. parseCsvData(CsvConfiguration config, I input, CsvRowCollector rowAggregator)CsvConfigurationCsvParser. parseCsvData(CsvConfiguration config, I input, CsvSegmentsParser.Provider<I> segmentsParserProvider, CsvRowCollector rowAggregator)CsvSegmentsParser<I>CsvSegmentsParser.Provider. provideSegmentsParser(CsvConfiguration config, CsvRowCollector rowAggregator)
-