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()
boolean
int
hashCode()
static LoadInfo
ice_read
(InputStream istr) ice_read
(InputStream istr, int tag) void
ice_readMembers
(InputStream istr) static void
ice_write
(OutputStream ostr, int tag, LoadInfo v) static void
ice_write
(OutputStream ostr, int tag, Optional<LoadInfo> v) static void
ice_write
(OutputStream ostr, LoadInfo v) void
ice_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