|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ITruncatable | |
---|---|
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 ITruncatable in com.jrockit.memleak |
---|
Methods in com.jrockit.memleak that return ITruncatable | |
---|---|
ITruncatable<IRelationshipInfo> |
IMemLeak.getInstanceRelationships(ITypeSpecifier fromType,
ITypeSpecifier toType,
int maxRelations,
long stopAt,
int maxMillis)
Get all instances of fromType that points to instances of
toType . |
ITruncatable<IRelationshipInfo> |
IMemLeak.getInstanceRelationships(java.lang.String fromType,
java.lang.String toType,
int maxRelations,
long stopAt,
int maxMillis)
Get all instances of fromType that points to instances of
toType . |
ITruncatable<IObjectInfo> |
IMemLeak.getInstances(IClassRef classRef,
int maxInstances)
Requires Feature.INSTANCES_OF_TYPE . |
ITruncatable<IArraySizeInfo> |
IMemLeak.getLargestArrays(ITypeSpecifier type)
Get the 10 largest arrays on the heap. |
ITruncatable<IArraySizeInfo> |
IMemLeak.getLargestArrays(java.lang.String type)
Get the 10 largest arrays on the heap. |
ITruncatable<IInstanceReferrers> |
IMemLeak.getPathPointingTo(IObjectSpecifier objectSpec,
int maxDepth,
int maxMillis)
Find a path from a GC root to the object denoted by objectSpec . |
Uses of ITruncatable in com.jrockit.memleak.mlp |
---|
Classes in com.jrockit.memleak.mlp that implement ITruncatable | |
---|---|
protected class |
AbstractMemLeak.DelayedTruncatable<T>
|
class |
MemLeakR26.LargestArrayR26
|
class |
MemLeakR28.GetInstanceRelationshipsR28
|
class |
MemLeakR28.LargestArrayR28
|
Methods in com.jrockit.memleak.mlp that return ITruncatable | |
---|---|
ITruncatable<IRelationshipInfo> |
MemLeakR28.getInstanceRelationships(ITypeSpecifier fromType,
ITypeSpecifier toType,
int maxRelations,
long stopAt,
int maxMillis)
|
ITruncatable<IRelationshipInfo> |
MemLeakR26.getInstanceRelationships(ITypeSpecifier fromType,
ITypeSpecifier toType,
int maxRelations,
long stopAt,
int maxMillis)
|
ITruncatable<IObjectInfo> |
MemLeakR28.getInstances(IClassRef classRef,
int maxInstances)
|
ITruncatable<IArraySizeInfo> |
MemLeakR28.getLargestArrays(ITypeSpecifier type)
|
ITruncatable<IArraySizeInfo> |
MemLeakR26.getLargestArrays(ITypeSpecifier type)
|
ITruncatable<IInstanceReferrers> |
MemLeakR28.getPathPointingTo(IObjectSpecifier objectSpec,
int maxDepth,
int maxMillis)
|
protected ITruncatable<IRelationshipInfo> |
MemLeakR26.parseInstanceRelationsships(java.io.DataInputStream dis,
ITypeSpecifier fromType)
|
ITruncatable<T> |
AbstractMemLeak.DelayedTruncatable.sendIfSupported()
If this request is unsupported, returns a ITruncatable result
with an empty array and a reason of "UNSUPPORTED". |
Uses of ITruncatable in com.jrockit.memleak.util |
---|
Methods in com.jrockit.memleak.util that return ITruncatable | |
---|---|
ITruncatable<IRelationshipInfo> |
MemLeakAdapter.getInstanceRelationships(ITypeSpecifier fromType,
ITypeSpecifier toType,
int maxRelations,
long stopAt,
int maxMillis)
|
ITruncatable<IRelationshipInfo> |
MemLeakAdapter.getInstanceRelationships(java.lang.String fromType,
java.lang.String toType,
int maxRelations,
long stopAt,
int maxMillis)
|
ITruncatable<IObjectInfo> |
MemLeakAdapter.getInstances(IClassRef classRef,
int maxInstances)
|
ITruncatable<IArraySizeInfo> |
MemLeakAdapter.getLargestArrays(ITypeSpecifier type)
|
ITruncatable<IArraySizeInfo> |
MemLeakAdapter.getLargestArrays(java.lang.String type)
|
ITruncatable<IInstanceReferrers> |
MemLeakAdapter.getPathPointingTo(IObjectSpecifier objectSpec,
int maxDepth,
int maxMillis)
|
Uses of ITruncatable in com.jrockit.memleak.value |
---|
Classes in com.jrockit.memleak.value that implement ITruncatable | |
---|---|
class |
KnownTruncatable<T>
An implementation of ITruncatable for known results. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |