Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
AGENT_DAEMONS |
"/mpt/daemon/agent" |
public static final String |
ALL_DAEMONS |
"/mpt/daemon" |
public static final String |
INSPECTOR_DAEMONS |
"/mpt/daemon/inspector" |
public static final String |
MAESTRO_LOGS_TOPIC |
"/mpt/logs" |
public static final String |
MAESTRO_TOPIC |
"/mpt/maestro" |
public static final String |
NOTIFICATION_TOPIC |
"/mpt/notifications" |
public static final String |
PEER_TOPIC |
"/mpt/peer" |
public static final String |
RECEIVER_DAEMONS |
"/mpt/daemon/receiver" |
public static final String |
SENDER_DAEMONS |
"/mpt/daemon/sender" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
LOG_RESPONSE_MAX_PAYLOAD_SIZE |
10000000 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
BIN_NAME |
"maestro-java" |
public static final String |
FILE_EXTENSION_HDR_HISTOGRAM |
"hdr" |
public static final String |
FILE_EXTENSION_INSPECTOR_REPORT |
"csv" |
public static final String |
FILE_EXTENSION_MAESTRO |
"dat" |
public static final String |
FILE_HINT_INSPECTOR |
"inspector" |
public static final String |
HOME_PROPERTY |
"org.maestro.home" |
public static final String |
TEST_LOGS_CONTEXT |
"/logs/tests" |
public static final String |
VERSION |
"1.4.3" |
public static final String |
WORKER_LOGS_CONTEXT |
"/logs/worker" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
AGENT_HOST_TYPE |
"agent" |
public static final String |
EXPORTER_HOST_TYPE |
"exporter" |
public static final String |
INSPECTOR_HOST_TYPE |
"inspector" |
public static final String |
RECEIVER_HOST_TYPE |
"receiver" |
public static final String |
SENDER_HOST_TYPE |
"sender" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
MAESTRO_HOST_PROPERTY |
"maestro.host" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DURATION_DRAIN_FORMAT |
"-1" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
CLOCK_BOOTTIME |
7 |
protected static final int |
CLOCK_BOOTTIME_ALARM |
9 |
protected static final int |
CLOCK_MONOTONIC |
1 |
protected static final int |
CLOCK_MONOTONIC_COARSE |
6 |
protected static final int |
CLOCK_MONOTONIC_RAW |
4 |
protected static final int |
CLOCK_PROCESS_CPUTIME_ID |
2 |
protected static final int |
CLOCK_REALTIME |
0 |
protected static final int |
CLOCK_REALTIME_ALARM |
8 |
protected static final int |
CLOCK_REALTIME_COARSE |
5 |
protected static final int |
CLOCK_SGI_CYCLE |
10 |
protected static final int |
CLOCK_TAI |
11 |
protected static final int |
CLOCK_THREAD_CPUTIME_ID |
3 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
CURRENT_FILE_VERSION |
1 |
public static final int |
FORMAT_NAME_SIZE |
8 |
public static final String |
MAESTRO_FORMAT_NAME |
"maestro" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
BYTES |
20 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
HASH_NAME |
"sha1" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
URL_SEPARATOR |
"/" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
HTTP_PROXY |
"HTTP_PROXY" |
public static final String |
PROXY_PORT |
"PROXY_PORT" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_FILENAME |
"connections.properties" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_FILENAME |
"general.properties" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_FILENAME |
"connections.png" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_FILENAME |
"general_" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_FILENAME |
"qdmemory_" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_FILENAME |
"routerLink_" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_FILENAME |
"qdmemory.properties" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_FILENAME |
"routerLink.properties" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
DEFAULT_FILENAME |
"" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_FILENAME |
"heap.png" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_FILENAME |
"queues.png" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_FILENAME |
"heap.properties" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_FILENAME |
"memory-areas.properties" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_FILENAME |
"queue.properties" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
CONTEXT |
"/logs/tests/" |
protected static final String |
LAST_FAILED_DIR |
"lastFailed" |
protected static final String |
LAST_SUCCESSFUL_DIR |
"lastSuccessful" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TIMESTAMP_FORMAT |
"\"yyyy-MM-dd HH:mm:ss.SSSSSS\"" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
POOLED |
"pooled-" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
FAILED |
"failed" |
public static final String |
SUCCESS |
"success" |
This documentation was released into the public domain.