| 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.HttpServer.getPort()
Since 0.99.0
|
| org.apache.hadoop.hbase.http.InfoServer.getPort()
Since 0.99.0
|
| org.apache.hadoop.hbase.http.HttpServer.Builder.setBindAddress(String)
Since 0.99.0. Use
HttpServer.Builder.addEndpoint(URI) instead. |
| org.apache.hadoop.hbase.http.HttpServer.Builder.setName(String)
Since 0.99.0. Use
HttpServer.Builder.setAppDir(String) instead. |
| org.apache.hadoop.hbase.http.HttpServer.Builder.setPort(int)
Since 0.99.0. Use
HttpServer.Builder.addEndpoint(URI) instead. |
| Constructor and Description |
|---|
| org.apache.hadoop.hbase.http.HttpServer(String, String, int, boolean)
Since 0.99.0
|
| org.apache.hadoop.hbase.http.HttpServer(String, String, int, boolean, Configuration)
Since 0.99.0
|
| org.apache.hadoop.hbase.http.HttpServer(String, String, int, boolean, Configuration, AccessControlList)
Since 0.99.0
|
| org.apache.hadoop.hbase.http.HttpServer(String, String, int, boolean, Configuration, AccessControlList, String[])
Since 0.99.0
|
| org.apache.hadoop.hbase.http.HttpServer(String, String, int, boolean, Configuration, String[])
Since 0.99.0
|
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.