org.elasticsearch.monitor.fs
Class JmxFsProbe

java.lang.Object
  extended by org.elasticsearch.common.component.AbstractComponent
      extended by org.elasticsearch.monitor.fs.JmxFsProbe
All Implemented Interfaces:
FsProbe

public class JmxFsProbe
extends AbstractComponent
implements FsProbe


Field Summary
 
Fields inherited from class org.elasticsearch.common.component.AbstractComponent
componentSettings, logger, settings
 
Constructor Summary
JmxFsProbe(Settings settings, NodeEnvironment nodeEnv)
           
 
Method Summary
 FsStats stats()
           
 
Methods inherited from class org.elasticsearch.common.component.AbstractComponent
nodeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmxFsProbe

@Inject
public JmxFsProbe(Settings settings,
                         NodeEnvironment nodeEnv)
Method Detail

stats

public FsStats stats()
Specified by:
stats in interface FsProbe


Copyright © 2009-2012. All Rights Reserved.