|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CheckpointInfo | |
org.objectweb.proactive.core.body.ft.checkpointing | Defines the implementation of an active object checkpoint. |
org.objectweb.proactive.core.body.ft.protocols | Defines specific behavior for each implemented fault-tolerance protocol. |
org.objectweb.proactive.core.body.ft.protocols.cic | Defines specific behavior for Communication-Induced Checkpointing protocol. |
org.objectweb.proactive.core.body.ft.util | Defines all needed servers for fault-tolerance mecanism, and a global server that implements all needed behaviors. |
org.objectweb.proactive.core.body.ft.util.storage | Defines the storage process interface of the fault-tolerance server, i.e. the checkpoints storage service. |
Uses of CheckpointInfo in org.objectweb.proactive.core.body.ft.checkpointing |
Methods in org.objectweb.proactive.core.body.ft.checkpointing that return CheckpointInfo | |
CheckpointInfo |
Checkpoint.getCheckpointInfo()
|
Methods in org.objectweb.proactive.core.body.ft.checkpointing with parameters of type CheckpointInfo | |
void |
Checkpoint.setCheckpointInfo(CheckpointInfo ci)
|
Uses of CheckpointInfo in org.objectweb.proactive.core.body.ft.protocols |
Methods in org.objectweb.proactive.core.body.ft.protocols with parameters of type CheckpointInfo | |
abstract int |
FTManager.beforeRestartAfterRecovery(CheckpointInfo ci,
int inc)
This method is called before restarting an object which has been recovered from a checkpoint. |
Uses of CheckpointInfo in org.objectweb.proactive.core.body.ft.protocols.cic |
Classes in org.objectweb.proactive.core.body.ft.protocols.cic that implement CheckpointInfo | |
class |
CheckpointInfoCIC
This class contains several informations about a checkpoint. |
Methods in org.objectweb.proactive.core.body.ft.protocols.cic with parameters of type CheckpointInfo | |
int |
HalfFTManagerCIC.beforeRestartAfterRecovery(CheckpointInfo ci,
int inc)
|
int |
FTManagerCIC.beforeRestartAfterRecovery(CheckpointInfo ci,
int inc)
|
Uses of CheckpointInfo in org.objectweb.proactive.core.body.ft.util |
Methods in org.objectweb.proactive.core.body.ft.util that return CheckpointInfo | |
CheckpointInfo |
GlobalFTServer.getInfoFromCheckpoint(UniqueID id,
int sequenceNumber)
|
Methods in org.objectweb.proactive.core.body.ft.util with parameters of type CheckpointInfo | |
void |
GlobalFTServer.addInfoToCheckpoint(CheckpointInfo ci,
UniqueID id,
int sequenceNumber,
int inc)
|
Uses of CheckpointInfo in org.objectweb.proactive.core.body.ft.util.storage |
Methods in org.objectweb.proactive.core.body.ft.util.storage that return CheckpointInfo | |
CheckpointInfo |
CheckpointServer.getInfoFromCheckpoint(UniqueID id,
int sequenceNumber)
Return informations on the given checkpoint |
Methods in org.objectweb.proactive.core.body.ft.util.storage with parameters of type CheckpointInfo | |
void |
CheckpointServer.addInfoToCheckpoint(CheckpointInfo ci,
UniqueID id,
int sequenceNumber,
int incarnation)
Add informations to an already stored checkpoint |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |