Uses of Class
org.eclipse.mat.snapshot.ClassLoaderHistogramRecord

Packages that use ClassLoaderHistogramRecord
org.eclipse.mat.parser.internal.snapshot Utilities for performing basic operations on the snapshot (not API). 
org.eclipse.mat.parser.model The implementation of key snapshot objects such as representing classes, arrays, and objects in the snapshot. 
org.eclipse.mat.snapshot The Snapshot API, a VM independent way of looking at a snapshot of the state of objects in a heap. 
 

Uses of ClassLoaderHistogramRecord in org.eclipse.mat.parser.internal.snapshot
 

Methods in org.eclipse.mat.parser.internal.snapshot that return ClassLoaderHistogramRecord
 ClassLoaderHistogramRecord ClassLoaderHistogramRecordBuilder.toClassLoaderHistogramRecord(boolean isDefaultHistogram)
           
 

Uses of ClassLoaderHistogramRecord in org.eclipse.mat.parser.model
 

Subclasses of ClassLoaderHistogramRecord in org.eclipse.mat.parser.model
 class XClassLoaderHistogramRecord
          Accumulated data about a class loader, including classes and shallow and retained sizes.
 

Uses of ClassLoaderHistogramRecord in org.eclipse.mat.snapshot
 

Methods in org.eclipse.mat.snapshot that return types with arguments of type ClassLoaderHistogramRecord
 java.util.Collection<ClassLoaderHistogramRecord> Histogram.getClassLoaderHistogramRecords()
          Get collection of all the class loaders for all the classes for all the objects which were found in the set of objects on which the class histogram was computed.
 

Constructor parameters in org.eclipse.mat.snapshot with type arguments of type ClassLoaderHistogramRecord
Histogram(java.lang.String label, java.util.ArrayList<ClassHistogramRecord> classHistogramRecords, java.util.ArrayList<ClassLoaderHistogramRecord> classLoaderHistogramRecords, long numberOfObjects, long usedHeapSize, long retainedHeapSize)
          Construct a histogram
Histogram(java.lang.String label, java.util.ArrayList<ClassHistogramRecord> classHistogramRecords, java.util.ArrayList<ClassLoaderHistogramRecord> classLoaderHistogramRecords, long numberOfObjects, long usedHeapSize, long retainedHeapSize, boolean isDefaultHistogram)
          Construct a histogram