| Package | Description |
|---|---|
| org.terracotta.modules.ehcache.async | |
| org.terracotta.modules.ehcache.writebehind |
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncCoordinatorImpl<E extends Serializable>
An AsyncCoordinator allows work to be added and processed asynchronously in a fault-tolerant and high performance
fashion.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncCoordinator |
AsyncCoordinatorFactoryImpl.getOrCreateAsyncCoordinator(Ehcache cache,
AsyncConfig config) |
AsyncCoordinator |
AsyncCoordinatorFactory.getOrCreateAsyncCoordinator(Ehcache cache,
AsyncConfig config) |
| Constructor and Description |
|---|
AsyncWriteBehind(AsyncCoordinator async,
int writeBehindConcurrency)
Instantiate a new instance of
AsyncWriteBehind by providing the async coordinator instance that will be
used for the underlying behavior. |
Copyright © 2003–2024 Terracotta, Inc.. All rights reserved.