|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.mds.usefulrp.types.Accumulator
Accumulator-style measurement (for example, event count or byte count) that it is useful to know both total and rate information for.
| Field Summary | |
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private ExponentialRate[] |
expRate
Exponentially decaying averages of the rate. |
private java.util.Calendar |
lastChange
The time at which a value was last accumulated. |
private java.util.Calendar |
startTime
The time at which measurements were started (for example, when the hosting container started) |
private long |
total
The total of this accumulator. |
private static org.apache.axis.description.TypeDesc |
typeDesc
|
| Constructor Summary | |
Accumulator()
|
|
Accumulator(ExponentialRate[] expRate,
java.util.Calendar lastChange,
java.util.Calendar startTime,
long total)
|
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
ExponentialRate[] |
getExpRate()
Gets the expRate value for this Accumulator. |
ExponentialRate |
getExpRate(int i)
|
java.util.Calendar |
getLastChange()
Gets the lastChange value for this Accumulator. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
java.util.Calendar |
getStartTime()
Gets the startTime value for this Accumulator. |
long |
getTotal()
Gets the total value for this Accumulator. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setExpRate(ExponentialRate[] expRate)
Sets the expRate value for this Accumulator. |
void |
setExpRate(int i,
ExponentialRate _value)
|
void |
setLastChange(java.util.Calendar lastChange)
Sets the lastChange value for this Accumulator. |
void |
setStartTime(java.util.Calendar startTime)
Sets the startTime value for this Accumulator. |
void |
setTotal(long total)
Sets the total value for this Accumulator. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private java.util.Calendar startTime
private java.util.Calendar lastChange
private long total
private ExponentialRate[] expRate
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
| Constructor Detail |
public Accumulator()
public Accumulator(ExponentialRate[] expRate,
java.util.Calendar lastChange,
java.util.Calendar startTime,
long total)
| Method Detail |
public java.util.Calendar getStartTime()
public void setStartTime(java.util.Calendar startTime)
startTime - The time at which measurements were started (for example, when
the
hosting container started)public java.util.Calendar getLastChange()
public void setLastChange(java.util.Calendar lastChange)
lastChange - The time at which a value was last accumulated. If a zero-value
is accumulated, this does not count as a change for the
purposes of this field, even though in implementation, it
may result in a recalculation of the exponential weights.public long getTotal()
public void setTotal(long total)
total - The total of this accumulator.public ExponentialRate[] getExpRate()
public void setExpRate(ExponentialRate[] expRate)
expRate - Exponentially decaying averages of the rate.public ExponentialRate getExpRate(int i)
public void setExpRate(int i,
ExponentialRate _value)
public boolean equals(java.lang.Object obj)
public int hashCode()
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||