Uses of Class
com.opencsv.bean.concurrent.LineExecutor
Packages that use LineExecutor
Package
Description
A bean binding interface for use with opencsv.
This package collects all classes necessary for the parallel processing of
beans.
-
Uses of LineExecutor in com.opencsv.bean
Fields in com.opencsv.bean declared as LineExecutorModifier and TypeFieldDescriptionprivate LineExecutor
<T> CsvToBean.executor
TheExecutorService
for parallel processing of beans. -
Uses of LineExecutor in com.opencsv.bean.concurrent
Fields in com.opencsv.bean.concurrent declared as LineExecutorModifier and TypeFieldDescriptionprivate LineExecutor
<T> CompleteFileReader.executor
The executor that takes lines of input and converts them to beans.Methods in com.opencsv.bean.concurrent with parameters of type LineExecutorModifier and TypeMethodDescriptionvoid
CompleteFileReader.setExecutor
(LineExecutor<T> executor) Sets the executor that will convert text input to bean output.