|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.rutil.util.BatchProcessor
public class BatchProcessor
A helper class that helps with slicing the input into smaller batches and processing them. The actual processing is accomplished via a callback.
BatchProcessCallback| Constructor Summary | |
|---|---|
BatchProcessor()
|
|
| Method Summary | ||
|---|---|---|
static
|
process(BatchProcessCallback<T> callback)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BatchProcessor()
| Method Detail |
|---|
public static <T> void process(BatchProcessCallback<T> callback)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||