@NotThreadSafe public final class JobMasterWebServer extends WebServer
Modifier and Type | Field and Description |
---|---|
static String |
ALLUXIO_JOB_MASTER_SERVLET_RESOURCE_KEY |
mServletContextHandler
Constructor and Description |
---|
JobMasterWebServer(String serviceName,
InetSocketAddress address,
AlluxioJobMasterProcess jobMaster)
Creates a new instance of
JobMasterWebServer . |
addHandler, getBindHost, getLocalPort, getServer, setHandler, start, stop
public static final String ALLUXIO_JOB_MASTER_SERVLET_RESOURCE_KEY
public JobMasterWebServer(String serviceName, InetSocketAddress address, AlluxioJobMasterProcess jobMaster)
JobMasterWebServer
. It pairs URLs with servlets.serviceName
- name of the web serviceaddress
- address of the serverjobMaster
- the job masterCopyright © 2023. All Rights Reserved.