Package org.apache.ignite.internal.processors.bulkload.pipeline
-
Class Summary Class Description CharsetDecoderBlock APipelineBlock, which converts stream of bytes supplied as byte[] arrays to an array of char[] using the specified encoding.CsvLineProcessorBlock APipelineBlock, which splits line according to CSV format rules and unquotes fields.LineSplitterBlock APipelineBlock, which splits input stream of char[] into lines using the specifiedPatternas line separator.PipelineBlock<I,O> A file parsing pipeline block.StrListAppenderBlock The PipelineBlock which appends its input to a user-supplied list.