public interface HeapMetric
| Modifier and Type | Method and Description |
|---|---|
long |
getCommitted() |
long |
getInit() |
long |
getMax() |
long |
getUsed() |
void |
setCommitted(long l) |
void |
setInit(long l) |
void |
setMax(long l) |
void |
setUsed(long l) |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.