public static class OSStatistics.OSNetInterfaceStats extends Object implements SmartExternalizable
Constructor and Description |
---|
OSNetInterfaceStats() |
OSNetInterfaceStats(String name,
long rxBytes,
long txBytes,
long rxPackets,
long txPackets,
long rxErrors,
long txErrors,
long rxDropped,
long txDropped) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
long |
getRxBytes() |
long |
getRxDropped()
Deprecated.
|
long |
getRxErrors() |
long |
getRxPackets() |
long |
getTxBytes() |
long |
getTxDropped()
Deprecated.
|
long |
getTxErrors() |
long |
getTxPackets() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
enabledSmartExternalizableWithReference
public OSNetInterfaceStats()
public OSNetInterfaceStats(String name, long rxBytes, long txBytes, long rxPackets, long txPackets, long rxErrors, long txErrors, long rxDropped, long txDropped)
public String getName()
public long getRxBytes()
public long getTxBytes()
public long getRxPackets()
public long getTxPackets()
public long getRxErrors()
public long getTxErrors()
@Deprecated public long getRxDropped()
@Deprecated public long getTxDropped()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © GigaSpaces.