|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ace.moab.api.reservation.ReservationStatistics
public class ReservationStatistics
This class represents some basic statistical information that is kept about the usage of reservations. All metrics that are kept track relate to processor-seconds usage.
Constructor Summary | |
---|---|
ReservationStatistics()
|
Method Summary | |
---|---|
double |
getCaps()
Returns the current active processor-seconds in the last reported iteration. |
double |
getCips()
Returns the current idle processor-seconds in the last reported iteration. |
java.lang.Double |
getStatistics()
Returns the ratio of active to idle processor-seconds. |
double |
getTaps()
Returns the total active processor-seconds over the life of the reservation. |
double |
getTips()
Returns the total idle processor-seconds over the life of the reservation. |
void |
setCaps(double caps)
Sets the current active processor-seconds in the last reported iteration. |
void |
setCips(double cips)
Sets the current idle processor-seconds in the last reported iteration. |
void |
setTaps(double taps)
Sets the total active processor-seconds over the life of the reservation. |
void |
setTips(double tips)
Sets the total idle processor-seconds over the life of the reservation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReservationStatistics()
Method Detail |
---|
public java.lang.Double getStatistics()
public double getCaps()
public void setCaps(double caps)
caps
- the current active processor-seconds in the last reported
iteration.public double getCips()
public void setCips(double cips)
cips
- the current idle processor-seconds in the last reported
iteration.public double getTaps()
public void setTaps(double taps)
taps
- the total active processor-seconds over the life of the
reservation.public double getTips()
public void setTips(double tips)
tips
- the total idle processor-seconds over the life of the
reservation.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |