Uses of Interface
com.jrockit.memleak.IHeapHistogram

Packages that use IHeapHistogram
com.jrockit.memleak Provides classes and interfaces for obtaining memory leak information from a Oracle JRockit virtual machine 
com.jrockit.memleak.mlp   
com.jrockit.memleak.util   
com.jrockit.memleak.value   
 

Uses of IHeapHistogram in com.jrockit.memleak
 

Methods in com.jrockit.memleak that return IHeapHistogram
 IHeapHistogram IMemleakValueFactory.createHeapHistogram(int numInstances, long size, float growthRate, long creationMillis, java.util.List<ITypeHeapInfo<IClassInfo>> heapInfos, java.util.Collection<ITypeHeapInfo<? extends INamedType>> groupedHeapInfos)
          Create IHeapHistogram value object.
 IHeapHistogram IMemLeak.getHeapHistogram()
          Get a histogram of the heap.
 

Methods in com.jrockit.memleak with parameters of type IHeapHistogram
 void TrendAnalysisCallback.receiveHeapHistogram(IHeapHistogram hh)
          Receive a histogram over heap usage including growth rate, by types.
 

Uses of IHeapHistogram in com.jrockit.memleak.mlp
 

Classes in com.jrockit.memleak.mlp that implement IHeapHistogram
 class JoinedTypeHeapInfo
           
 

Methods in com.jrockit.memleak.mlp that return IHeapHistogram
 IHeapHistogram AbstractMemLeak.getHeapHistogram()
           
protected  IHeapHistogram AbstractMemLeak.parseHeapUsage(java.io.DataInputStream dis, double histogramCutoff)
           
 

Uses of IHeapHistogram in com.jrockit.memleak.util
 

Methods in com.jrockit.memleak.util that return IHeapHistogram
 IHeapHistogram DelegatingValueFactory.createHeapHistogram(int numInstances, long size, float growthRate, long creationMillis, java.util.List<ITypeHeapInfo<IClassInfo>> heapInfos, java.util.Collection<ITypeHeapInfo<? extends INamedType>> groupedHeapInfos)
           
 IHeapHistogram MemLeakAdapter.getHeapHistogram()
           
 

Uses of IHeapHistogram in com.jrockit.memleak.value
 

Classes in com.jrockit.memleak.value that implement IHeapHistogram
 class HeapHistogram
          A heap histogram holds an array of ITypeHeapInfo objects which gives statistics about the contents of types on the java heap.
 

Methods in com.jrockit.memleak.value that return IHeapHistogram
 IHeapHistogram ValueFactory.createHeapHistogram(int numInstances, long size, float growthRate, long creationMillis, java.util.List<ITypeHeapInfo<IClassInfo>> heapInfos, java.util.Collection<ITypeHeapInfo<? extends INamedType>> groupedHeapInfos)
           
 



Copyright © 1999, 2011, Oracle and/or its affiliates. All rights reserved.