Uses of Package
com.opencsv.bean.concurrent
Packages that use com.opencsv.bean.concurrent
Package
Description
A bean binding interface for use with opencsv.
This package collects all classes necessary for the parallel processing of
beans.
-
Classes in com.opencsv.bean.concurrent used by com.opencsv.beanClassDescriptionA specific derivative of
IntolerantThreadPoolExecutorintended for submitting beans to be converted toStrings for writing.A specific derivative ofIntolerantThreadPoolExecutorintended for submitting lines of input to be converted to beans.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.concurrentClassDescriptionThe 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.Implements a separate thread for reading input and siphoning it to a
LineExecutor.This ThreadPoolExecutor automatically shuts down on any failed thread.A specific derivative ofIntolerantThreadPoolExecutorintended for submitting lines of input to be converted to beans.This class exists to isolate the logic for reading a single line of input that is common toCsvToBean.iterator()andCompleteFileReader.