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="overcommit" type="{}MemoryOverCommit" minOccurs="0"/>
<element ref="{}transparent_hugepages" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MemoryOverCommit |
overCommit |
protected TransparentHugePages |
transparentHugepages |
| Constructor and Description |
|---|
MemoryPolicy() |
| Modifier and Type | Method and Description |
|---|---|
MemoryOverCommit |
getOverCommit()
Gets the value of the overCommit property.
|
TransparentHugePages |
getTransparentHugepages()
Gets the value of the transparentHugepages property.
|
boolean |
isSetOverCommit() |
boolean |
isSetTransparentHugepages() |
void |
setOverCommit(MemoryOverCommit value)
Sets the value of the overCommit property.
|
void |
setTransparentHugepages(TransparentHugePages value)
Sets the value of the transparentHugepages property.
|
protected MemoryOverCommit overCommit
protected TransparentHugePages transparentHugepages
public MemoryOverCommit getOverCommit()
MemoryOverCommitpublic void setOverCommit(MemoryOverCommit value)
value - allowed object is
MemoryOverCommitpublic boolean isSetOverCommit()
public TransparentHugePages getTransparentHugepages()
TransparentHugePagespublic void setTransparentHugepages(TransparentHugePages value)
value - allowed object is
TransparentHugePagespublic boolean isSetTransparentHugepages()
Copyright © 2012. All Rights Reserved.