Constructor and Description |
---|
VmSummaryContainer() |
Modifier and Type | Method and Description |
---|---|
BigInteger |
active() |
void |
active(BigInteger newActive) |
boolean |
activePresent() |
BigInteger |
migrating() |
void |
migrating(BigInteger newMigrating) |
boolean |
migratingPresent() |
BigInteger |
total() |
void |
total(BigInteger newTotal) |
boolean |
totalPresent() |
makeArrayList, makeUnmodifiableList
public BigInteger active()
public void active(BigInteger newActive)
public boolean activePresent()
activePresent
in interface VmSummary
public BigInteger migrating()
public void migrating(BigInteger newMigrating)
public boolean migratingPresent()
migratingPresent
in interface VmSummary
public BigInteger total()
public void total(BigInteger newTotal)
public boolean totalPresent()
totalPresent
in interface VmSummary
Copyright © 2016. All rights reserved.