com.atlassian.confluence.cache
Class NoopClusterCacheCompactor

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

public class NoopClusterCacheCompactor
extends Object
implements ClusterCacheCompactor

A compactor that does nothing. Used when not in cluster mode (Server/Cloud)


Constructor Summary
NoopClusterCacheCompactor()
           
 
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

NoopClusterCacheCompactor

public NoopClusterCacheCompactor()
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.