Class ProcessService

java.lang.Object
org.elasticsearch.monitor.process.ProcessService
All Implemented Interfaces:
ReportingService<ProcessInfo>

public final class ProcessService
extends java.lang.Object
implements ReportingService<ProcessInfo>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.elasticsearch.node.ReportingService

    ReportingService.Info
  • Field Summary

    Fields
    Modifier and Type Field Description
    static Setting<org.elasticsearch.common.unit.TimeValue> REFRESH_INTERVAL_SETTING  
  • Constructor Summary

    Constructors
    Constructor Description
    ProcessService​(Settings settings)  
  • Method Summary

    Modifier and Type Method Description
    ProcessInfo info()  
    ProcessStats stats()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • REFRESH_INTERVAL_SETTING

      public static final Setting<org.elasticsearch.common.unit.TimeValue> REFRESH_INTERVAL_SETTING
  • Constructor Details

    • ProcessService

      public ProcessService​(Settings settings)
  • Method Details