public class WebMonitorConfig extends Object
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_JOB_MANAGER_WEB_FRONTEND_PORT
Default port for the web dashboard (= 8081)
|
static long |
DEFAULT_JOB_MANAGER_WEB_REFRESH_INTERVAL
Default refresh interval for the web dashboard (= 3000 msecs)
|
static String |
JOB_MANAGER_WEB_PORT_KEY
The port for the runtime monitor web-frontend server.
|
static String |
JOB_MANAGER_WEB_REFRESH_INTERVAL_KEY
The initial refresh interval for the web dashboard
|
Constructor and Description |
---|
WebMonitorConfig(Configuration config) |
Modifier and Type | Method and Description |
---|---|
long |
getRefreshInterval() |
int |
getWebFrontendPort() |
boolean |
isProgramSubmitEnabled() |
public static final String JOB_MANAGER_WEB_PORT_KEY
public static final String JOB_MANAGER_WEB_REFRESH_INTERVAL_KEY
public static final int DEFAULT_JOB_MANAGER_WEB_FRONTEND_PORT
public static final long DEFAULT_JOB_MANAGER_WEB_REFRESH_INTERVAL
public WebMonitorConfig(Configuration config)
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.