|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BatchProcessWorkProvider
An interface that provides work loads to the BatchProcessor
.
Method Summary | |
---|---|
java.util.Collection |
getNextWork()
Get the next lot of work for the batch processor. |
int |
getTotalEstimatedWorkSize()
Get an estimate of the total number of objects that will be provided by this instance. |
Method Detail |
---|
int getTotalEstimatedWorkSize()
java.util.Collection getNextWork()
BatchProcessor
will keep calling
this method until it has enough work for the individual worker threads to process
or until the work load is empty.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |