类 MemoryMonitor


  • @Service
    public class MemoryMonitor
    extends java.lang.Object
    Memory monitor.
    作者:
    Nacos
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      private static long DELAY_SECONDS  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      void clear()  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • DELAY_SECONDS

        private static final long DELAY_SECONDS
        另请参阅:
        常量字段值
    • 构造器详细资料

      • MemoryMonitor

        @Autowired
        public MemoryMonitor​(AsyncNotifyService notifySingleService)
    • 方法详细资料

      • clear

        @Scheduled(cron="0 0 0 * * ?")
        public void clear()