JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Java SE 11 & JDK 11
All Classes
SEARCH:
JavaScript is disabled on your browser.
Uses of Package
org.eclipse.openj9.criu
Packages that use
org.eclipse.openj9.criu
Package
Description
org.eclipse.openj9.criu
This package enables access to CRIU capabilities from Java.
Classes in
org.eclipse.openj9.criu
used by
org.eclipse.openj9.criu
Class
Description
CRIUSupport
CRIU Support API A checkpoint is the act of halting the JVM, saving its state and writing it out to a file(s).
CRIUSupport.HookMode
A hook can be one of the following states: SINGLE_THREAD_MODE - a mode in which only the Java thread that requested a checkpoint is permitted to run.
JVMCRIUException
Abstract CRIU exception superclass.