Uses of Package
com.opencsv.bean.concurrent
-
Packages that use com.opencsv.bean.concurrent Package Description com.opencsv.bean A bean binding interface for use with opencsv.com.opencsv.bean.concurrent This package collects all classes necessary for the parallel processing of beans. -
Classes in com.opencsv.bean.concurrent used by com.opencsv.bean Class Description BeanExecutor A specific derivative ofIntolerantThreadPoolExecutor
intended for submitting beans to be converted toString
s for writing.LineExecutor A specific derivative ofIntolerantThreadPoolExecutor
intended for submitting lines of input to be converted to beans.SingleLineReader This class exists to isolate the logic for reading a single line of input that is common toCsvToBean.iterator()
andCompleteFileReader
. -
Classes in com.opencsv.bean.concurrent used by com.opencsv.bean.concurrent Class Description AccumulateCsvResults The accumulator takes two queues of results of transforming text input into bean output or bean input into text output (output and exceptions) and orders them for later consumption.CompleteFileReader Implements a separate thread for reading input and siphoning it to aLineExecutor
.IntolerantThreadPoolExecutor This ThreadPoolExecutor automatically shuts down on any failed thread.LineExecutor A specific derivative ofIntolerantThreadPoolExecutor
intended for submitting lines of input to be converted to beans.SingleLineReader This class exists to isolate the logic for reading a single line of input that is common toCsvToBean.iterator()
andCompleteFileReader
.