Package org.eclipse.mat.hprof
Class ExportHprof
java.lang.Object
org.eclipse.mat.hprof.ExportHprof
- All Implemented Interfaces:
- IQuery
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic enumstatic classRemaps class names.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionbooleanbooleanDump class fields as a instance dumpbooleanlongboolean
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoiddumpThreadRoots(DataOutput os, IClass cls) execute(IProgressListener listener) The execute method is called after all arguments have been injected into the query instance.intfindID(int id, int[][] objid) Find the stack frame in which an object is referenced.
- 
Field Details- 
snapshot
- 
output
- 
compresspublic boolean compress
- 
chunkedpublic boolean chunked
- 
redact
- 
mapFile
- 
skipPattern
- 
avoidPattern
- 
undopublic boolean undo
- 
objects
- 
classesAsInstancespublic boolean classesAsInstancesDump class fields as a instance dump
- 
segsizepublic long segsize
 
- 
- 
Constructor Details- 
ExportHprofpublic ExportHprof()
 
- 
- 
Method Details- 
executeDescription copied from interface:IQueryThe execute method is called after all arguments have been injected into the query instance. Typical results areTextResult,CompositeResult,SectionSpecetc.
- 
findIDpublic int findID(int id, int[][] objid) Find the stack frame in which an object is referenced. Remove it from the list.- Parameters:
- id- the object ID
- objid- an array of frames and their object ids
- Returns:
- the frame number (0-based)
 
- 
dumpThreadRoots- Throws:
- SnapshotException
- IOException
 
 
-