- java.lang.Object
-
- com.ibm.jvm.j9.dump.indexsupport.NodeAbstract
-
- com.ibm.jvm.j9.dump.indexsupport.NodeHeap
-
- All Implemented Interfaces:
IParserNode
public class NodeHeap extends NodeAbstract
-
-
Constructor Summary
Constructors Constructor Description NodeHeap(JavaRuntime runtime, Attributes attributes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addRegion(JavaHeapRegion region)
JavaHeapRegion
createJavaHeapRegion(String name, long id, int objectAlignment, int minimumObjectSize, long heapStart, long heapEnd)
-
Methods declared in class com.ibm.jvm.j9.dump.indexsupport.NodeAbstract
_longByResolvingRawKey, _longFromString, _longFromString
-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods declared in interface com.ibm.jvm.j9.dump.indexsupport.IParserNode
didFinishParsing, nodeToPushAfterStarting, stringWasParsed
-
-
-
-
Constructor Detail
-
NodeHeap
public NodeHeap(JavaRuntime runtime, Attributes attributes)
-
-
Method Detail
-
createJavaHeapRegion
public JavaHeapRegion createJavaHeapRegion(String name, long id, int objectAlignment, int minimumObjectSize, long heapStart, long heapEnd)
-
addRegion
public void addRegion(JavaHeapRegion region)
-
-