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 CsvConfiguration
CsvParserCharArray. parseCsvData(CsvConfiguration config, _charArrayRange input, CsvSegmentsParser.Provider<_charArrayRange> parserProvider, CsvRowCollector rowAggregator)
static void
CsvParserCharArray. 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 class
StorageDataConverterTypeCsvToBinary.Default
Methods 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 class
ConfigEntryAggregator
-
Uses of CsvRowCollector in one.microstream.util.csv
Subinterfaces of CsvRowCollector in one.microstream.util.csv Modifier and Type Interface Description interface
CsvContentCollector
Classes in one.microstream.util.csv that implement CsvRowCollector Modifier and Type Class Description class
CsvContentBuilderCharArray.TableCollector
class
CsvEntityCollector<T>
Methods in one.microstream.util.csv with parameters of type CsvRowCollector Modifier and Type Method Description default CsvConfiguration
CsvParser. parseCsvData(CsvConfiguration config, I input, CsvRowCollector rowAggregator)
CsvConfiguration
CsvParser. parseCsvData(CsvConfiguration config, I input, CsvSegmentsParser.Provider<I> segmentsParserProvider, CsvRowCollector rowAggregator)
CsvSegmentsParser<I>
CsvSegmentsParser.Provider. provideSegmentsParser(CsvConfiguration config, CsvRowCollector rowAggregator)
-