public interface MonitorKeys
| Modifier and Type | Field and Description |
|---|---|
static int |
BOOTSTRAP_TIMEOUT_DEFAULT
default timeout for the entire bootstrap phase 60000
|
static String |
DEFAULT_PROBE_HOST
default host for probes "localhost"
|
static int |
DEFAULT_PROBE_PORT
default port for probes 8020
|
static String |
JT_PROBE_BOOTSTRAP_TIMEOUT
Port probing key : bootstrap timeout -how long in milliseconds should the
port probing take to connect before the failure to connect is considered a
liveness failure.
|
static int |
JT_PROBE_BOOTSTRAP_TIMEOUT_DEFAULT
default timeout for port probes 60000
|
static String |
JT_PROBE_ENABLED
Probe enabled/disabled flag Key: "service.monitor.jtprobe.enabled"
|
static String |
LS_PROBE_BOOTSTRAP_TIMEOUT
Port probing key : bootstrap timeout -how long in milliseconds should the
port probing take to connect before the failure to connect is considered a
liveness failure.
|
static int |
LS_PROBE_BOOTSTRAP_TIMEOUT_DEFAULT
default timeout for port probes 60000
|
static String |
LS_PROBE_DEFAULT
Default path for LS operation Key: "/"
|
static String |
LS_PROBE_ENABLED
Probe enabled/disabled flag Key: "service.monitor.lsprobe.enabled"
|
static String |
LS_PROBE_PATH
Probe path for LS operation Key: "service.monitor.lsprobe.path"
|
static String |
MONITOR_BOOTSTRAP_TIMEOUT
How long in milliseconds does the probing loop have to be blocked before
that is considered a liveness failure Key: "service.monitor.bootstrap.timeout"
|
static String |
MONITOR_DEPENDENCY_DFSLIVE
does the monitor depend on DFS being live
|
static String |
MONITOR_KEY_PREFIX
Prefix of all other configuration options: "service.monitor."
|
static String |
MONITOR_PROBE_INTERVAL
Time in millis between the last probing cycle ending and the new one
beginning.
|
static String |
MONITOR_PROBE_TIMEOUT
How long in milliseconds does the probing loop have to be blocked before
that is considered a liveness failure Key: "service.monitor.probe.timeout"
|
static String |
MONITOR_REPORT_INTERVAL
Interval in milliseconds between reporting health status to the reporter
Key: "service.monitor.report.interval"
|
static String |
MONITOR_REPORTER
Classname of the reporter Key: "service.monitor.report.classname"
|
static String |
PID_PROBE_ENABLED
Probe enabled/disabled flag Key: "service.monitor.pidprobe.enabled"
|
static String |
PID_PROBE_PIDFILE
PID probing key : pid to attempt to create a TCP connection to "service.monitor.pidprobe.pidfile"
|
static String |
PORT_PROBE_BOOTSTRAP_TIMEOUT
Port probing key : bootstrap timeout -how long in milliseconds should the
port probing take to connect before the failure to connect is considered a
liveness failure.
|
static int |
PORT_PROBE_BOOTSTRAP_TIMEOUT_DEFAULT
default timeout for port probes 60000
|
static String |
PORT_PROBE_CONNECT_TIMEOUT
Port probing key : timeout of the connection attempt "service.monitor.portprobe.connect.timeout"
|
static int |
PORT_PROBE_CONNECT_TIMEOUT_DEFAULT
default value for port probe connection attempts 1000
|
static String |
PORT_PROBE_ENABLED
Port probe enabled/disabled flag Key: "service.monitor.portprobe.enabled"
|
static String |
PORT_PROBE_HOST
Port probing key : port to attempt to create a TCP connection to "service.monitor.portprobe.host"
|
static String |
PORT_PROBE_PORT
Port probing key : port to attempt to create a TCP connection to "service.monitor.portprobe.port"
|
static int |
PROBE_INTERVAL_DEFAULT
Default value if the key is not in the config file: 10000
|
static int |
PROBE_TIMEOUT_DEFAULT
Default value if the key is not in the config file: 60000
|
static int |
REPORT_INTERVAL_DEFAULT
Default value if the key is not in the config file: 10000
|
static String |
WEB_PROBE_BOOTSTRAP_TIMEOUT
Port probing key : bootstrap timeout -how long in milliseconds should the
port probing take to connect before the failure to connect is considered a
liveness failure.
|
static int |
WEB_PROBE_BOOTSTRAP_TIMEOUT_DEFAULT
default timeout for port probes 60000
|
static String |
WEB_PROBE_CONNECT_TIMEOUT
Port probing key : timeout of the connection attempt "service.monitor.webprobe.connect.timeout"
|
static int |
WEB_PROBE_DEFAULT_CODE
Default HTTP response code expected from the far end for
the endpoint to be considered live.
|
static String |
WEB_PROBE_DEFAULT_URL
Default path for web probe Key: "http://localhost:50070/"
|
static String |
WEB_PROBE_ENABLED
Probe enabled/disabled flag Key: "service.monitor.webprobe.enabled"
|
static String |
WEB_PROBE_MAX
min error code Key: "service.monitor.webprobe.max"
|
static String |
WEB_PROBE_MIN
min error code Key: "service.monitor.webprobe.min"
|
static String |
WEB_PROBE_URL
Probe URL Key: "service.monitor.webprobe.url"
|
static final String MONITOR_KEY_PREFIX
static final String MONITOR_REPORTER
static final String MONITOR_REPORT_INTERVAL
static final String MONITOR_PROBE_INTERVAL
static final String MONITOR_PROBE_TIMEOUT
static final String MONITOR_BOOTSTRAP_TIMEOUT
static final String MONITOR_DEPENDENCY_DFSLIVE
static final int BOOTSTRAP_TIMEOUT_DEFAULT
static final int REPORT_INTERVAL_DEFAULT
static final int PROBE_INTERVAL_DEFAULT
static final int PROBE_TIMEOUT_DEFAULT
static final String PORT_PROBE_ENABLED
static final String PORT_PROBE_PORT
static final String PORT_PROBE_HOST
static final String PORT_PROBE_CONNECT_TIMEOUT
static final String PORT_PROBE_BOOTSTRAP_TIMEOUT
static final int PORT_PROBE_BOOTSTRAP_TIMEOUT_DEFAULT
static final int PORT_PROBE_CONNECT_TIMEOUT_DEFAULT
static final int DEFAULT_PROBE_PORT
static final String DEFAULT_PROBE_HOST
static final String LS_PROBE_ENABLED
static final String LS_PROBE_PATH
static final String LS_PROBE_DEFAULT
static final String LS_PROBE_BOOTSTRAP_TIMEOUT
static final int LS_PROBE_BOOTSTRAP_TIMEOUT_DEFAULT
static final String WEB_PROBE_ENABLED
static final String WEB_PROBE_URL
static final String WEB_PROBE_DEFAULT_URL
static final String WEB_PROBE_MIN
static final String WEB_PROBE_MAX
static final String WEB_PROBE_CONNECT_TIMEOUT
static final int WEB_PROBE_DEFAULT_CODE
static final String WEB_PROBE_BOOTSTRAP_TIMEOUT
static final int WEB_PROBE_BOOTSTRAP_TIMEOUT_DEFAULT
static final String JT_PROBE_ENABLED
static final String JT_PROBE_BOOTSTRAP_TIMEOUT
static final int JT_PROBE_BOOTSTRAP_TIMEOUT_DEFAULT
static final String PID_PROBE_ENABLED
static final String PID_PROBE_PIDFILE
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.