Package com.opencsv.bean.concurrent
This package collects all classes necessary for the parallel processing of
beans.
-
Class Summary Class Description BeanExecutor<T> A specific derivative ofIntolerantThreadPoolExecutor
intended for submitting beans to be converted toString
s for writing.LineExecutor<T> A specific derivative ofIntolerantThreadPoolExecutor
intended for submitting lines of input to be converted to beans.OrderedObject<E> A simple class for ordering objects.ProcessCsvBean<T> A class for converting one bean into its string representation for writing to an output.ProcessCsvLine<T> 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.