Class OsService

java.lang.Object
org.elasticsearch.monitor.os.OsService
All Implemented Interfaces:
ReportingService<OsInfo>

public class OsService
extends java.lang.Object
implements ReportingService<OsInfo>
  • 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
    OsService​(Settings settings)  
  • Method Summary

    Modifier and Type Method Description
    OsInfo info()  
    OsStats 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

    • OsService

      public OsService​(Settings settings) throws java.io.IOException
      Throws:
      java.io.IOException
  • Method Details