com.atlassian.confluence.cache.hazelcast
Class HazelcastCacheCompactor

java.lang.Object
  extended by com.atlassian.confluence.cache.hazelcast.HazelcastCacheCompactor
All Implemented Interfaces:
CacheCompactor, ClusterCacheCompactor

public class HazelcastCacheCompactor
extends Object
implements ClusterCacheCompactor

Clears Hazelcast caches that are misbehaving and have exceeded their maximum size.


Constructor Summary
HazelcastCacheCompactor(com.atlassian.cache.CacheManager cacheManager, HazelcastHelper hazelcastHelper)
           
 
Method Summary
 void compact()
          Perform the compaction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HazelcastCacheCompactor

public HazelcastCacheCompactor(com.atlassian.cache.CacheManager cacheManager,
                               HazelcastHelper hazelcastHelper)
Method Detail

compact

public void compact()
Description copied from interface: CacheCompactor
Perform the compaction

Specified by:
compact in interface CacheCompactor


Copyright © 2003–2015 Atlassian. All rights reserved.