org.elasticsearch.monitor.fs
Class SigarFsProbe

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

public class SigarFsProbe
extends AbstractComponent
implements FsProbe


Field Summary
 
Fields inherited from class org.elasticsearch.common.component.AbstractComponent
componentSettings, logger, settings
 
Constructor Summary
SigarFsProbe(Settings settings, NodeEnvironment nodeEnv, SigarService sigarService)
           
 
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

SigarFsProbe

@Inject
public SigarFsProbe(Settings settings,
                           NodeEnvironment nodeEnv,
                           SigarService sigarService)
Method Detail

stats

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


Copyright © 2009-2012. All Rights Reserved.