Class HazelcastCacheCompactor.CacheCompactionEvent

java.lang.Object
com.atlassian.confluence.cache.hazelcast.HazelcastCacheCompactor.CacheCompactionEvent
Enclosing class:
HazelcastCacheCompactor

@AsynchronousPreferred public static class HazelcastCacheCompactor.CacheCompactionEvent extends Object
  • Constructor Details

    • CacheCompactionEvent

      public CacheCompactionEvent(String cacheName, long ownedEntries, int maxEntries)
  • Method Details

    • getCacheName

      public String getCacheName()
    • getOwnedEntries

      public long getOwnedEntries()
    • getMaxEntries

      public int getMaxEntries()