|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Checkpoint | |
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. |
org.objectweb.proactive.core.runtime | Defines all classes needed to build a ProActiveRuntime. |
org.objectweb.proactive.core.runtime.http | HTTP implementation of ProActiveRuntime |
org.objectweb.proactive.core.runtime.ibis | Ibis implementation of ProActiveRuntime |
org.objectweb.proactive.core.runtime.jini | JINI implementation of ProActiveRuntime. |
org.objectweb.proactive.core.runtime.rmi | RMI implementation of ProActiveRuntime |
Uses of Checkpoint in org.objectweb.proactive.core.body.ft.util |
Methods in org.objectweb.proactive.core.body.ft.util that return Checkpoint | |
Checkpoint |
GlobalFTServer.getCheckpoint(UniqueID id,
int index)
|
Checkpoint |
GlobalFTServer.getLastCheckpoint(UniqueID id)
|
Methods in org.objectweb.proactive.core.body.ft.util with parameters of type Checkpoint | |
int |
GlobalFTServer.storeCheckpoint(Checkpoint c,
int inc)
|
Uses of Checkpoint in org.objectweb.proactive.core.body.ft.util.storage |
Methods in org.objectweb.proactive.core.body.ft.util.storage that return Checkpoint | |
Checkpoint |
CheckpointServer.getCheckpoint(UniqueID id,
int sequenceNumber)
Return a checkpoint of the object identified by id. |
Checkpoint |
CheckpointServer.getLastCheckpoint(UniqueID id)
Return the latest checkpoint of the object identified by id |
Methods in org.objectweb.proactive.core.body.ft.util.storage with parameters of type Checkpoint | |
int |
CheckpointServer.storeCheckpoint(Checkpoint c,
int incarnation)
Store a checkpoint in the checkpoint server. |
Uses of Checkpoint in org.objectweb.proactive.core.runtime |
Methods in org.objectweb.proactive.core.runtime with parameters of type Checkpoint | |
UniversalBody |
ProActiveRuntimeImpl.receiveCheckpoint(java.lang.String nodeName,
Checkpoint ckpt,
int inc)
|
UniversalBody |
ProActiveRuntime.receiveCheckpoint(java.lang.String nodeName,
Checkpoint ckpt,
int inc)
The runtime recovers the body contained in the checkpoint ckpt. |
Uses of Checkpoint in org.objectweb.proactive.core.runtime.http |
Methods in org.objectweb.proactive.core.runtime.http with parameters of type Checkpoint | |
UniversalBody |
HttpRuntimeAdapter.receiveCheckpoint(java.lang.String nodeName,
Checkpoint ckpt,
int inc)
|
UniversalBody |
HttpRemoteRuntimeAdapterImpl.receiveCheckpoint(java.lang.String nodeName,
Checkpoint ckpt,
int inc)
|
Uses of Checkpoint in org.objectweb.proactive.core.runtime.ibis |
Methods in org.objectweb.proactive.core.runtime.ibis with parameters of type Checkpoint | |
UniversalBody |
RemoteProActiveRuntimeImpl.receiveCheckpoint(java.lang.String nodeName,
Checkpoint ckpt,
int inc)
|
UniversalBody |
RemoteProActiveRuntimeAdapter.receiveCheckpoint(java.lang.String nodeName,
Checkpoint ckpt,
int inc)
|
UniversalBody |
RemoteProActiveRuntime.receiveCheckpoint(java.lang.String nodeName,
Checkpoint ckpt,
int inc)
|
Uses of Checkpoint in org.objectweb.proactive.core.runtime.jini |
Methods in org.objectweb.proactive.core.runtime.jini with parameters of type Checkpoint | |
UniversalBody |
JiniRuntimeImpl.receiveCheckpoint(java.lang.String nodeName,
Checkpoint ckpt,
int inc)
|
UniversalBody |
JiniRuntimeAdapter.receiveCheckpoint(java.lang.String nodeName,
Checkpoint ckpt,
int inc)
|
UniversalBody |
JiniRuntime.receiveCheckpoint(java.lang.String nodeName,
Checkpoint ckpt,
int inc)
|
Uses of Checkpoint in org.objectweb.proactive.core.runtime.rmi |
Methods in org.objectweb.proactive.core.runtime.rmi with parameters of type Checkpoint | |
UniversalBody |
RemoteProActiveRuntimeImpl.receiveCheckpoint(java.lang.String nodeName,
Checkpoint ckpt,
int inc)
|
UniversalBody |
RemoteProActiveRuntimeAdapter.receiveCheckpoint(java.lang.String nodeName,
Checkpoint ckpt,
int inc)
|
UniversalBody |
RemoteProActiveRuntime.receiveCheckpoint(java.lang.String nodeName,
Checkpoint ckpt,
int inc)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |