Package com.atlassian.confluence.cache.hazelcast

Provides the classes for a Hazelcast implementation to support Confluence clustering, including caching, locks and events.

See:
          Description

Interface Summary
ConfigurableManagedLockingCache<K,V> Deprecated. @since 5.5.1 please use ManagedLockingCache instead
 

Class Summary
AbstractHazelcastCache<K,V> Common behaviour for Hazelcast based caches.
AbstractHazelcastCacheManager<C extends ManagedLockingCache,R extends CachedReference> An abstract base class for CacheManager implementations that use Hazelcast.
ConfluenceHazelcastCache<K,V> Implementation of ConfigurableCache and ManagedCache that wraps a Hazelcast IMap.
HazelcastCacheConfigManager Hazelcast based implementation of CacheConfigManager.
HazelcastCacheConfigurationLoader  
HazelcastCacheStatistics Hazelcast implementation of CacheStatistics.
HazelcastDistributedCacheManager Hazelcast implementation of CacheManager that uses distributed caches, i.e.
HazelcastMapConfigConfigurator Performs the (re)configuration of Hazelcast MapConfig objects.
HazelcastStatisticsManager Hazelcast Implementation of CacheStatisticsManager.
 

Package com.atlassian.confluence.cache.hazelcast Description

Provides the classes for a Hazelcast implementation to support Confluence clustering, including caching, locks and events.

Since:
5.5


Copyright © 2003-2014 Atlassian. All Rights Reserved.