Groovy Documentation

com.ace.mws
[Groovy] Class OverCommitFactor

java.lang.Object
  com.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.

Authors:
bkimball, nseeley


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

overcommitMap

private Map overcommitMap
(Map of String => Double)


 
Constructor Detail

OverCommitFactor

OverCommitFactor()


 
Method Detail

getOvercommitMap

Map getOvercommitMap()
(Map of String => Double)


setOvercommitMap

void setOvercommitMap(Map overcommitMap)
(Map of String => Double)


toString

String toString()


 

Groovy Documentation