Uses of Interface
org.eclipse.mat.inspections.collectionextract.ICollectionExtractor
-
Packages that use ICollectionExtractor Package Description org.eclipse.mat.inspections.collectionextract Code for reading data from collections found in a snapshot.org.eclipse.mat.internal.collectionextract Code for reading data from collections found in a snapshot.org.eclipse.mat.snapshot.extension Interfaces that extend the information extracted from heap dumps like threads, name resolvers etc. -
-
Uses of ICollectionExtractor in org.eclipse.mat.inspections.collectionextract
Classes in org.eclipse.mat.inspections.collectionextract with type parameters of type ICollectionExtractor Modifier and Type Class Description class
AbstractExtractedCollection<E,X extends ICollectionExtractor>
An abstract class representing a collection extracted from the heap.Subinterfaces of ICollectionExtractor in org.eclipse.mat.inspections.collectionextract Modifier and Type Interface Description interface
IMapExtractor
MapExtractors are used to extract from the heap dump the contents of an object which represents a map of a certain type.Methods in org.eclipse.mat.inspections.collectionextract that return ICollectionExtractor Modifier and Type Method Description static 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 parameterMethods in org.eclipse.mat.inspections.collectionextract with parameters of type ICollectionExtractor Modifier and Type Method Description static AbstractExtractedCollection<?,?>
CollectionExtractionUtils. extractCollection(IObject collection, String specificClass, ICollectionExtractor preferredExtractor)
Extracts from the heap the content of objects which represent a collection.Constructors in org.eclipse.mat.inspections.collectionextract with parameters of type ICollectionExtractor Constructor Description ExtractedCollection(IObject coll, ICollectionExtractor extractor)
-
Uses of ICollectionExtractor in org.eclipse.mat.internal.collectionextract
Fields in org.eclipse.mat.internal.collectionextract declared as ICollectionExtractor Modifier and Type Field Description static ICollectionExtractor
ArrayCollectionExtractor. INSTANCE
Constructors in org.eclipse.mat.internal.collectionextract with parameters of type ICollectionExtractor Constructor Description KeySetCollectionExtractor(String field, ICollectionExtractor extractor)
SetFromCollectionExtractor(ICollectionExtractor ex)
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
Fields in org.eclipse.mat.snapshot.extension declared as ICollectionExtractor Modifier and Type Field Description ICollectionExtractor
CollectionExtractionInfo. extractor
Constructors in org.eclipse.mat.snapshot.extension with parameters of type ICollectionExtractor Constructor Description CollectionExtractionInfo(String className, EnumSet<JdkVersion> version, ICollectionExtractor extractor)
CollectionExtractionInfo(String className, ICollectionExtractor extractor)
CollectionExtractionInfo(String className, JdkVersion version, ICollectionExtractor extractor)
-