Interface SizedBatchCollector<B>
- All Superinterfaces:
BatchCollector<B>
- All Known Subinterfaces:
ItemizedSizedBatchCollector<B,E>
- All Known Implementing Classes:
AbstractSizedBatchCollector,CollectionBatchCollector,ListBatchCollector,SetBatchCollector
Deprecated.
the functionality available in this package is provided by project
Reactor and we recommend to switch to that. @see ReactorUtils
A batch collector such that the
batch ready flag can be based on a
batch size and a max size parameter.- Author:
- brandizi
- Date:
- 23 Nov 2019
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.default longDeprecated.Methods inherited from interface uk.ac.ebi.utils.threading.batchproc.BatchCollector
batchFactory
-
Method Details
-
batchSizer
Deprecated. -
batchReadyFlag
Deprecated.- Specified by:
batchReadyFlagin interfaceBatchCollector<B>
-
maxBatchSize
default long maxBatchSize()Deprecated.
-