|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--universal.Constants
Define some constants
Field Summary | |
static long |
EXPIRATION_TIME
Expiration time after which the request can be remove from the outcomeStore. |
static int |
INITIAL_MAX_DELTA
Initial maximum time interval to receive am alive message before suspecting a process to be crash. |
static int |
MAX_OBJECT_LENGTH
Max length of packet receive |
static int |
MAX_PROCESSES
The number maximal of replicated server |
static int |
MAX_STORE
|
static int |
NUM_Service_Context
The service context id can be choose randomly but shouldn't be equal to one |
static int |
NUMBER_REQUEST
Number of request store in the outcomeStore after which check if some have expire. |
static int |
OMEGA_DELTA
Time interval to update the trust list and send amAlive messages |
static int |
RETRANSMIT_DELTA
|
Constructor Summary | |
Constants()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int MAX_STORE
public static final int MAX_PROCESSES
public static final long EXPIRATION_TIME
public static final int NUMBER_REQUEST
public static final int NUM_Service_Context
public static final int MAX_OBJECT_LENGTH
public static final int RETRANSMIT_DELTA
public static final int OMEGA_DELTA
public static final int INITIAL_MAX_DELTA
Constructor Detail |
public Constants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |