| Method and Description |
|---|
| org.apache.hadoop.hbase.http.InfoServer.addServlet(String, String, Class<? extends HttpServlet>)
Use
InfoServer.addUnprivilegedServlet(String, String, Class) or
InfoServer.addPrivilegedServlet(String, String, Class) instead of this
method which does not state outwardly what kind of authz rules will
be applied to this servlet. |
| org.apache.hadoop.hbase.http.InfoServer.getPort() |
| org.apache.hadoop.hbase.http.HttpServer.getPort() |
| org.apache.hadoop.hbase.http.HttpServer.Builder.setBindAddress(String) |
| org.apache.hadoop.hbase.http.HttpServer.Builder.setName(String) |
| org.apache.hadoop.hbase.http.HttpServer.Builder.setPort(int) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.