Class HazelcastCacheCompactor.CacheCompactionEvent

  • Enclosing class:
    HazelcastCacheCompactor

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

      • CacheCompactionEvent

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

      • getCacheName

        public String getCacheName()
      • getOwnedEntries

        public long getOwnedEntries()
      • getMaxEntries

        public int getMaxEntries()