|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CheckpointServer | |
org.objectweb.proactive.core.body.ft.protocols | Defines specific behavior for each implemented fault-tolerance protocol. |
org.objectweb.proactive.core.body.ft.protocols.cic.servers | Defines the CIC protocol specific behavior of the fault-tolerance servers. |
org.objectweb.proactive.core.body.ft.protocols.pmlrb.servers | Defines the PML protocol specific behavior of the fault-tolerance servers. |
org.objectweb.proactive.core.body.ft.servers | Defines all needed servers for fault-tolerance mecanism, and a global server that implements all needed behaviors. |
org.objectweb.proactive.core.body.ft.servers.storage | Defines the storage process interface of the fault-tolerance server, i.e. the checkpoints storage service. |
Uses of CheckpointServer in org.objectweb.proactive.core.body.ft.protocols |
Fields in org.objectweb.proactive.core.body.ft.protocols declared as CheckpointServer | |
protected CheckpointServer |
FTManager.storage
|
Uses of CheckpointServer in org.objectweb.proactive.core.body.ft.protocols.cic.servers |
Classes in org.objectweb.proactive.core.body.ft.protocols.cic.servers that implement CheckpointServer | |
class |
CheckpointServerCIC
This class define a checkpoint server for the CIC protocol. |
Uses of CheckpointServer in org.objectweb.proactive.core.body.ft.protocols.pmlrb.servers |
Classes in org.objectweb.proactive.core.body.ft.protocols.pmlrb.servers that implement CheckpointServer | |
class |
CheckpointServerPMLRB
This class defines a checkpoint server for PMLRB protcol. |
Uses of CheckpointServer in org.objectweb.proactive.core.body.ft.servers |
Classes in org.objectweb.proactive.core.body.ft.servers that implement CheckpointServer | |
class |
FTServer
This server contains one instance of each needed servers for fault tolerance, and delegates each method call to the concerned subserver. |
Methods in org.objectweb.proactive.core.body.ft.servers that return CheckpointServer | |
CheckpointServer |
FTServer.getCheckpointServer()
|
Methods in org.objectweb.proactive.core.body.ft.servers with parameters of type CheckpointServer | |
void |
FTServer.init(FaultDetector fd,
LocationServer ls,
RecoveryProcess rp,
ResourceServer rs,
CheckpointServer cs)
Initialized server with each needed subservers |
void |
FTServer.setCheckpointServer(CheckpointServer checkpointServer)
|
Uses of CheckpointServer in org.objectweb.proactive.core.body.ft.servers.storage |
Classes in org.objectweb.proactive.core.body.ft.servers.storage that implement CheckpointServer | |
class |
CheckpointServerImpl
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |