org.elasticsearch.monitor.fs
Class FsStats.Info

java.lang.Object
  extended by org.elasticsearch.monitor.fs.FsStats.Info
All Implemented Interfaces:
Streamable
Enclosing class:
FsStats

public static class FsStats.Info
extends Object
implements Streamable


Constructor Summary
FsStats.Info()
           
 
Method Summary
 ByteSizeValue available()
           
 double diskQueue()
           
 long diskReads()
           
 long diskReadSizeInBytes()
           
 ByteSizeValue diskReadSizeSize()
           
 double diskServiceTime()
           
 long diskWrites()
           
 long diskWriteSizeInBytes()
           
 ByteSizeValue diskWriteSizeSize()
           
 ByteSizeValue free()
           
 ByteSizeValue getAvailable()
           
 double getDiskQueue()
           
 long getDiskReads()
           
 long getDiskReadSizeInBytes()
           
 ByteSizeValue getDiskReadSizeSize()
           
 double getDiskServiceTime()
           
 long getDiskWrites()
           
 long getDiskWriteSizeInBytes()
           
 ByteSizeValue getDiskWriteSizeSize()
           
 ByteSizeValue getFree()
           
 ByteSizeValue getTotal()
           
 void readFrom(StreamInput in)
           
 ByteSizeValue total()
           
 void writeTo(StreamOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FsStats.Info

public FsStats.Info()
Method Detail

readFrom

public void readFrom(StreamInput in)
              throws IOException
Specified by:
readFrom in interface Streamable
Throws:
IOException

writeTo

public void writeTo(StreamOutput out)
             throws IOException
Specified by:
writeTo in interface Streamable
Throws:
IOException

total

public ByteSizeValue total()

getTotal

public ByteSizeValue getTotal()

free

public ByteSizeValue free()

getFree

public ByteSizeValue getFree()

available

public ByteSizeValue available()

getAvailable

public ByteSizeValue getAvailable()

diskReads

public long diskReads()

getDiskReads

public long getDiskReads()

diskWrites

public long diskWrites()

getDiskWrites

public long getDiskWrites()

diskReadSizeInBytes

public long diskReadSizeInBytes()

getDiskReadSizeInBytes

public long getDiskReadSizeInBytes()

diskReadSizeSize

public ByteSizeValue diskReadSizeSize()

getDiskReadSizeSize

public ByteSizeValue getDiskReadSizeSize()

diskWriteSizeInBytes

public long diskWriteSizeInBytes()

getDiskWriteSizeInBytes

public long getDiskWriteSizeInBytes()

diskWriteSizeSize

public ByteSizeValue diskWriteSizeSize()

getDiskWriteSizeSize

public ByteSizeValue getDiskWriteSizeSize()

diskQueue

public double diskQueue()

getDiskQueue

public double getDiskQueue()

diskServiceTime

public double diskServiceTime()

getDiskServiceTime

public double getDiskServiceTime()


Copyright © 2009-2012. All Rights Reserved.