Uses of Class
com.ibm.dtfj.image.j9.Image
-
Packages that use Image Package Description com.ibm.jvm.j9.dump.indexsupport -
-
Uses of Image in com.ibm.jvm.j9.dump.indexsupport
Methods in com.ibm.jvm.j9.dump.indexsupport that return Image Modifier and Type Method Description ImageXMLIndexReader. parseIndexWithDump(InputStream input, ICoreFileReader core, ClosingFileReader reader, IFileLocationResolver fileResolver)Creates an Image from the given XML index stream and the corresponding corefileImageXMLIndexReader. parseIndexWithDump(InputStream input, ICoreFileReader core, ImageInputStream stream, IFileLocationResolver fileResolver)Creates an Image from the given XML index stream and the corresponding corefileMethods in com.ibm.jvm.j9.dump.indexsupport with parameters of type Image Modifier and Type Method Description voidXMLIndexReader. setJ9DumpData(long environ, String osType, String osSubType, String cpuType, int cpuCount, long bytesMem, int pointerSize, Image[] imageRef, ImageAddressSpace[] addressSpaceRef, ImageProcess[] processRef)Constructors in com.ibm.jvm.j9.dump.indexsupport with parameters of type Image Constructor Description NodeIP(Image image, Attributes attributes)NodeNet(Image image, Attributes attributes)
-