@InterfaceAudience.Private public class MasterStatusServlet extends javax.servlet.http.HttpServlet
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
MasterStatusServlet() |
Modifier and Type | Method and Description |
---|---|
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
private Map<String,Integer> |
getFragmentationInfo(HMaster master,
org.apache.hadoop.conf.Configuration conf) |
private ServerName |
getMetaLocationOrNull(HMaster master) |
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
private static final long serialVersionUID
public MasterStatusServlet()
public void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
doGet
in class javax.servlet.http.HttpServlet
IOException
private ServerName getMetaLocationOrNull(HMaster master)
private Map<String,Integer> getFragmentationInfo(HMaster master, org.apache.hadoop.conf.Configuration conf) throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.