Package com.redhat.jigawatts
Class Jigawatts
java.lang.Object
com.redhat.jigawatts.Jigawatts
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
private void
static void
(package private) static void
(package private) static void
static void
static void
readRestoreHooks
(String dir) static void
static void
static void
restoreTheWorld
(String dir) private void
static void
saveTheWorld
(String dir) static void
saveTheWorld
(String dir, boolean leaveRunning) private void
saveTheWorldNative
(String dir, boolean leaveRunning) static void
writeRestoreHooks
(String dir)
-
Field Details
-
crContext
-
checkpointHooks
-
restoreHooks
-
-
Constructor Details
-
Jigawatts
public Jigawatts()
-
-
Method Details
-
cleanupTheWorld
public static void cleanupTheWorld() -
checkTheWorldNative
private void checkTheWorldNative() -
saveTheWorldNative
-
restoreTheWorldNative
-
checkTheWorld
public static void checkTheWorld() -
saveTheWorld
- Throws:
IOException
-
saveTheWorld
- Throws:
IOException
-
writeRestoreHooks
- Throws:
IOException
-
readRestoreHooks
- Throws:
IOException
-
restoreTheWorld
- Throws:
IOException
-
registerCheckpointHook
-
registerRestoreHook
-
clearCheckpointHooks
static void clearCheckpointHooks() -
clearRestoreHooks
static void clearRestoreHooks() -
getCheckpointHooks
-
getRestoreHooks
-
main
-