public class HeapDump extends Object
Constructor and Description |
---|
HeapDump(HeapInfo heapInfo,
HeapDAO heapDAO) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
com.sun.tools.hat.internal.model.JavaHeapObject |
findObject(String id) |
ObjectHistogram |
getHistogram() |
HeapInfo |
getInfo() |
com.sun.tools.hat.internal.model.Snapshot |
getSnapshot() |
long |
getTimestamp() |
int |
hashCode() |
Collection<String> |
searchObjects(String wildCardClassNamePattern,
int limit)
Find objects with class names matching the given pattern
|
String |
toString() |
public long getTimestamp()
public ObjectHistogram getHistogram() throws IOException
IOException
public HeapInfo getInfo()
public com.sun.tools.hat.internal.model.Snapshot getSnapshot()
public Collection<String> searchObjects(String wildCardClassNamePattern, int limit)
wildCardClassNamePattern
- a case-sensitive wildcard pattern to match class names againstlimit
- the maximum number of results to returnfindObject(String)
public com.sun.tools.hat.internal.model.JavaHeapObject findObject(String id)
Copyright © 2014. All rights reserved.