@ThreadSafe public final class WebInterfaceMemoryServlet extends javax.servlet.http.HttpServlet
Constructor and Description |
---|
WebInterfaceMemoryServlet(MasterProcess masterProcess)
Creates a new instance of
WebInterfaceMemoryServlet . |
Modifier and Type | Method and Description |
---|---|
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Populates attributes before redirecting to a jsp.
|
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
public WebInterfaceMemoryServlet(MasterProcess masterProcess)
WebInterfaceMemoryServlet
.masterProcess
- Alluxio master processpublic void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doGet
in class javax.servlet.http.HttpServlet
request
- the HttpServletRequest
objectresponse
- the HttpServletResponse
objectjavax.servlet.ServletException
- if the target resource throws this exceptionIOException
Copyright © 2023. All Rights Reserved.