|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ItemProcessor | |
|---|---|
| org.terracotta.modules.ehcache.async | |
| org.terracotta.modules.ehcache.writebehind | |
| Uses of ItemProcessor in org.terracotta.modules.ehcache.async |
|---|
| Methods in org.terracotta.modules.ehcache.async with parameters of type ItemProcessor | |
|---|---|
void |
AsyncCoordinatorImpl.start(ItemProcessor<E> itemProcessor,
int processingConcurrency,
ItemScatterPolicy<? super E> policy)
|
void |
AsyncCoordinator.start(ItemProcessor<E> processor,
int processingConcurrency,
ItemScatterPolicy<? super E> policy)
|
| Constructors in org.terracotta.modules.ehcache.async with parameters of type ItemProcessor | |
|---|---|
ProcessingBucket(String bucketName,
AsyncConfig config,
org.terracotta.toolkit.internal.collections.ToolkitListInternal<E> toolkitList,
org.terracotta.toolkit.cluster.ClusterInfo cluster,
ItemProcessor<E> processor,
boolean workingOnDeadBucket)
|
|
| Uses of ItemProcessor in org.terracotta.modules.ehcache.writebehind |
|---|
| Classes in org.terracotta.modules.ehcache.writebehind that implement ItemProcessor | |
|---|---|
class |
CacheWriterProcessor
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 | |||||||||