Package | Description |
---|---|
net.sf.ehcache |
This package contains the public API for using ehcache.
|
net.sf.ehcache.terracotta |
This package contains the Terracotta integration functionalities.
|
net.sf.ehcache.writer.writebehind |
This package contains the write behind functionalities.
|
Modifier and Type | Method and Description |
---|---|
WriteBehind |
CacheManager.createTerracottaWriteBehind(Ehcache cache)
Create/access the appropriate clustered write behind queue for the given cache
|
WriteBehind |
FeaturesManager.createWriteBehind(Cache cache)
Create a WriteBehind instance for the given cache.
|
Modifier and Type | Method and Description |
---|---|
WriteBehind |
ClusteredInstanceFactory.createWriteBehind(Ehcache cache)
Create an WriteBehind instance for the given cache
|
WriteBehind |
ClusteredInstanceFactoryWrapper.createWriteBehind(Ehcache cache)
Create an WriteBehind instance for the given cache
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractWriteBehindQueue
Abstract implementation of a WriteBehindQueue.
|
(package private) class |
WriteBehindQueue
An implementation of write behind with a queue that is kept in non durable local heap.
|
class |
WriteBehindQueueManager |
Modifier and Type | Field and Description |
---|---|
private WriteBehind |
WriteBehindManager.writeBehind |
Modifier and Type | Field and Description |
---|---|
private java.util.List<WriteBehind> |
WriteBehindQueueManager.queues |
Modifier and Type | Method and Description |
---|---|
protected WriteBehind |
WriteBehindQueueManager.WriteBehindQueueFactory.createQueue(int index,
CacheConfiguration config)
Create a write behind queue stripe.
|
private WriteBehind |
WriteBehindQueueManager.getQueue(java.lang.Object key) |