Uses of Interface
com.atlassian.confluence.cache.LockingCache

Packages that use LockingCache
com.atlassian.confluence.cache   
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.hibernate   
com.atlassian.confluence.cache.hazelcast.monitoring   
 

Uses of LockingCache in com.atlassian.confluence.cache
 

Subinterfaces of LockingCache in com.atlassian.confluence.cache
 interface ManagedLockingCache<K,V>
          Deprecated. since 5.7. Use LockingCache instead.
 

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

Methods in com.atlassian.confluence.cache.hazelcast that return LockingCache
<K,V> LockingCache<K,V>
LockingCacheManager.getLockingCache(String name, com.atlassian.cache.CacheLoader<K,V> loader, com.atlassian.cache.CacheSettings cacheSettings)
          This method allows a client to get a cache that support explicit locking methods.
<K,V> LockingCache<K,V>
ConfluenceHazelcastCacheManager.getLockingCache(String name, com.atlassian.cache.CacheLoader<K,V> loader, com.atlassian.cache.CacheSettings cacheSettings)
           
 

Uses of LockingCache in com.atlassian.confluence.cache.hazelcast.hibernate
 

Classes in com.atlassian.confluence.cache.hazelcast.hibernate that implement LockingCache
 class HazelcastLockingCache<K,V>
          A delegating cache that allows you to lock and unlock on keys.
 

Constructors in com.atlassian.confluence.cache.hazelcast.hibernate with parameters of type LockingCache
HazelcastHibernateCache(LockingCache cache, com.hazelcast.core.Cluster cluster)
           
 

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

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

Constructors in com.atlassian.confluence.cache.hazelcast.monitoring with parameters of type LockingCache
ConfluenceMonitoringLockingCache(LockingCache<K,V> cache, ConfluenceMonitoring confluenceMonitoring)
           
 



Copyright © 2003–2015 Atlassian. All rights reserved.