@NotThreadSafe public final class MasterWebServer extends WebServer
Modifier and Type | Field and Description |
---|---|
static String |
ALLUXIO_MASTER_SERVLET_RESOURCE_KEY |
mWebAppContext
Constructor and Description |
---|
MasterWebServer(String serviceName,
InetSocketAddress address,
MasterProcess masterProcess)
Creates a new instance of
MasterWebServer . |
addHandler, getBindHost, getLocalPort, getServer, setHandler, start, stop
public static final String ALLUXIO_MASTER_SERVLET_RESOURCE_KEY
public MasterWebServer(String serviceName, InetSocketAddress address, MasterProcess masterProcess)
MasterWebServer
.serviceName
- the service nameaddress
- the service addressmasterProcess
- the Alluxio master processCopyright © 2023. All Rights Reserved.