public class Constants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
BLACK
The black color.
|
static long |
CLIENT_TIMEOUT_MILLIS
The client timeout in milliseconds.
|
static long |
CODELET_TIMEOUT_MILLIS
The
Codelet execution time limit in milliseconds. |
static String |
DARK_BLUE
A dark blue color.
|
static String |
DARK_GREEN
A dark green color.
|
static String |
DARK_ORANGE
A dark orange color.
|
static String |
DARK_RED
A dark red color.
|
static int |
DEFAULT_BUFFER_SIZE
The default transfer buffer size.
|
static int |
DEFAULT_SERVER_PORT
The default server listening port.
|
static String |
GRAY
A gray color.
|
static String |
LIGHT_BLUE
A light blue color.
|
static String |
LIGHT_GRAY
A light gray color.
|
static String |
LOCAL
A domain
Pattern that exactly matches the string "local". |
static int |
MAX_CODELET_RETRIES
The maximum allowable number of
Codelet execution retries. |
static int |
MAX_CONTROL_MESSAGE_SIZE
The maximum allowable control message size.
|
static int |
MAX_INTERNAL_QUEUE_SIZE
The maximum allowable size of the server's internal event queues.
|
static int |
MAX_PENDING_ACCEPTS
The maximum allowable number of pending accepts.
|
static String |
REMOTE
A domain
Pattern that exactly matches the string "remote". |
static long |
REQUEST_TIMEOUT_MILLIS
The request timeout in milliseconds.
|
static long |
TIMER_PURGE_INTERVAL_MILLIS
The
Timer.purge() interval in milliseconds. |
public static final int DEFAULT_SERVER_PORT
public static final int MAX_CONTROL_MESSAGE_SIZE
public static final int DEFAULT_BUFFER_SIZE
public static final long REQUEST_TIMEOUT_MILLIS
public static final long CLIENT_TIMEOUT_MILLIS
public static final int MAX_PENDING_ACCEPTS
public static final long CODELET_TIMEOUT_MILLIS
Codelet
execution time limit in milliseconds.public static final int MAX_CODELET_RETRIES
Codelet
execution retries.public static final String LOCAL
Pattern
that exactly matches the string "local".public static final String REMOTE
Pattern
that exactly matches the string "remote".public static final long TIMER_PURGE_INTERVAL_MILLIS
Timer.purge()
interval in milliseconds.public static final int MAX_INTERNAL_QUEUE_SIZE
public static final String DARK_ORANGE
public static final String DARK_BLUE
public static final String DARK_RED
public static final String DARK_GREEN
public static final String LIGHT_BLUE
public static final String LIGHT_GRAY
public static final String GRAY
public static final String BLACK