A common type of batch collector which manages a flow of items as input and which considers the batch full when
- it has accumulated a given number of items.
+
Deprecated.
+
the functionality available in this package is provided by project
+ Reactor and we recommend to switch to that.
the functionality available in this package is provided by project
+ Reactor and we recommend to switch to that. TODO: helpers and examples about batching via Reactor.
the functionality available in this package is provided by project
+ Reactor and we recommend to switch to that. TODO: helpers and examples about batching via Reactor.
the functionality available in this package is provided by project
+ Reactor and we recommend to switch to that. TODO: helpers and examples about batching via Reactor.
the functionality available in this package is provided by project
+ Reactor and we recommend to switch to that. TODO: helpers and examples about batching via Reactor.
the functionality available in this package is provided by project
+ Reactor and we recommend to switch to that. TODO: helpers and examples about batching via Reactor.
the functionality available in this package is provided by project
+ Reactor and we recommend to switch to that. TODO: helpers and examples about batching via Reactor.
the functionality available in this package is provided by project
+ Reactor and we recommend to switch to that. TODO: helpers and examples about batching via Reactor.
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/javadocs/jutils/help-doc.html b/docs/javadocs/jutils/help-doc.html
index a9e583ac9..8fe10d8cc 100644
--- a/docs/javadocs/jutils/help-doc.html
+++ b/docs/javadocs/jutils/help-doc.html
@@ -1,11 +1,11 @@
-
+
API Help (JUtils - Miscellanea of Java Utils 14.0-SNAPSHOT API)
-
+
@@ -33,6 +33,7 @@
When viewing a particular package, class or interface page, clicking on TREE displays the hierarchy for only that package.
+
+
Deprecated API
+
The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to shortcomings, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
the functionality available in this package is provided by project
+ Reactor and we recommend to switch to that. TODO: helpers and examples about batching via Reactor.
## The Batch Collector
-
- A batch collector is a container of methods to manage batches during the operations of
- BatchProcessor.
+
Deprecated.
+
the functionality available in this package is provided by project
+ Reactor and we recommend to switch to that. TODO: helpers and examples about batching via Reactor.
## Batch Processor Skeleton
-
- A simple skeleton to manage processing of data in multi-thread mode.
+
Deprecated.
+
the functionality available in this package is provided by project
+ Reactor and we recommend to switch to that. TODO: helpers and examples about batching via Reactor.
A batch collector that can be populated one item at a time.
+
Deprecated.
+
the functionality available in this package is provided by project
+ Reactor and we recommend to switch to that. TODO: helpers and examples about batching via Reactor.
the functionality available in this package is provided by project
+ Reactor and we recommend to switch to that. TODO: helpers and examples about batching via Reactor.
A common type of batch collector which manages a flow of items as input and which considers the batch full when
- it has accumulated a given number of items.
+
Deprecated.
+
the functionality available in this package is provided by project
+ Reactor and we recommend to switch to that. TODO: helpers and examples about batching via Reactor.
the functionality available in this package is provided by project
+ Reactor and we recommend to switch to that. TODO: helpers and examples about batching via Reactor.
the functionality available in this package is provided by project
+ Reactor and we recommend to switch to that. TODO: helpers and examples about batching via Reactor.
the functionality available in this package is provided by project
+ Reactor and we recommend to switch to that. TODO: helpers and examples about batching via Reactor.
+
+
The Batch Collector
A batch collector is a container of methods to manage batches during the operations of
BatchProcessor. This default interface offers a batch factory, used
@@ -111,18 +117,22 @@
the functionality available in this package is provided by project
+ Reactor and we recommend to switch to that. TODO: helpers and examples about batching via Reactor.
+
+
Batch Processor Skeleton
A simple skeleton to manage processing of data in multi-thread mode.
@@ -145,10 +151,14 @@
If > 0, methods like handleNewBatch(Object, boolean) and waitExecutor(String) log messages
about how many submitted and completed jobs the processor is dealing with, and does it every
a number of submitted jobs equal to this property.
Wraps the task into some common operations. At the moment,
* wraps exception,
@@ -418,18 +468,21 @@
wrapBatchJob
getSubmittedBatches
publiclonggetSubmittedBatches()
+
Deprecated.
getCompletedBatches
publiclonggetCompletedBatches()
+
Deprecated.
setJobLogPeriod
publicvoidsetJobLogPeriod(long jobLogPeriod)
+
Deprecated.
If > 0, methods like handleNewBatch(Object, boolean) and waitExecutor(String) log messages
about how many submitted and completed jobs the processor is dealing with, and does it every
a number of submitted jobs equal to this property. Additionally, waitExecutor(String) logs the parameter it
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/ItemizedBatchCollector.html b/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/ItemizedBatchCollector.html
index 4fc523308..6f90e7d1b 100644
--- a/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/ItemizedBatchCollector.html
+++ b/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/ItemizedBatchCollector.html
@@ -1,11 +1,11 @@
-
+
ItemizedBatchCollector (JUtils - Miscellanea of Java Utils 14.0-SNAPSHOT API)
-
+
@@ -37,6 +37,7 @@
the functionality available in this package is provided by project
+ Reactor and we recommend to switch to that. TODO: helpers and examples about batching via Reactor.
+
A batch collector that can be populated one item at a time. This means that this collector has
an additional method to add elements to the batch.
the functionality available in this package is provided by project
+ Reactor and we recommend to switch to that. TODO: helpers and examples about batching via Reactor.
+
## Item-based batch processor.
This processor implements a complete processing loop, which is based on the
@@ -115,12 +121,18 @@
the functionality available in this package is provided by project
+ Reactor and we recommend to switch to that. TODO: helpers and examples about batching via Reactor.
+
A common type of batch collector which manages a flow of items as input and which considers the batch full when
it has accumulated a given number of items.
the functionality available in this package is provided by project
+ Reactor and we recommend to switch to that. TODO: helpers and examples about batching via Reactor.
A common type of batch collector which manages a flow of items as input and which considers the batch full when
- it has accumulated a given number of items.
+
Deprecated.
+
the functionality available in this package is provided by project
+ Reactor and we recommend to switch to that.
A common type of batch collector which manages a flow of items as input and which considers the batch full when
- it has accumulated a given number of items.
+
Deprecated.
+
the functionality available in this package is provided by project
+ Reactor and we recommend to switch to that.
+
diff --git a/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/class-use/ItemizedBatchProcessor.html b/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/class-use/ItemizedBatchProcessor.html
index a1f2ea91d..deb340330 100644
--- a/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/class-use/ItemizedBatchProcessor.html
+++ b/docs/javadocs/jutils/uk/ac/ebi/utils/threading/batchproc/class-use/ItemizedBatchProcessor.html
@@ -1,11 +1,11 @@
-
+
Uses of Class uk.ac.ebi.utils.threading.batchproc.ItemizedBatchProcessor (JUtils - Miscellanea of Java Utils 14.0-SNAPSHOT API)
-
+
@@ -33,6 +33,7 @@
A common type of batch collector which manages a flow of items as input and which considers the batch full when
- it has accumulated a given number of items.
+
Deprecated.
+
the functionality available in this package is provided by project
+ Reactor and we recommend to switch to that.
A common type of batch collector which manages a flow of items as input and which considers the batch full when
- it has accumulated a given number of items.
+
Deprecated.
+
the functionality available in this package is provided by project
+ Reactor and we recommend to switch to that.
A common type of batch collector which manages a flow of items as input and which considers the batch full when
- it has accumulated a given number of items.
+
Deprecated.
+
the functionality available in this package is provided by project
+ Reactor and we recommend to switch to that.