Uses of Interface
com.jrockit.memleak.IHeapInfo

Packages that use IHeapInfo
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.value   
 

Uses of IHeapInfo in com.jrockit.memleak
 

Subinterfaces of IHeapInfo in com.jrockit.memleak
 interface IHeapHistogram
          A heap histogram holds an collection of ITypeHeapInfo objects which gives statistics about the contents of types on the java heap.
 interface ITypeHeapInfo<T extends INamedType>
          Represents heap usage for a type, including growth rate.
 

Fields in com.jrockit.memleak declared as IHeapInfo
static IHeapInfo[] IHeapInfo.EMPTY_ARRAY
          An empty IHeapInfo array.
 

Uses of IHeapInfo in com.jrockit.memleak.mlp
 

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

Uses of IHeapInfo in com.jrockit.memleak.value
 

Classes in com.jrockit.memleak.value that implement IHeapInfo
 class HeapHistogram
          A heap histogram holds an array of ITypeHeapInfo objects which gives statistics about the contents of types on the java heap.
 class HeapInfo
          Represents heap usage for a single type, including growth rate.
 class TypeHeapInfo
          Represents heap usage for a single type, including growth rate.
 



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