Uses of Interface
org.eclipse.mat.util.IProgressListener
Packages that use IProgressListener
Package
Description
This provides the parser for IBM Diagnostic Tooling Framework for Java (DTFJ) dumps,
and is just a parser extension, not an Application Programming Interface (API).
Parser for HPROF dumps,
just a parser extension, not an Application Programming Interface (API).
Generator of HPROF dumps from other running processes on the system,
just a acquire dumps extension, not an Application Programming Interface (API).
Create IBM dumps - this is an internal package not intended as an Application Programming Interface (API) except as an extension.
These are general queries.
These are queries for Collection classes.
These are queries for whole components (class loaders and packages).
These are queries for debugging Eclipse based applications.
These are queries for examining objects subject to finalization.
These are queries for the Jetty web server.
These are queries for examining OSGi bundles.
These are utilities for the OSGi bundle queries.
These are queries for Threads.
These are queries for dominator tree and paths to/from garbage collection roots.
Links class names to the class source in an Eclipse IDE, not an Application Programming Interface (API).
These are queries for snapshots generated by JRuby applications.
Interfaces for handling indexes.
Implementations for handling indexes.
Implementations for building the snapshot (not API).
Object Query Language (OQL) (not API).
Object Query Language (OQL) compiler (not API).
Utilities for performing basic operations on the snapshot (not API).
The implementation of key snapshot objects such as representing classes, arrays, and objects in the snapshot.
Package for examining and controlling results of running queries.
A way of controlling the detail given by the output of a query.
Package for getting a list of queries and examining their capabilities and setting them up.
Controls building of reports from XML report definitions.
Internal classes for controlling building of reports from XML report definitions (not API).
The Snapshot API, a VM independent way of looking at a snapshot of the state of objects in a heap.
Classes to help get a snapshot from a current running process on the system.
Interfaces that extend the information extracted from heap dumps like threads, name resolvers etc.
Snapshot entities, for example class, instances, class loaders, fields, GC roots.
Utilities to develop heap dump queries.
Supplementary actions to open a snapshot, copy to clipboard, open icon assist and so on - user interface (not API).
Utility classes for toolbars, popup menu, searching on typing - user interface (not API).
Utilities for building results.
-
Uses of IProgressListener in org.eclipse.mat.dtfj
Methods in org.eclipse.mat.dtfj with parameters of type IProgressListenerModifier and TypeMethodDescriptionvoid
DTFJIndexBuilder.clean
(int[] purgedMapping, IProgressListener listener) void
ThreadDetailsResolver.complementDeep
(IThreadInfo thread, IProgressListener listener) Add detailed DTFJ information, including native thread stack.void
ThreadDetailsResolver.complementShallow
(IThreadInfo thread, IProgressListener listener) Add basic DTFJ information.void
DTFJIndexBuilder.fill
(IPreliminaryIndex index, IProgressListener listener) -
Uses of IProgressListener in org.eclipse.mat.hprof
Methods in org.eclipse.mat.hprof with parameters of type IProgressListenerModifier and TypeMethodDescriptionvoid
HprofParserHandlerImpl.beforePass2
(IProgressListener monitor) void
IHprofParserHandler.beforePass2
(IProgressListener monitor) void
HprofIndexBuilder.clean
(int[] purgedMapping, IProgressListener listener) ExportHprof.execute
(IProgressListener listener) void
HprofIndexBuilder.fill
(IPreliminaryIndex preliminary, IProgressListener listener) HprofParserHandlerImpl.fillIn
(IPreliminaryIndex index, IProgressListener listener) IHprofParserHandler.fillIn
(IPreliminaryIndex index, IProgressListener listener) -
Uses of IProgressListener in org.eclipse.mat.hprof.acquire
Methods in org.eclipse.mat.hprof.acquire with parameters of type IProgressListenerModifier and TypeMethodDescriptionJMapHeapDumpProvider.acquireDump
(VmInfo info, File preferredLocation, IProgressListener listener) JMapHeapDumpProvider.getAvailableVMs
(IProgressListener listener) -
Uses of IProgressListener in org.eclipse.mat.ibmvm.acquire
Methods in org.eclipse.mat.ibmvm.acquire with parameters of type IProgressListenerModifier and TypeMethodDescriptionIBMDumpProvider.acquireDump
(VmInfo info, File preferredLocation, IProgressListener listener) IBMExecDumpProvider.acquireDump
(VmInfo info, File preferredLocation, IProgressListener listener) IBMDumpProvider.getAvailableVMs
(IProgressListener listener) IBMExecDumpProvider.getAvailableVMs
(IProgressListener listener) IBMJavaDumpProvider.jextract
(File preferredDump, boolean compress, List<File> dumps, File udir, File javahome, IProgressListener listener) -
Uses of IProgressListener in org.eclipse.mat.inspections
Methods in org.eclipse.mat.inspections with parameters of type IProgressListenerModifier and TypeMethodDescriptionBigDropsQuery.execute
(IProgressListener listener) BiggestObjectsPieQuery.execute
(IProgressListener listener) ClassLoaderExplorerQuery.execute
(IProgressListener listener) ClassReferrersQuery.execute
(IProgressListener listener) ComparisonReport.execute
(IProgressListener listener) CustomizedRetainedSetQuery.execute
(IProgressListener listener) DeltaHistogram.execute
(IProgressListener listener) DuplicatedClassesQuery.execute
(IProgressListener listener) FinalizerReferenceStatQuery.execute
(IProgressListener listener) FindLeaksQuery.execute
(IProgressListener listener) FindLeaksQuery2.execute
(IProgressListener listener) FindStringsQuery.execute
(IProgressListener listener) GCRootsQuery.execute
(IProgressListener listener) GroupByValueQuery.execute
(IProgressListener listener) HeapDumpInfoQuery.execute
(IProgressListener listener) HistogramQuery.execute
(IProgressListener listener) ImmediateDominatorsQuery.execute
(IProgressListener listener) LeakHunterQuery.execute
(IProgressListener listener) LeakHunterQuery2.execute
(IProgressListener listener) ObjectListQuery.execute
(IProgressListener listener) OQLQuery.execute
(IProgressListener listener) PhantomReferenceStatQuery.execute
(IProgressListener listener) ReferenceLeakQuery.execute
(IProgressListener listener) static IResult
ReferenceQuery.execute
(String className, ISnapshot snapshot, String labelHistogramReferenced, String labelHistogramRetained, String labelHistogramStronglyRetainedReferents, IProgressListener listener) Important: the className must point to java.lang.ref.Reference or one of its subclasses.static CompositeResult
ReferenceQuery.execute
(ArrayInt instanceSet, SetInt referentSet, ISnapshot snapshot, String labelHistogramReferenced, String labelHistogramRetained, String labelHistogramStronglyRetainedReferents, String referentField, IProgressListener listener) static CompositeResult
ReferenceQuery.execute
(ArrayInt instanceSet, SetInt referentSet, ISnapshot snapshot, String labelHistogramReferenced, String labelHistogramRetained, String labelHistogramStronglyRetainedReferents, IProgressListener listener) ReferenceQuery.execute
(IProgressListener listener) RetainedSetQuery.execute
(IProgressListener listener) SimpleComparison.execute
(IProgressListener listener) SoftReferenceStatQuery.execute
(IProgressListener listener) SystemPropertiesQuery.execute
(IProgressListener listener) TopConsumers2Query.execute
(IProgressListener listener) TopConsumersQuery.execute
(IProgressListener listener) UnreachableObjectsQuery.execute
(IProgressListener listener) WasteInCharArraysQuery.execute
(IProgressListener listener) WeakReferenceStatQuery.execute
(IProgressListener listener) -
Uses of IProgressListener in org.eclipse.mat.inspections.collections
Methods in org.eclipse.mat.inspections.collections with parameters of type IProgressListenerModifier and TypeMethodDescriptionArrayFillRatioQuery.execute
(IProgressListener listener) ArraysBySizeQuery.execute
(IProgressListener listener) CollectionFillRatioQuery.execute
(IProgressListener listener) CollectionsBySizeQuery.execute
(IProgressListener listener) ExtractListValuesQuery.execute
(IProgressListener listener) HashEntriesQuery.execute
(IProgressListener listener) HashSetValuesQuery.execute
(IProgressListener listener) MapCollisionRatioQuery.execute
(IProgressListener listener) PrimitiveArraysWithAConstantValueQuery.execute
(IProgressListener listener) int
HashEntriesQuery.Result.getObjectId
(String key, IProgressListener listener) HashEntriesQuery.Result.getString
(String key, IProgressListener listener) -
Uses of IProgressListener in org.eclipse.mat.inspections.component
Methods in org.eclipse.mat.inspections.component with parameters of type IProgressListenerModifier and TypeMethodDescriptionComponentReportQuery.execute
(IProgressListener listener) TopComponentsReportQuery.execute
(IProgressListener listener) -
Uses of IProgressListener in org.eclipse.mat.inspections.eclipse
Methods in org.eclipse.mat.inspections.eclipse with parameters of type IProgressListener -
Uses of IProgressListener in org.eclipse.mat.inspections.finalizer
Methods in org.eclipse.mat.inspections.finalizer with parameters of type IProgressListenerModifier and TypeMethodDescriptionFinalizerInProcessingQuery.execute
(IProgressListener listener) FinalizerQuery.execute
(IProgressListener listener) FinalizerQueueQuery.execute
(IProgressListener listener) FinalizerThreadLocalsQuery.execute
(IProgressListener listener) FinalizerThreadQuery.execute
(IProgressListener listener) -
Uses of IProgressListener in org.eclipse.mat.inspections.jetty
Methods in org.eclipse.mat.inspections.jetty with parameters of type IProgressListenerModifier and TypeMethodDescriptionvoid
JettyRequestResolver.complement
(ISnapshot snapshot, IThreadInfo thread, int[] javaLocals, int thisJavaLocal, IProgressListener listener) -
Uses of IProgressListener in org.eclipse.mat.inspections.osgi
Methods in org.eclipse.mat.inspections.osgi with parameters of type IProgressListener -
Uses of IProgressListener in org.eclipse.mat.inspections.osgi.model
Methods in org.eclipse.mat.inspections.osgi.model with parameters of type IProgressListenerModifier and TypeMethodDescriptionEquinoxBundleReader.readOSGiModel
(IProgressListener listener) EquinoxBundleReader2.readOSGiModel
(IProgressListener listener) IBundleReader.readOSGiModel
(IProgressListener listener) get a model describing the OSGi framework -
Uses of IProgressListener in org.eclipse.mat.inspections.threads
Methods in org.eclipse.mat.inspections.threads with parameters of type IProgressListenerModifier and TypeMethodDescriptionvoid
ThreadDetailsResolver.complementDeep
(IThreadInfo thread, IProgressListener listener) void
ThreadDetailsResolver.complementShallow
(IThreadInfo thread, IProgressListener listener) ThreadInfoQuery.execute
(IProgressListener listener) ThreadOverviewQuery.execute
(IProgressListener listener) ThreadStackQuery.execute
(IProgressListener listener) -
Uses of IProgressListener in org.eclipse.mat.internal.snapshot.inspections
Methods in org.eclipse.mat.internal.snapshot.inspections with parameters of type IProgressListenerModifier and TypeMethodDescriptionstatic DominatorQuery.Tree
DominatorQuery.Factory.create
(ISnapshot snapshot, int[] roots, IProgressListener listener) MultiplePath2GCRootsQuery.create
(ISnapshot snapshot, IMultiplePathsFromGCRootsComputer computer, int[] selection, boolean mergeFromRoots, IProgressListener listener) Creates a tree by class.MultiplePath2GCRootsQuery.create
(ISnapshot snapshot, IMultiplePathsFromGCRootsComputer computer, int[] selection, IProgressListener listener) CompareTablesQuery.execute
(IProgressListener listener) DominatorQuery.execute
(IProgressListener listener) MultiplePath2GCRootsQuery.execute
(IProgressListener listener) Path2GCRootsQuery.execute
(IProgressListener listener) ShowInDominatorQuery.execute
(IProgressListener listener) static DominatorQuery.Tree
DominatorQuery.Factory.groupByClass
(ISnapshot snapshot, int[] roots, IProgressListener listener) static DominatorQuery.Tree
DominatorQuery.Factory.groupByClassLoader
(ISnapshot snapshot, int[] roots, IProgressListener listener) static DominatorQuery.Tree
DominatorQuery.Factory.groupByPackage
(ISnapshot snapshot, int[] roots, IProgressListener listener) -
Uses of IProgressListener in org.eclipse.mat.jdt
Methods in org.eclipse.mat.jdt with parameters of type IProgressListener -
Uses of IProgressListener in org.eclipse.mat.jruby.resolver
Methods in org.eclipse.mat.jruby.resolver with parameters of type IProgressListenerModifier and TypeMethodDescriptionvoid
JRubyScriptResolver.complement
(ISnapshot snapshot, IThreadInfo thread, int[] localVars, int currentVarId, IProgressListener listener) void
RubyStacktraceDumper.complement
(ISnapshot snapshot, IThreadInfo thread, int[] javaLocals, int thisJavaLocal, IProgressListener listener) -
Uses of IProgressListener in org.eclipse.mat.parser
Methods in org.eclipse.mat.parser with parameters of type IProgressListenerModifier and TypeMethodDescriptionvoid
IIndexBuilder.clean
(int[] purgedMapping, IProgressListener listener) Memory Analyzer has discarded unreachable objects, so the parser may need to know the discarded objects.void
IIndexBuilder.fill
(IPreliminaryIndex index, IProgressListener listener) Pass1 and pass2 parsing. -
Uses of IProgressListener in org.eclipse.mat.parser.index
Methods in org.eclipse.mat.parser.index with parameters of type IProgressListenerModifier and TypeMethodDescriptionIndexWriter.InboundWriter.flush
(IProgressListener monitor, IndexWriter.KeyWriter keyWriter) Write out all the data as one big file. -
Uses of IProgressListener in org.eclipse.mat.parser.internal
Methods in org.eclipse.mat.parser.internal with parameters of type IProgressListenerModifier and TypeMethodDescriptionstatic void
DominatorTree.calculate
(SnapshotImpl snapshot, IProgressListener listener) void
SnapshotImpl.calculateDominatorTree
(IProgressListener listener) Calculates the dominator tree after a parsevoid
SnapshotImpl.calculateMinRetainedHeapSizeForClasses
(IProgressListener listener) Calculate for each class an approximation for the retained size of all instances of that class.static SnapshotImpl
SnapshotImpl.create
(XSnapshotInfo snapshotInfo, String objectReaderUniqueIdentifier, IObjectReader heapObjectReader, HashMapIntObject<ClassImpl> classCache, HashMapIntObject<XGCRootInfo[]> roots, HashMapIntObject<HashMapIntObject<XGCRootInfo[]>> rootsPerThread, BitField arrayObjects, IndexManager indexManager, IProgressListener listener) Create the snapshot after a fresh parse.SnapshotImplBuilder.create
(ParserRegistry.Parser parser, IProgressListener listener) SnapshotImpl.getDominatorsOf
(int[] objectIds, Pattern excludePattern, IProgressListener progressListener) SnapshotImpl.getHistogram
(int[] objectIds, IProgressListener progressMonitor) SnapshotImpl.getHistogram
(IProgressListener listener) int[]
SnapshotImpl.getInboundRefererIds
(int[] objectIds, IProgressListener progressMonitor) int[]
SnapshotImpl.getMinRetainedSet
(int[] objectIds, IProgressListener progressMonitor) long
SnapshotImpl.getMinRetainedSize
(int[] objectIds, IProgressListener progressMonitor) int[]
SnapshotImpl.getOutboundReferentIds
(int[] objectIds, IProgressListener progressMonitor) int[]
SnapshotImpl.getRetainedSet
(int[] objectIds, String[] fieldNames, IProgressListener listener) int[]
SnapshotImpl.getRetainedSet
(int[] objectIds, ExcludedReferencesDescriptor[] excludedReferences, IProgressListener progressMonitor) int[]
SnapshotImpl.getRetainedSet
(int[] objectIds, IProgressListener progressMonitor) int[]
SnapshotImpl.getTopAncestorsInDominatorTree
(int[] objectIds, IProgressListener listener) SnapshotFactoryImpl.openSnapshot
(File file, Map<String, String> args, IProgressListener listener) static SnapshotImpl
SnapshotImpl.readFromFile
(File file, String prefix, IProgressListener listener) Read the snapshot from an already indexed dump. -
Uses of IProgressListener in org.eclipse.mat.parser.internal.oql
Methods in org.eclipse.mat.parser.internal.oql with parameters of type IProgressListenerModifier and TypeMethodDescriptionOQLQueryImpl.execute
(ISnapshot snapshot, IProgressListener monitor) -
Uses of IProgressListener in org.eclipse.mat.parser.internal.oql.compiler
Methods in org.eclipse.mat.parser.internal.oql.compiler that return IProgressListenerMethods in org.eclipse.mat.parser.internal.oql.compiler with parameters of type IProgressListenerModifier and TypeMethodDescriptionvoid
EvaluationContext.setProgressListener
(IProgressListener listener) -
Uses of IProgressListener in org.eclipse.mat.parser.internal.snapshot
Methods in org.eclipse.mat.parser.internal.snapshot with parameters of type IProgressListenerModifier and TypeMethodDescriptionObject[]
MultiplePathsFromGCRootsComputerImpl.getAllPaths
(IProgressListener progressListener) MultiplePathsFromGCRootsComputerImpl.getPathsByGCRoot
(IProgressListener progressListener) MultiplePathsFromGCRootsComputerImpl.getPathsGroupedByClass
(boolean startFromTheGCRoots, IProgressListener progressListener) Constructors in org.eclipse.mat.parser.internal.snapshot with parameters of type IProgressListenerModifierConstructorDescriptionObjectMarker
(int[] roots, boolean[] bits, IIndexReader.IOne2ManyIndex outbound, long outboundLength, IProgressListener progressListener) ObjectMarker
(int[] roots, boolean[] bits, IIndexReader.IOne2ManyIndex outbound, IProgressListener progressListener) -
Uses of IProgressListener in org.eclipse.mat.parser.model
Methods in org.eclipse.mat.parser.model with parameters of type IProgressListenerModifier and TypeMethodDescriptionlong
XClassHistogramRecord.calculateRetainedSize
(ISnapshot snapshot, boolean calculateIfNotAvailable, boolean approximation, IProgressListener listener) long
XClassLoaderHistogramRecord.calculateRetainedSize
(ISnapshot snapshot, boolean calculateIfNotAvailable, boolean approximation, IProgressListener listener) static final long
ClassLoaderImpl.doGetRetainedHeapSizeOfObjects
(ISnapshot dump, int classLoaderId, boolean calculateIfNotAvailable, boolean calculateMinRetainedSize, IProgressListener listener) Calculates the retained size of all classes and instances of the class loaded by a class loader.long
ClassImpl.getRetainedHeapSizeOfObjects
(boolean calculateIfNotAvailable, boolean approximation, IProgressListener listener) long
ClassLoaderImpl.getRetainedHeapSizeOfObjects
(boolean calculateIfNotAvailable, boolean calculateMinRetainedSize, IProgressListener listener) -
Uses of IProgressListener in org.eclipse.mat.query
Methods in org.eclipse.mat.query with parameters of type IProgressListenerModifier and TypeMethodDescriptionvoid
ContextDerivedData.DerivedCalculator.calculate
(ContextDerivedData.DerivedOperation operation, Object row, IProgressListener listener) Do the calculation for the row.IQuery.execute
(IProgressListener listener) The execute method is called after all arguments have been injected into the query instance.abstract IResult
DetailResultProvider.getResult
(Object row, IProgressListener listener) Get more data about the row. -
Uses of IProgressListener in org.eclipse.mat.query.refined
Methods in org.eclipse.mat.query.refined with parameters of type IProgressListenerModifier and TypeMethodDescriptionvoid
RefinedStructuredResult.calculate
(ContextProvider provider, ContextDerivedData.DerivedOperation operation, List<?> elements, RefinedStructuredResult.ICalculationProgress progress, IProgressListener listener) void
RefinedStructuredResult.calculateTotals
(List<?> elements, TotalsRow totals, IProgressListener listener) -
Uses of IProgressListener in org.eclipse.mat.query.registry
Methods in org.eclipse.mat.query.registry with parameters of type IProgressListenerModifier and TypeMethodDescriptionArgumentSet.execute
(IProgressListener listener) Generate all the real arguments for an instance of a query, then execute the query.static IResult
CommandLine.execute
(IQueryContext context, String commandLine, IProgressListener listener) Queries.execute
(IProgressListener listener) -
Uses of IProgressListener in org.eclipse.mat.report
Methods in org.eclipse.mat.report with parameters of type IProgressListener -
Uses of IProgressListener in org.eclipse.mat.report.internal
Methods in org.eclipse.mat.report.internal with parameters of type IProgressListenerModifier and TypeMethodDescriptionabstract AbstractPart
AbstractPart.execute
(IQueryContext context, ResultRenderer renderer, IProgressListener listener) LinkedPart.execute
(IQueryContext context, ResultRenderer renderer, IProgressListener listener) QueryPart.execute
(IQueryContext context, ResultRenderer renderer, IProgressListener listener) RunExternalTest.execute
(IProgressListener listener) RunRegisterdReport.execute
(IProgressListener listener) SectionPart.execute
(IQueryContext context, ResultRenderer renderer, IProgressListener listener) -
Uses of IProgressListener in org.eclipse.mat.snapshot
Methods in org.eclipse.mat.snapshot with parameters of type IProgressListenerModifier and TypeMethodDescriptionlong
ClassHistogramRecord.calculateRetainedSize
(ISnapshot snapshot, boolean calculateIfNotAvailable, boolean approximation, IProgressListener listener) Find out the retained sizelong
ClassLoaderHistogramRecord.calculateRetainedSize
(ISnapshot snapshot, boolean calculateIfNotAvailable, boolean approximation, IProgressListener listener) Find out the retained sizeIOQLQuery.execute
(ISnapshot snapshot, IProgressListener monitor) Execute the OQL query.Object[]
IMultiplePathsFromGCRootsComputer.getAllPaths
(IProgressListener progressListener) Calculates (if not yet calculated) and returns all the paths.ISnapshot.getDominatorsOf
(int[] objectIds, Pattern excludePattern, IProgressListener progressListener) Get a summary of the dominators for all the given objects.ISnapshot.getHistogram
(int[] objectIds, IProgressListener progressListener) Get histogram for some specific objects - usually the result of other calls to the snapshot.ISnapshot.getHistogram
(IProgressListener progressListener) Get histogram for the whole snapshot.int[]
ISnapshot.getInboundRefererIds
(int[] objectIds, IProgressListener progressListener) Get all objects referencing the given objects.int[]
ISnapshot.getMinRetainedSet
(int[] objectIds, IProgressListener progressListener) Calculate the minimum retained set of objects for the given objects (including the given objects).long
ISnapshot.getMinRetainedSize
(int[] objectIds, IProgressListener listener) Calculate the minimum retained size for the given objects.int[]
ISnapshot.getOutboundReferentIds
(int[] objectIds, IProgressListener progressListener) Get all objects referenced by the given objects.IMultiplePathsFromGCRootsComputer.getPathsByGCRoot
(IProgressListener progressListener) Calculates (if not yet calculated) and returns all the paths.int[]
ISnapshot.getRetainedSet
(int[] objectIds, String[] fieldNames, IProgressListener progressMonitor) Get retained set of objects for the given fields at the given objects (excluding the given objects).int[]
ISnapshot.getRetainedSet
(int[] objectIds, ExcludedReferencesDescriptor[] excludedReferences, IProgressListener progressMonitor) Get retained set of objects for the given fields at the given objects (excluding the given objects).int[]
ISnapshot.getRetainedSet
(int[] objectIds, IProgressListener progressListener) Get retained set of objects for the given objects (including the given objects).int[]
ISnapshot.getTopAncestorsInDominatorTree
(int[] objectIds, IProgressListener listener) Get the top-ancestors in the dominator tree from the supplied objectIds.SnapshotFactory.Implementation.openSnapshot
(File file, Map<String, String> arguments, IProgressListener listener) Opens a snapshotstatic ISnapshot
SnapshotFactory.openSnapshot
(File file, Map<String, String> arguments, IProgressListener listener) Create a snapshot Object from a file representation of a snapshot.static ISnapshot
SnapshotFactory.openSnapshot
(File file, IProgressListener listener) Create a snapshot Object from a file representation of a snapshot. -
Uses of IProgressListener in org.eclipse.mat.snapshot.acquire
Methods in org.eclipse.mat.snapshot.acquire with parameters of type IProgressListenerModifier and TypeMethodDescriptionIHeapDumpProvider.acquireDump
(VmInfo info, File preferredLocation, IProgressListener listener) Acquire a heap dump from a locally running Java process.IHeapDumpProvider.getAvailableVMs
(IProgressListener listener) Returns a list of locally running Java processes from which the heap dump provider can attempt to acquire a heap dump -
Uses of IProgressListener in org.eclipse.mat.snapshot.extension
Methods in org.eclipse.mat.snapshot.extension with parameters of type IProgressListenerModifier and TypeMethodDescriptionvoid
IRequestDetailsResolver.complement
(ISnapshot snapshot, IThreadInfo thread, int[] javaLocals, int thisJavaLocal, IProgressListener listener) Add extra detailsvoid
IThreadDetailsResolver.complementDeep
(IThreadInfo thread, IProgressListener listener) Extract detailed information about a thread, for example for ThreadInfoQuery.void
IThreadDetailsResolver.complementShallow
(IThreadInfo thread, IProgressListener listener) Extract basic information about a thread, for example for ThreadOverviewQuery.ITroubleTicketResolver.resolveByClass
(IClass clazz, IProgressListener listener) Return a proposal for the component (e.g.ITroubleTicketResolver.resolveByClassLoader
(IClassLoader classLoader, IProgressListener listener) Return a proposal for the component (e.g. -
Uses of IProgressListener in org.eclipse.mat.snapshot.model
Methods in org.eclipse.mat.snapshot.model with parameters of type IProgressListenerModifier and TypeMethodDescriptionlong
IClass.getRetainedHeapSizeOfObjects
(boolean calculateIfNotAvailable, boolean calculateMinRetainedSize, IProgressListener listener) Returns the retained size of all objects of this instance including the class instance.long
IClassLoader.getRetainedHeapSizeOfObjects
(boolean calculateIfNotAvailable, boolean calculateMinRetainedSize, IProgressListener listener) Returns the retained size of all objects and classes loaded by this class loader. -
Uses of IProgressListener in org.eclipse.mat.snapshot.query
Methods in org.eclipse.mat.snapshot.query with parameters of type IProgressListenerModifier and TypeMethodDescriptionSnapshotQuery.execute
(IProgressListener listener) Execute the query and return the result.int[]
IHeapObjectArgument.getIds
(IProgressListener listener) This method returns one (possibly big) integer array with the selected object ids.TQuantize.process
(IProgressListener listener) Create distribution based on the given table.SnapshotQuery.refine
(IProgressListener listener) Execute the query and return aRefinedResultBuilder
which allows for filtering, sorting and limiting of the result. -
Uses of IProgressListener in org.eclipse.mat.ui.snapshot.actions
Methods in org.eclipse.mat.ui.snapshot.actions with parameters of type IProgressListenerModifier and TypeMethodDescriptionCopyActions.execute
(IProgressListener listener) CopyOQL.execute
(IProgressListener listener) SaveValueAsQuery.execute
(IProgressListener listener) -
Uses of IProgressListener in org.eclipse.mat.ui.util
Classes in org.eclipse.mat.ui.util that implement IProgressListener -
Uses of IProgressListener in org.eclipse.mat.util
Classes in org.eclipse.mat.util that implement IProgressListenerModifier and TypeClassDescriptionclass
Class used as progress listener for the console.class
A progress listener that does very little, but passes on the essentials to the delegate.class
class
Empty implementation ofIProgressListener
which is frequently used throughout the snapshot API in ISnapshot to get feedback for long running operations.Methods in org.eclipse.mat.util that return IProgressListenerConstructors in org.eclipse.mat.util with parameters of type IProgressListenerModifierConstructorDescriptionSilentProgressListener
(IProgressListener delegate) SimpleMonitor
(String task, IProgressListener monitor, int[] percentages)