Uses of Interface
org.eclipse.mat.inspections.collectionextract.ICollectionExtractor
Package
Description
Code for reading data from collections found in a snapshot.
Code for reading data from collections found in a snapshot.
Interfaces that extend the information extracted from heap dumps like threads, name resolvers etc.
-
Uses of ICollectionExtractor in org.eclipse.mat.inspections.collectionextract
Modifier and TypeClassDescriptionclass
AbstractExtractedCollection<E,
X extends ICollectionExtractor> An abstract class representing a collection extracted from the heap.Modifier and TypeInterfaceDescriptioninterface
MapExtractors are used to extract from the heap dump the contents of an object which represents a map of a certain type.Modifier and TypeMethodDescriptionstatic ICollectionExtractor
CollectionExtractionUtils.findCollectionExtractor
(String className) Finds a proper ICollectionExtractor for the object passed as parameterstatic ICollectionExtractor
CollectionExtractionUtils.findCollectionExtractor
(IObject collection) Finds a proper ICollectionExtractor for the object passed as parameterModifier and TypeMethodDescriptionstatic AbstractExtractedCollection<?,
?> CollectionExtractionUtils.extractCollection
(IObject collection, String specificClass, ICollectionExtractor preferredExtractor) Extracts from the heap the content of objects which represent a collection. -
Uses of ICollectionExtractor in org.eclipse.mat.internal.collectionextract
Modifier and TypeClassDescriptionclass
class
class
class
class
class
Known-empty collectionsclass
class
class
class
class
class
class
class
class
class
class
class
Info for IdentityHashMaps These are stored as key/value pairs in an arrayclass
class
class
class
class
class
class
class
class
class
class
Give a set-like extractor from a collection extractorclass
class
class
class
class
class
class
class
class
class
class
class
Creates an extractor to view a map as a set.Modifier and TypeFieldDescriptionstatic final ICollectionExtractor
ArrayCollectionExtractor.INSTANCE
ModifierConstructorDescriptionKeySetCollectionExtractor
(String field, ICollectionExtractor extractor) SetFromCollectionExtractor
(ICollectionExtractor ex, double collisionRatio) ValuesCollectionExtractor
(String field, ICollectionExtractor extractor) WrapperCollectionExtractor
(String field, ICollectionExtractor extractor) WrapperFieldCollectionExtractor
(String field, String entryfield, ICollectionExtractor extractor) WrapperFieldMapExtractor
(String field, String keyfield, String valuefield, ICollectionExtractor extractor) WrapperMapExtractor
(String field, ICollectionExtractor extractor) -
Uses of ICollectionExtractor in org.eclipse.mat.snapshot.extension
ModifierConstructorDescriptionCollectionExtractionInfo
(String className, EnumSet<JdkVersion> version, ICollectionExtractor extractor) CollectionExtractionInfo
(String className, ICollectionExtractor extractor) CollectionExtractionInfo
(String className, JdkVersion version, ICollectionExtractor extractor)