Package | Description |
---|---|
com.redhat.thermostat.vm.heap.analysis.common | |
com.redhat.thermostat.vm.heap.analysis.common.internal |
Modifier and Type | Field and Description |
---|---|
static Category<HeapInfo> |
HeapDAO.heapInfoCategory |
Modifier and Type | Method and Description |
---|---|
HeapInfo |
HeapDAO.getHeapInfo(String heapId) |
HeapInfo |
HeapDump.getInfo() |
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) |
Constructor and Description |
---|
HeapDump(HeapInfo heapInfo,
HeapDAO heapDAO) |
Modifier and Type | Method and Description |
---|---|
HeapInfo |
HeapDAOImpl.getHeapInfo(String heapId) |
Modifier and Type | Method and Description |
---|---|
Collection<HeapInfo> |
HeapDAOImpl.getAllHeapInfo(VmRef vm) |
Modifier and Type | Method and Description |
---|---|
HeapDump |
HeapDAOImpl.getHeapDump(HeapInfo heapInfo) |
InputStream |
HeapDAOImpl.getHeapDumpData(HeapInfo heapInfo) |
ObjectHistogram |
HeapDAOImpl.getHistogram(HeapInfo heapInfo) |
void |
HeapDAOImpl.putHeapInfo(HeapInfo heapInfo,
File heapDumpData,
ObjectHistogram histogramData) |
Copyright © 2013. All Rights Reserved.