|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClusteredInstanceFactory
Factory for creating clustered instances
Method Summary | |
---|---|
CacheEventListener |
createEventReplicator(Ehcache cache)
Create a replicator for the cache events of a given cache |
Store |
createStore(Ehcache cache)
Create a Store instance for the given cache |
WriteBehind |
createWriteBehind(Ehcache cache)
Create an WriteBehind instance for the given cache |
EhcacheXAStore |
createXAStore(Ehcache cache,
Store store)
|
CacheCluster |
getTopology()
Get an api for looking at the clustered node topology. |
Method Detail |
---|
Store createStore(Ehcache cache)
cache
- the cache will backed by the returned store
CacheCluster getTopology()
WriteBehind createWriteBehind(Ehcache cache)
cache
- the cache to which the write behind will be tied
EhcacheXAStore createXAStore(Ehcache cache, Store store)
cache
- store
-
CacheEventListener createEventReplicator(Ehcache cache)
cache
- the cache to which the replicator will be bound
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |