|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.ehcache.terracotta.ClusteredInstanceFactoryWrapper
public class ClusteredInstanceFactoryWrapper
A ClusteredInstanceFactory
implementation that delegates all operations to an underlying delegate except for the following
operations:
getTopology()
: Delegates to the TerracottaClient.getCacheCluster()
Constructor Summary | |
---|---|
ClusteredInstanceFactoryWrapper(TerracottaClient client,
ClusteredInstanceFactory delegate)
Constructor accepting the TerracottaClient and the actual factory |
Method Summary | |
---|---|
CacheEventListener |
createEventReplicator(Ehcache cache)
Create a replicator for the cache events of a given cache |
TerracottaStore |
createNonStopStore(Callable<TerracottaStore> store,
Ehcache cache)
Create a NonStopStoreWrapper for a terracottaStore |
Store |
createStore(Ehcache cache)
Create a Store instance for the given cache |
TransactionIDFactory |
createTransactionIDFactory(String uuid,
String cacheManagerName)
Create a TransactionIDFactory |
WriteBehind |
createWriteBehind(Ehcache cache)
Create an WriteBehind instance for the given cache |
boolean |
destroyCache(String cacheManagerName,
String cacheName)
Destroys the specified cache |
void |
enableNonStopForCurrentThread(boolean enable)
Enable or disable NonStop for the current thread only. |
protected ClusteredInstanceFactory |
getActualFactory()
Returns the actual underlying factory |
SoftLockManager |
getOrCreateSoftLockManager(Ehcache cache)
Create a SoftLockManager for a cache |
CacheCluster |
getTopology()
Get an api for looking at the clustered node topology. |
String |
getUUID()
Returns a universally unique identifiers for this factory. |
void |
linkClusteredCacheManager(String cacheManagerName,
Configuration configuration)
Links this cache manager to the cluster |
void |
shutdown()
Cleans up any resources left behind after the shutdown of the associated CacheManager |
void |
unlinkCache(String cacheName)
Un-links the cache from its cluster entity |
void |
waitForOrchestrator(String cacheManagerName)
Wait until the Orchestrator is running for the given CacheManager |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClusteredInstanceFactoryWrapper(TerracottaClient client, ClusteredInstanceFactory delegate)
client
- delegate
- Method Detail |
---|
protected ClusteredInstanceFactory getActualFactory()
public CacheCluster getTopology()
getTopology
in interface ClusteredInstanceFactory
public String getUUID()
getUUID
in interface ClusteredInstanceFactory
public void enableNonStopForCurrentThread(boolean enable)
enableNonStopForCurrentThread
in interface ClusteredInstanceFactory
enable
- true to enable NonStop, false otherwise.public CacheEventListener createEventReplicator(Ehcache cache)
createEventReplicator
in interface ClusteredInstanceFactory
cache
- the cache to which the replicator will be bound
public Store createStore(Ehcache cache)
createStore
in interface ClusteredInstanceFactory
cache
- the cache will backed by the returned store
public TransactionIDFactory createTransactionIDFactory(String uuid, String cacheManagerName)
createTransactionIDFactory
in interface ClusteredInstanceFactory
uuid
- a UUID unique to the clustercacheManagerName
- the name of the cache manager creating a TransactionIDFactory
public WriteBehind createWriteBehind(Ehcache cache)
createWriteBehind
in interface ClusteredInstanceFactory
cache
- the cache to which the write behind will be tied
public SoftLockManager getOrCreateSoftLockManager(Ehcache cache)
getOrCreateSoftLockManager
in interface ClusteredInstanceFactory
cache
- the cache for which to create a SoftLockManager
public void shutdown()
shutdown
in interface ClusteredInstanceFactory
public TerracottaStore createNonStopStore(Callable<TerracottaStore> store, Ehcache cache)
ClusteredInstanceFactory
createNonStopStore
in interface ClusteredInstanceFactory
store
- the store for which to create a NonStopStore
public boolean destroyCache(String cacheManagerName, String cacheName)
ClusteredInstanceFactory
destroyCache
in interface ClusteredInstanceFactory
cacheManagerName
- name of the cache manager the cache belongs tocacheName
- name of the cache
public void linkClusteredCacheManager(String cacheManagerName, Configuration configuration)
ClusteredInstanceFactory
linkClusteredCacheManager
in interface ClusteredInstanceFactory
cacheManagerName
- the name of the cache managerconfiguration
- the cache manager configurationpublic void unlinkCache(String cacheName)
ClusteredInstanceFactory
unlinkCache
in interface ClusteredInstanceFactory
cacheName
- the cache to unlinkpublic void waitForOrchestrator(String cacheManagerName)
waitForOrchestrator
in interface ClusteredInstanceFactory
cacheManagerName
- name of the CacheManager
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |