Class SharedBufferCacheConfig

    • Constructor Detail

      • SharedBufferCacheConfig

        public SharedBufferCacheConfig()
      • SharedBufferCacheConfig

        public SharedBufferCacheConfig​(int eventsBufferCacheSlots,
                                       int entryCacheSlots,
                                       java.time.Duration cacheStatisticsInterval)
    • Method Detail

      • getEventsBufferCacheSlots

        public int getEventsBufferCacheSlots()
      • getEntryCacheSlots

        public int getEntryCacheSlots()
      • getCacheStatisticsInterval

        public java.time.Duration getCacheStatisticsInterval()