Class LoadControlMonitorTarget

java.lang.Object
org.codelibs.fess.timer.LoadControlMonitorTarget
All Implemented Interfaces:
org.codelibs.core.timer.TimeoutTarget

public class LoadControlMonitorTarget extends Object implements org.codelibs.core.timer.TimeoutTarget
Timeout target that periodically monitors search engine CPU usage.
  • Constructor Details

    • LoadControlMonitorTarget

      public LoadControlMonitorTarget(SystemHelper systemHelper)
      Constructs a new load control monitor target.
      Parameters:
      systemHelper - the system helper to update with CPU usage
  • Method Details

    • expired

      public void expired()
      Specified by:
      expired in interface org.codelibs.core.timer.TimeoutTarget