public class MemoryPolicy extends Object
Java class for MemoryPolicy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MemoryPolicy"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="guaranteed" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="ballooning" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="overcommit" type="{}MemoryOverCommit" minOccurs="0"/> <element ref="{}transparent_hugepages" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
MemoryPolicy() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getBallooning()
Gets the value of the ballooning property.
|
Long |
getGuaranteed()
Gets the value of the guaranteed property.
|
MemoryOverCommit |
getOverCommit()
Gets the value of the overCommit property.
|
TransparentHugePages |
getTransparentHugepages()
Gets the value of the transparentHugepages property.
|
boolean |
isSetBallooning() |
boolean |
isSetGuaranteed() |
boolean |
isSetOverCommit() |
boolean |
isSetTransparentHugepages() |
void |
setBallooning(Boolean value)
Sets the value of the ballooning property.
|
void |
setGuaranteed(Long value)
Sets the value of the guaranteed property.
|
void |
setOverCommit(MemoryOverCommit value)
Sets the value of the overCommit property.
|
void |
setTransparentHugepages(TransparentHugePages value)
Sets the value of the transparentHugepages property.
|
public Long getGuaranteed()
Long
public void setGuaranteed(Long value)
value
- allowed object is
Long
public boolean isSetGuaranteed()
public Boolean getBallooning()
Boolean
public void setBallooning(Boolean value)
value
- allowed object is
Boolean
public boolean isSetBallooning()
public MemoryOverCommit getOverCommit()
MemoryOverCommit
public void setOverCommit(MemoryOverCommit value)
value
- allowed object is
MemoryOverCommit
public boolean isSetOverCommit()
public TransparentHugePages getTransparentHugepages()
TransparentHugePages
public void setTransparentHugepages(TransparentHugePages value)
value
- allowed object is
TransparentHugePages
public boolean isSetTransparentHugepages()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0