Uses of Interface
com.helger.commons.concurrent.collector.IConcurrentCollector
Packages that use IConcurrentCollector
-
Uses of IConcurrentCollector in com.helger.commons.concurrent.collector
Subinterfaces of IConcurrentCollector in com.helger.commons.concurrent.collectorModifier and TypeInterfaceDescriptioninterfaceIMutableConcurrentCollector<DATATYPE>Base interface for a concurrent queue worker.Classes in com.helger.commons.concurrent.collector that implement IConcurrentCollectorModifier and TypeClassDescriptionclassAbstractConcurrentCollector<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