| Package | Description |
|---|---|
| org.terracotta.modules.ehcache.async | |
| org.terracotta.modules.ehcache.writebehind |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncCoordinatorImpl.start(ItemProcessor<E> itemProcessor,
int processingConcurrency,
ItemScatterPolicy<? super E> policy) |
void |
AsyncCoordinator.start(ItemProcessor<E> processor,
int processingConcurrency,
ItemScatterPolicy<? super E> policy) |
| Constructor and Description |
|---|
ProcessingBucket(String bucketName,
AsyncConfig config,
org.terracotta.toolkit.internal.collections.ToolkitListInternal<E> toolkitList,
org.terracotta.toolkit.cluster.ClusterInfo cluster,
ItemProcessor<E> processor,
boolean workingOnDeadBucket) |
| Modifier and Type | Class and Description |
|---|---|
class |
CacheWriterProcessor
An implementation of
ItemProcessor that delegates the processing to a CacheWriter instance |
Copyright © 2003–2024 Terracotta, Inc.. All rights reserved.