|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectvgrid.VgridConstants
public class VgridConstants
Constants that might be used anywhere in the project.
| Field Summary | |
|---|---|
static int |
CLIENT_MAX_EXECUTION_TIME
The time after which a client stops execution even if a ask is not yet finished. |
static int |
MIN_AGE_FOR_REQUESTED_TASKS
The time a Requested task has to be in the requested queue before it might be send to a client again. |
static int |
NULL_TASK_TIMEOUT
The time after which a NullTask requests a new Task. |
| Constructor Summary | |
|---|---|
VgridConstants()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int CLIENT_MAX_EXECUTION_TIME
public static final int NULL_TASK_TIMEOUT
public static final int MIN_AGE_FOR_REQUESTED_TASKS
| Constructor Detail |
|---|
public VgridConstants()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||