|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ace.mws.reservations.ReservationStatistics
class ReservationStatistics
Represents some basic statistical information that is kept about the usage of reservations. All metrics that are kept track relate to processor-seconds usage.
Field Summary | |
---|---|
private Double |
caps
The current active processor-seconds in the last reported iteration. |
private Double |
cips
The current idle processor-seconds in the last reported iteration. |
private Double |
taps
The total active processor-seconds over the life of the reservation. |
private Double |
tips
The total idle processor-seconds over the life of the reservation. |
Constructor Summary | |
ReservationStatistics()
|
Method Summary | |
---|---|
Double
|
getCaps()
The current active processor-seconds in the last reported iteration. |
Double
|
getCips()
The current idle processor-seconds in the last reported iteration. |
Double
|
getTaps()
The total active processor-seconds over the life of the reservation. |
Double
|
getTips()
The total idle processor-seconds over the life of the reservation. |
void
|
setCaps(Double caps)
The current active processor-seconds in the last reported iteration. |
void
|
setCips(Double cips)
The current idle processor-seconds in the last reported iteration. |
void
|
setTaps(Double taps)
The total active processor-seconds over the life of the reservation. |
void
|
setTips(Double tips)
The total idle processor-seconds over the life of the reservation. |
String
|
toString()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
private Double caps
private Double cips
private Double taps
private Double tips
Constructor Detail |
---|
ReservationStatistics()
Method Detail |
---|
Double getCaps()
Double getCips()
Double getTaps()
Double getTips()
void setCaps(Double caps)
void setCips(Double cips)
void setTaps(Double taps)
void setTips(Double tips)
String toString()
Groovy Documentation