Uses of Class
uk.ac.ebi.utils.threading.batchproc.BatchProcessor
Packages that use BatchProcessor
Package
Description
-
Uses of BatchProcessor in uk.ac.ebi.utils.threading.batchproc
Subclasses of BatchProcessor in uk.ac.ebi.utils.threading.batchprocModifier and TypeClassDescriptionclassItemizedBatchProcessor<E,B, BC extends ItemizedBatchCollector<B, E>, BJ extends Consumer<B>> Deprecated.the functionality available in this package is provided by project Reactor and we recommend to switch to that. -
Uses of BatchProcessor in uk.ac.ebi.utils.threading.batchproc.processors
Subclasses of BatchProcessor in uk.ac.ebi.utils.threading.batchproc.processorsModifier and TypeClassDescriptionclassCollectionBasedBatchProcessor<E,B extends Collection<E>, BC extends CollectionBatchCollector<B, E>, BJ extends Consumer<B>> Deprecated.the functionality available in this package is provided by project Reactor and we recommend to switch to that.classListBasedBatchProcessor<E,BJ extends Consumer<List<E>>> Deprecated.the functionality available in this package is provided by project Reactor and we recommend to switch to that.classSetBasedBatchProcessor<E,BJ extends Consumer<Set<E>>> Deprecated.the functionality available in this package is provided by project Reactor and we recommend to switch to that.