Package com.opencsv.bean.concurrent
package com.opencsv.bean.concurrent
This package collects all classes necessary for the parallel processing of
beans.
-
ClassesClassDescriptionBeanExecutor<T>A specific derivative of
IntolerantThreadPoolExecutorintended for submitting beans to be converted toStrings for writing.Implements a separate thread for reading input and siphoning it to aLineExecutor.LineExecutor<T>A specific derivative ofIntolerantThreadPoolExecutorintended for submitting lines of input to be converted to beans.A class for converting one bean into its string representation for writing to an output.A class that encapsulates the job of creating a bean from a line of CSV input and making it possible to run those jobs in parallel.This class exists to isolate the logic for reading a single line of input that is common toCsvToBean.iterator()andCompleteFileReader.