Class NutclusterCacheCompactor.CacheCompactionEvent

java.lang.Object
com.atlassian.confluence.cache.nutcluster.NutclusterCacheCompactor.CacheCompactionEvent
Enclosing class:
NutclusterCacheCompactor

@AsynchronousPreferred public static class NutclusterCacheCompactor.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()