Uses of Interface
com.atlassian.confluence.cache.hazelcast.ConfigurableManagedLockingCache

Packages that use ConfigurableManagedLockingCache
com.atlassian.confluence.cache.hazelcast Provides the classes for a Hazelcast implementation to support Confluence clustering, including caching, locks and events. 
com.atlassian.confluence.cache.hazelcast.hybrid   
com.atlassian.confluence.cache.hazelcast.monitoring   
com.atlassian.confluence.cache.hazelcast.nearcache   
 

Uses of ConfigurableManagedLockingCache in com.atlassian.confluence.cache.hazelcast
 

Classes in com.atlassian.confluence.cache.hazelcast that implement ConfigurableManagedLockingCache
 class AbstractHazelcastCache<K,V>
          Common behaviour for Hazelcast based caches.
 class ConfluenceHazelcastCache<K,V>
          Implementation of ConfigurableCache and ManagedCache that wraps a Hazelcast IMap.
 

Methods in com.atlassian.confluence.cache.hazelcast that return ConfigurableManagedLockingCache
protected  ConfigurableManagedLockingCache HazelcastDistributedCacheManager.createCache(java.lang.String cacheName, com.atlassian.cache.CacheLoader cacheLoader, com.atlassian.cache.CacheSettings settings, com.hazelcast.map.MapContainer mapContainer, com.hazelcast.core.IMap hazelcastMap)
           
 

Uses of ConfigurableManagedLockingCache in com.atlassian.confluence.cache.hazelcast.hybrid
 

Classes in com.atlassian.confluence.cache.hazelcast.hybrid that implement ConfigurableManagedLockingCache
 class ConfluenceHybridCache<K,V>
          Implementation of ConfigurableCache and ManagedCache that can be used when the cached values do not implement Serializable but cache invalidation must work cluster-wide.
 

Methods in com.atlassian.confluence.cache.hazelcast.hybrid that return ConfigurableManagedLockingCache
protected  ConfigurableManagedLockingCache HazelcastHybridCacheManager.createCache(java.lang.String cacheName, com.atlassian.cache.CacheLoader cacheLoader, com.atlassian.cache.CacheSettings settings, com.hazelcast.map.MapContainer mapContainer, com.hazelcast.core.IMap hazelcastMap)
           
 

Uses of ConfigurableManagedLockingCache in com.atlassian.confluence.cache.hazelcast.monitoring
 

Classes in com.atlassian.confluence.cache.hazelcast.monitoring that implement ConfigurableManagedLockingCache
 class ConfluenceMonitoringLockingCache<K,V>
          Wrapper for monitoring the performance of Hazelcast caches.
 

Uses of ConfigurableManagedLockingCache in com.atlassian.confluence.cache.hazelcast.nearcache
 

Methods in com.atlassian.confluence.cache.hazelcast.nearcache that return ConfigurableManagedLockingCache
 ConfigurableManagedLockingCache NearCacheManager.wrapRemoteCache(ConfigurableManagedLockingCache remoteCache)
           
 

Methods in com.atlassian.confluence.cache.hazelcast.nearcache with parameters of type ConfigurableManagedLockingCache
 ConfigurableManagedLockingCache NearCacheManager.wrapRemoteCache(ConfigurableManagedLockingCache remoteCache)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.