Uses of Class
org.apache.ignite.internal.processors.bulkload.pipeline.PipelineBlock
-
Packages that use PipelineBlock Package Description org.apache.ignite.internal.processors.bulkload.pipeline -
-
Uses of PipelineBlock in org.apache.ignite.internal.processors.bulkload.pipeline
Subclasses of PipelineBlock in org.apache.ignite.internal.processors.bulkload.pipeline Modifier and Type Class Description classCharsetDecoderBlockAPipelineBlock, which converts stream of bytes supplied as byte[] arrays to an array of char[] using the specified encoding.classCsvLineProcessorBlockAPipelineBlock, which splits line according to CSV format rules and unquotes fields.classLineSplitterBlockAPipelineBlock, which splits input stream of char[] into lines using the specifiedPatternas line separator.classStrListAppenderBlockThe PipelineBlock which appends its input to a user-supplied list.Methods in org.apache.ignite.internal.processors.bulkload.pipeline that return PipelineBlock Modifier and Type Method Description <N> PipelineBlock<O,N>PipelineBlock. append(PipelineBlock<O,N> next)Sets the next block in this block and returns the next block.Methods in org.apache.ignite.internal.processors.bulkload.pipeline with parameters of type PipelineBlock Modifier and Type Method Description <N> PipelineBlock<O,N>PipelineBlock. append(PipelineBlock<O,N> next)Sets the next block in this block and returns the next block.
-