org.elasticsearch.monitor.network
Class NetworkStats.Tcp

java.lang.Object
  extended by org.elasticsearch.monitor.network.NetworkStats.Tcp
All Implemented Interfaces:
Serializable, Streamable
Enclosing class:
NetworkStats

public static class NetworkStats.Tcp
extends Object
implements Serializable, Streamable

See Also:
Serialized Form

Constructor Summary
NetworkStats.Tcp()
           
 
Method Summary
 long activeOpens()
           
 long attemptFails()
           
 long currEstab()
           
 long estabResets()
           
 long getActiveOpens()
           
 long getAttemptFails()
           
 long getCurrEstab()
           
 long getEstabResets()
           
 long getInErrs()
           
 long getInSegs()
           
 long getOutRsts()
           
 long getOutSegs()
           
 long getPassiveOpens()
           
 long getRetransSegs()
           
 long inErrs()
           
 long inSegs()
           
 long outRsts()
           
 long outSegs()
           
 long passiveOpens()
           
 void readFrom(StreamInput in)
           
static NetworkStats.Tcp readNetworkTcp(StreamInput in)
           
 long retransSegs()
           
 void writeTo(StreamOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkStats.Tcp

public NetworkStats.Tcp()
Method Detail

readNetworkTcp

public static NetworkStats.Tcp readNetworkTcp(StreamInput in)
                                       throws IOException
Throws:
IOException

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

activeOpens

public long activeOpens()

getActiveOpens

public long getActiveOpens()

passiveOpens

public long passiveOpens()

getPassiveOpens

public long getPassiveOpens()

attemptFails

public long attemptFails()

getAttemptFails

public long getAttemptFails()

estabResets

public long estabResets()

getEstabResets

public long getEstabResets()

currEstab

public long currEstab()

getCurrEstab

public long getCurrEstab()

inSegs

public long inSegs()

getInSegs

public long getInSegs()

outSegs

public long outSegs()

getOutSegs

public long getOutSegs()

retransSegs

public long retransSegs()

getRetransSegs

public long getRetransSegs()

inErrs

public long inErrs()

getInErrs

public long getInErrs()

outRsts

public long outRsts()

getOutRsts

public long getOutRsts()


Copyright © 2009-2012. All Rights Reserved.