Uses of Class
org.eclipse.openj9.criu.CRIUSupport.HookMode
-
Packages that use CRIUSupport.HookMode Package Description org.eclipse.openj9.criu This package enables access to CRIU capabilities from Java. -
-
Uses of CRIUSupport.HookMode in org.eclipse.openj9.criu
Methods in org.eclipse.openj9.criu that return CRIUSupport.HookMode Modifier and Type Method Description static CRIUSupport.HookMode
CRIUSupport.HookMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static CRIUSupport.HookMode[]
CRIUSupport.HookMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.openj9.criu with parameters of type CRIUSupport.HookMode Modifier and Type Method Description CRIUSupport
CRIUSupport. registerPostRestoreHook(Runnable hook, CRIUSupport.HookMode mode, int priority)
User hook that is run after restoring a checkpoint image.CRIUSupport
CRIUSupport. registerPreCheckpointHook(Runnable hook, CRIUSupport.HookMode mode, int priority)
User hook that is run before checkpointing the JVM.
-