|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.ace.mws.OverCommitFactor
class OverCommitFactor
This class represents the multipliers to use for over committing the basic grouping of resource types that Moab generally uses when scheduling and taking policy actions in a system These resources type are the following:
These over commit factors are used in multiplying the reported resources from an RM for servers. In addition, these factors are used in establishing when VMs are migrated away from a hypervisor.
| Field Summary | |
|---|---|
private Map |
overcommitMap
(Map of String => Double) |
| Constructor Summary | |
OverCommitFactor()
|
|
| Method Summary | |
|---|---|
Map
|
getOvercommitMap()
(Map of String => Double) |
void
|
setOvercommitMap(Map overcommitMap)
(Map of String => Double) |
String
|
toString()
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private Map overcommitMap
| Constructor Detail |
|---|
OverCommitFactor()
| Method Detail |
|---|
Map getOvercommitMap()
void setOvercommitMap(Map overcommitMap)
String toString()
Groovy Documentation