|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ItemProcessor | |
|---|---|
| org.terracotta.modules.async | |
| org.terracotta.modules.ehcache.writebehind | |
| Uses of ItemProcessor in org.terracotta.modules.async |
|---|
| Methods in org.terracotta.modules.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,
ScatterPolicy policy)
Start the coordinator. |
| Constructors in org.terracotta.modules.async with parameters of type ItemProcessor | |
|---|---|
ProcessingBucket(com.tc.cluster.DsoCluster cluster,
ItemProcessor<I> processor,
AsyncErrorHandler errorHandler)
|
|
ProcessingBucket(ItemProcessor<I> processor)
|
|
ProcessingBucket(ItemProcessor<I> processor,
AsyncErrorHandler errorHandler)
|
|
| Uses of ItemProcessor in org.terracotta.modules.ehcache.writebehind |
|---|
| Classes in org.terracotta.modules.ehcache.writebehind that implement ItemProcessor | |
|---|---|
class |
CacheWriterWrapper
An implementation of ItemProcessor that delegates the processing to a CacheWriter instance
Instances of this class will be used when items are processed one by one. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||