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
IntolerantThreadPoolExecutor
intended for submitting beans to be converted toString
s for writing.A specific derivative ofIntolerantThreadPoolExecutor
intended 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 ofIntolerantThreadPoolExecutor
intended 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
.