Uses of Interface
com.helger.commons.concurrent.collector.IConcurrentCollector
-
Packages that use IConcurrentCollector Package Description com.helger.commons.concurrent.collector -
-
Uses of IConcurrentCollector in com.helger.commons.concurrent.collector
Subinterfaces of IConcurrentCollector in com.helger.commons.concurrent.collector Modifier and Type Interface Description interfaceIMutableConcurrentCollector<DATATYPE>Base interface for a concurrent queue worker.Classes in com.helger.commons.concurrent.collector that implement IConcurrentCollector Modifier and Type Class Description classAbstractConcurrentCollector<DATATYPE>Abstract concurrent collector based onBlockingQueue.classConcurrentCollectorMultiple<DATATYPE>Concurrent collector that performs action on multiple objects at onceclassConcurrentCollectorSingle<DATATYPE>Concurrent collector that performs action on each object separately
-