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 Long id

private Map overcommitMap

(Map of String => Double)

private static long serialVersionUID

 
Constructor Summary
OverCommitFactor()

 
Method Summary
Long getId()

Map getOvercommitMap()

(Map of String => Double)

void setId(Long id)

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

id

private Long id


overcommitMap

private Map overcommitMap
(Map of String => Double)


serialVersionUID

private static final long serialVersionUID


 
Constructor Detail

OverCommitFactor

OverCommitFactor()


 
Method Detail

getId

Long getId()


getOvercommitMap

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


setId

void setId(Long id)


setOvercommitMap

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


toString

String toString()


 

Groovy Documentation