Class MonitorHolder


  • public class MonitorHolder
    extends Object
    It is the holder class for all provisiond performance monitors. It also creates a JmxReporter.
    • Constructor Detail

      • MonitorHolder

        public MonitorHolder()
        For spring use. Default is 3 days.
      • MonitorHolder

        public MonitorHolder​(long seconds)
    • Method Detail

      • createCacheWithExpireTime

        public void createCacheWithExpireTime​(long seconds)
        It will create a new local cache with specific access expire hours. If existing cache is not empty, it will also copy exising data to new cache.
        Parameters:
        seconds -
      • shutdown

        public void shutdown()