|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ItemProcessor | |
|---|---|
| org.terracotta.async | |
| Uses of ItemProcessor in org.terracotta.async |
|---|
| Subinterfaces of ItemProcessor in org.terracotta.async | |
|---|---|
interface |
ItemProcessor2<I>
|
| Methods in org.terracotta.async with parameters of type ItemProcessor | |
|---|---|
void |
AsyncCoordinator.start(ItemProcessor<I> processor)
Start the coordinator with an item processor and a concurrency of 1. |
void |
AsyncCoordinator.start(ItemProcessor<I> processor,
int processingConcurrency)
Start the coordinator with an item processor and a custom concurrency. |
void |
AsyncCoordinator.start(ItemProcessor<I> processor,
int processingConcurrency,
ItemScatterPolicy<? super I> policy)
Start the coordinator. |
void |
AsyncCoordinator.start(ItemProcessor<I> processor,
int processingConcurrency,
ScatterPolicy policy)
Deprecated. please use the #start(ItemProcessor, int, ItemScatterPolicy) |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||