org.elasticsearch.monitor.fs
Class FsService

java.lang.Object
  extended by org.elasticsearch.common.component.AbstractComponent
      extended by org.elasticsearch.monitor.fs.FsService

public class FsService
extends AbstractComponent


Field Summary
 
Fields inherited from class org.elasticsearch.common.component.AbstractComponent
componentSettings, logger, settings
 
Constructor Summary
FsService(Settings settings, FsProbe probe)
           
 
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

FsService

@Inject
public FsService(Settings settings,
                        FsProbe probe)
Method Detail

stats

public FsStats stats()


Copyright © 2009-2012. All Rights Reserved.