public class MemoryPolicyContainer extends Container implements MemoryPolicy
Constructor and Description |
---|
MemoryPolicyContainer() |
Modifier and Type | Method and Description |
---|---|
boolean |
ballooning() |
void |
ballooning(boolean newBallooning) |
void |
ballooning(Boolean newBallooning) |
boolean |
ballooningPresent() |
BigInteger |
guaranteed() |
void |
guaranteed(BigInteger newGuaranteed) |
boolean |
guaranteedPresent() |
MemoryOverCommit |
overCommit() |
void |
overCommit(MemoryOverCommit newOverCommit) |
boolean |
overCommitPresent() |
TransparentHugePages |
transparentHugePages() |
void |
transparentHugePages(TransparentHugePages newTransparentHugePages) |
boolean |
transparentHugePagesPresent() |
makeArrayList, makeUnmodifiableList
public boolean ballooning()
ballooning
in interface MemoryPolicy
public void ballooning(boolean newBallooning)
public void ballooning(Boolean newBallooning)
public boolean ballooningPresent()
ballooningPresent
in interface MemoryPolicy
public BigInteger guaranteed()
guaranteed
in interface MemoryPolicy
public void guaranteed(BigInteger newGuaranteed)
public boolean guaranteedPresent()
guaranteedPresent
in interface MemoryPolicy
public MemoryOverCommit overCommit()
overCommit
in interface MemoryPolicy
public void overCommit(MemoryOverCommit newOverCommit)
public boolean overCommitPresent()
overCommitPresent
in interface MemoryPolicy
public TransparentHugePages transparentHugePages()
transparentHugePages
in interface MemoryPolicy
public void transparentHugePages(TransparentHugePages newTransparentHugePages)
public boolean transparentHugePagesPresent()
transparentHugePagesPresent
in interface MemoryPolicy
Copyright © 2016. All rights reserved.