public abstract class AbstractTaskProcessor extends Object implements Esi4JTaskProcessor
| Constructor and Description |
|---|
AbstractTaskProcessor(Esi4JIndex index) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Esi4JIndex |
getIndex() |
void |
processTasks(Iterable<Esi4JEntityTask[]> tasks)
same as calling
Esi4JTaskProcessor.processTasks(Esi4JEntityTask[]) multiple times,
but might have better performance |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecute, processTaskspublic AbstractTaskProcessor(Esi4JIndex index)
public void processTasks(Iterable<Esi4JEntityTask[]> tasks)
Esi4JTaskProcessorEsi4JTaskProcessor.processTasks(Esi4JEntityTask[]) multiple times,
but might have better performanceprocessTasks in interface Esi4JTaskProcessorpublic Esi4JIndex getIndex()
getIndex in interface Esi4JTaskProcessorpublic void close()
close in interface Esi4JTaskProcessorCopyright © 2015 Molindo GmbH. All Rights Reserved.