Class FsService

java.lang.Object
org.elasticsearch.monitor.fs.FsService

public class FsService
extends java.lang.Object
  • Field Summary

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

    Constructors
    Constructor Description
    FsService​(Settings settings, NodeEnvironment nodeEnvironment)  
  • Method Summary

    Modifier and Type Method Description
    FsInfo 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
    • ALWAYS_REFRESH_SETTING

      public static final Setting<java.lang.Boolean> ALWAYS_REFRESH_SETTING
  • Constructor Details

  • Method Details

    • stats

      public FsInfo stats()