Uses of Interface
one.microstream.chars._charArrayRange
-
Packages that use _charArrayRange Package Description one.microstream.chars one.microstream.com one.microstream.persistence.types one.microstream.storage.types one.microstream.util.csv -
-
Uses of _charArrayRange in one.microstream.chars
Classes in one.microstream.chars that implement _charArrayRange Modifier and Type Class Description static class
_charArrayRange.Default
static class
_charArrayRange.Mutable
Methods in one.microstream.chars with parameters of type _charArrayRange Modifier and Type Method Description T
ObjectStringParser. parse(_charArrayRange input)
static StringTable
StringTable.Static. parse(_charArrayRange rawData)
static StringTable
StringTable.Static. parse(_charArrayRange rawData, CsvConfiguration csvConfiguration)
CsvConfiguration
CsvParserCharArray. parseCsvData(CsvConfiguration config, _charArrayRange input, CsvSegmentsParser.Provider<_charArrayRange> parserProvider, CsvRowCollector rowAggregator)
Method parameters in one.microstream.chars with type arguments of type _charArrayRange Modifier and Type Method Description CsvConfiguration
CsvParserCharArray. parseCsvData(CsvConfiguration config, _charArrayRange input, CsvSegmentsParser.Provider<_charArrayRange> parserProvider, CsvRowCollector rowAggregator)
-
Uses of _charArrayRange in one.microstream.com
Methods in one.microstream.com with parameters of type _charArrayRange Modifier and Type Method Description ComProtocol
ComProtocolStringConverter.Default. parse(_charArrayRange input)
ComProtocol
ComProtocolStringConverter. parse(_charArrayRange input)
-
Uses of _charArrayRange in one.microstream.persistence.types
Methods in one.microstream.persistence.types with parameters of type _charArrayRange Modifier and Type Method Description PersistenceIdStrategy
PersistenceIdStrategyStringConverter.Default. parse(_charArrayRange input)
PersistenceIdStrategy
PersistenceIdStrategyStringConverter. parse(_charArrayRange input)
-
Uses of _charArrayRange in one.microstream.storage.types
Methods in one.microstream.storage.types that return types with arguments of type _charArrayRange Modifier and Type Method Description CsvSegmentsParser<_charArrayRange>
StorageDataConverterTypeCsvToBinary.Default. provideSegmentsParser(CsvConfiguration config, CsvRowCollector rowAggregator)
Methods in one.microstream.storage.types with parameters of type _charArrayRange Modifier and Type Method Description void
StorageDataConverterTypeCsvToBinary.Default. parseSegments(_charArrayRange input)
-
Uses of _charArrayRange in one.microstream.util.csv
Methods in one.microstream.util.csv with parameters of type _charArrayRange Modifier and Type Method Description CsvContent
CsvContentBuilderCharArray. build(String name, _charArrayRange medium)
BulkList<T>
CsvEntityParser.Abstract. parse(_charArrayRange input)
XGettingList<T>
CsvEntityParser. parse(_charArrayRange input)
<C extends XSequence<? super T>>
CCsvEntityParser. parseInto(_charArrayRange input, C collector)
-