CRIUSupport |
CRIUSupport.registerPostRestoreHook(Runnable hook) |
User hook that is run after restoring a checkpoint image.
|
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) |
User hook that is run before checkpointing the JVM.
|
CRIUSupport |
CRIUSupport.registerPreCheckpointHook(Runnable hook,
CRIUSupport.HookMode mode,
int priority) |
User hook that is run before checkpointing the JVM.
|
CRIUSupport |
CRIUSupport.registerRestoreEnvFile(Path envFile) |
Append new environment variables to the set returned by ProcessEnvironment.getenv(...) upon
restore.
|
CRIUSupport |
CRIUSupport.registerRestoreOptionsFile(Path optionsFile) |
Add new JVM options upon restore.
|
CRIUSupport |
CRIUSupport.setAutoDedup(boolean autoDedup) |
Controls whether auto dedup of memory pages is enabled.
|
CRIUSupport |
CRIUSupport.setExtUnixSupport(boolean extUnixSupport) |
Controls whether to dump only one end of a unix socket pair.
|
CRIUSupport |
CRIUSupport.setFileLocks(boolean fileLocks) |
Controls whether to dump file locks.
|
CRIUSupport |
CRIUSupport.setGhostFileLimit(long limit) |
Set the size limit for ghost files when taking a checkpoint.
|
CRIUSupport |
CRIUSupport.setImageDir(Path imageDir) |
Sets the directory that will hold the images upon checkpoint.
|
CRIUSupport |
CRIUSupport.setLeaveRunning(boolean leaveRunning) |
Controls whether process trees are left running after checkpoint.
|
CRIUSupport |
CRIUSupport.setLogFile(String logFile) |
Write log output to logFile.
|
CRIUSupport |
CRIUSupport.setLogLevel(int logLevel) |
Sets the verbosity of log output.
|
CRIUSupport |
CRIUSupport.setShellJob(boolean shellJob) |
Controls ability to dump shell jobs.
|
CRIUSupport |
CRIUSupport.setTCPEstablished(boolean tcpEstablished) |
Controls whether to re-establish TCP connects.
|
CRIUSupport |
CRIUSupport.setTrackMemory(boolean trackMemory) |
Controls whether memory tracking is enabled.
|
CRIUSupport |
CRIUSupport.setUnprivileged(boolean unprivileged) |
Controls whether CRIU will be invoked in privileged or unprivileged mode.
|
CRIUSupport |
CRIUSupport.setWorkDir(Path workDir) |
Sets the directory where non-image files are stored (e.g. logs).
|