Uses of Interface
com.ibm.oti.shared.SharedHelper
-
Packages that use SharedHelper Package Description com.ibm.oti.shared The OpenJ9 shared classes API, a persistent share which can contain classes, precompiled code (AOT), JIT data, and other data used to improve start up performance and reduce memory footprint. -
-
Uses of SharedHelper in com.ibm.oti.shared
Subinterfaces of SharedHelper in com.ibm.oti.shared Modifier and Type Interface Description interface
SharedClassHelper
The SharedClassHelper superinterface defines functions that are common to all class helpers.interface
SharedClassTokenHelper
SharedClassHelper API that stores and finds classes using String tokens.interface
SharedClassURLClasspathHelper
SharedClassHelper API that stores and finds classes by using URL classpaths.interface
SharedClassURLHelper
SharedClassHelper API that stores and finds classes by using URL paths.interface
SharedDataHelper
SharedDataHelper API that stores and finds byte data using String tokens.Classes in com.ibm.oti.shared that implement SharedHelper Modifier and Type Class Description class
SharedAbstractHelper
SharedAbstractHelper provides common functions and data to helper subclasses.class
SharedClassAbstractHelper
SharedClassAbstractHelper provides common functions and data to class helper subclasses.
-