Class DetailedDumpMemorySource
java.lang.Object
com.ibm.j9ddr.corereaders.memory.BaseMemoryRange
com.ibm.j9ddr.corereaders.memory.ProtectedMemoryRange
com.ibm.j9ddr.corereaders.memory.DumpMemorySource
com.ibm.j9ddr.corereaders.memory.DetailedDumpMemorySource
- All Implemented Interfaces:
IDetailedMemoryRange, IMemoryRange, IMemorySource, Comparable<IMemoryRange>
-
Field Summary
Fields declared in class ProtectedMemoryRange
executable, readOnly, sharedFields declared in class BaseMemoryRange
baseAddress, sizeFields declared in interface IDetailedMemoryRange
EXECUTABLE, READABLE, WRITABLE -
Constructor Summary
Constructors -
Method Summary
Methods declared in class DumpMemorySource
getAddressSpaceId, getBytes, getFileOffset, getNameMethods declared in class ProtectedMemoryRange
isExecutable, isReadOnly, isSharedMethods declared in class BaseMemoryRange
compareTo, contains, getBaseAddress, getSize, getTopAddress, isBacked, isSubRange, overlapsMethods declared in class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods declared in interface Comparable
compareToMethods declared in interface IMemoryRange
contains, getAddressSpaceId, getBaseAddress, getName, getSize, getTopAddress, isExecutable, isReadOnly, isShared, isSubRange, overlapsMethods declared in interface IMemorySource
isBacked
-
Constructor Details
-
DetailedDumpMemorySource
-
-
Method Details
-
getProperties
- Specified by:
getPropertiesin interfaceIDetailedMemoryRange
-