| Package | Description |
|---|---|
| com.redhat.thermostat.common.dao | |
| com.redhat.thermostat.common.heap |
| Modifier and Type | Method and Description |
|---|---|
HeapInfo |
HeapDAO.getHeapInfo(String heapId) |
| Modifier and Type | Method and Description |
|---|---|
Collection<HeapInfo> |
HeapDAO.getAllHeapInfo(VmRef vm) |
| Modifier and Type | Method and Description |
|---|---|
HeapDump |
HeapDAO.getHeapDump(HeapInfo heapInfo) |
InputStream |
HeapDAO.getHeapDumpData(HeapInfo heapInfo) |
ObjectHistogram |
HeapDAO.getHistogram(HeapInfo heapInfo) |
void |
HeapDAO.putHeapInfo(HeapInfo heapInfo,
File heapDumpFile,
ObjectHistogram histogramData) |
| Modifier and Type | Method and Description |
|---|---|
HeapInfo |
HeapDump.getInfo() |
| Constructor and Description |
|---|
HeapDump(HeapInfo heapInfo,
HeapDAO heapDAO) |
Copyright © 2012. All Rights Reserved.