Package com.zeroc.IceGrid
Class LoadInfo
java.lang.Object
com.zeroc.IceGrid.LoadInfo
- All Implemented Interfaces:
Serializable,Cloneable
Information about the load of a node.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleaninthashCode()static LoadInfoice_read(InputStream istr) ice_read(InputStream istr, int tag) voidice_readMembers(InputStream istr) static voidice_write(OutputStream ostr, int tag, LoadInfo v) static voidice_write(OutputStream ostr, int tag, Optional<LoadInfo> v) static voidice_write(OutputStream ostr, LoadInfo v) voidice_writeMembers(OutputStream ostr)
-
Field Details
-
avg1
public float avg1The load average over the past minute. -
avg5
public float avg5The load average over the past 5 minutes. -
avg15
public float avg15The load average over the past 15 minutes.
-
-
Constructor Details
-
LoadInfo
public LoadInfo() -
LoadInfo
public LoadInfo(float avg1, float avg5, float avg15)
-
-
Method Details