Class JvmService

java.lang.Object
org.elasticsearch.monitor.jvm.JvmService
All Implemented Interfaces:
ReportingService<JvmInfo>

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

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

    • JvmService

      public JvmService​(Settings settings)
  • Method Details