be.ac.ua.broker.allocation.spot.model
Class Parameter

java.lang.Object
  extended by be.ac.ua.broker.allocation.spot.model.Parameter

public class Parameter
extends java.lang.Object

The Parameter class contains the parameters of the checkpointing: - the checkpointing time - the checkpointing overhead time - the waiting time - the recovery time

Author:
Vermeersch Kurt (Based on Sangho Yi c++ implementation of the spot model)

Constructor Summary
Parameter()
          Constructor for the checkpointing parameters
 
Method Summary
 double getCheckpointingOverheadTime()
           
 double getCheckpointingTime()
           
 double getRecoveryTime()
           
 double getWaitingTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parameter

public Parameter()
Constructor for the checkpointing parameters

Method Detail

getCheckpointingTime

public double getCheckpointingTime()
Returns:
the checkpointing time (t_c)

getWaitingTime

public double getWaitingTime()
Returns:
the waiting time (t_w)

getRecoveryTime

public double getRecoveryTime()
Returns:
the recovery time (t_r)

getCheckpointingOverheadTime

public double getCheckpointingOverheadTime()
Returns:
the checkpointing overhead time (t_o)