- hasAdministratorAccess(ServletContext, HttpServletRequest, HttpServletResponse) - Static method in class org.apache.hadoop.hbase.http.HttpServer
-
Does the user sending the HttpServletRequest has the administrator ACLs? If
it isn't the case, response will be modified to send an error to the user.
- HBASE_HTTP_STATIC_USER - Static variable in interface org.apache.hadoop.hbase.http.ServerConfigurationKeys
-
- HBASE_JETTY_LOGS_SERVE_ALIASES - Static variable in interface org.apache.hadoop.hbase.http.ServerConfigurationKeys
-
Enable/Disable aliases serving from jetty
- HBASE_SSL_ENABLED_DEFAULT - Static variable in interface org.apache.hadoop.hbase.http.ServerConfigurationKeys
-
- HBASE_SSL_ENABLED_KEY - Static variable in interface org.apache.hadoop.hbase.http.ServerConfigurationKeys
-
Enable/Disable ssl for http server
- hostName(String) - Method in class org.apache.hadoop.hbase.http.HttpServer.Builder
-
Set the hostname of the http server.
- HtmlQuoting - Class in org.apache.hadoop.hbase.http
-
This class is responsible for quoting HTML characters.
- HtmlQuoting() - Constructor for class org.apache.hadoop.hbase.http.HtmlQuoting
-
- HTTP_AUTHENTICATION_SIGNATURE_SECRET_FILE_KEY - Static variable in class org.apache.hadoop.hbase.http.HttpServer
-
- HTTP_SPNEGO_AUTHENTICATION_KEYTAB_KEY - Static variable in class org.apache.hadoop.hbase.http.HttpServer
-
- HTTP_SPNEGO_AUTHENTICATION_KRB_NAME_KEY - Static variable in class org.apache.hadoop.hbase.http.HttpServer
-
- HTTP_SPNEGO_AUTHENTICATION_PRINCIPAL_KEY - Static variable in class org.apache.hadoop.hbase.http.HttpServer
-
- HTTP_UI_AUTHENTICATION - Static variable in class org.apache.hadoop.hbase.http.HttpServer
-
- HttpConfig - Class in org.apache.hadoop.hbase.http
-
Statics to get access to Http related configuration.
- HttpConfig(Configuration) - Constructor for class org.apache.hadoop.hbase.http.HttpConfig
-
- HttpConfig.Policy - Enum in org.apache.hadoop.hbase.http
-
- HttpRequestLog - Class in org.apache.hadoop.hbase.http
-
RequestLog object for use with Http
- HttpRequestLog() - Constructor for class org.apache.hadoop.hbase.http.HttpRequestLog
-
- HttpRequestLogAppender - Class in org.apache.hadoop.hbase.http
-
Log4j Appender adapter for HttpRequestLog
- HttpRequestLogAppender() - Constructor for class org.apache.hadoop.hbase.http.HttpRequestLogAppender
-
- HttpServer - Class in org.apache.hadoop.hbase.http
-
Create a Jetty embedded server to answer http requests.
- HttpServer(String, String, int, boolean) - Constructor for class org.apache.hadoop.hbase.http.HttpServer
-
Deprecated.
- HttpServer(String, String, int, boolean, Configuration, String[]) - Constructor for class org.apache.hadoop.hbase.http.HttpServer
-
Deprecated.
- HttpServer(String, String, int, boolean, Configuration) - Constructor for class org.apache.hadoop.hbase.http.HttpServer
-
Deprecated.
- HttpServer(String, String, int, boolean, Configuration, AccessControlList) - Constructor for class org.apache.hadoop.hbase.http.HttpServer
-
Deprecated.
- HttpServer(String, String, int, boolean, Configuration, AccessControlList, String[]) - Constructor for class org.apache.hadoop.hbase.http.HttpServer
-
Deprecated.
- HttpServer.Builder - Class in org.apache.hadoop.hbase.http
-
Class to construct instances of HTTP server with specific options.
- HttpServer.QuotingInputFilter - Class in org.apache.hadoop.hbase.http
-
A Servlet input filter that quotes all HTML active characters in the
parameter names and values.
- HttpServer.QuotingInputFilter.RequestQuoter - Class in org.apache.hadoop.hbase.http
-
- HttpServer.StackServlet - Class in org.apache.hadoop.hbase.http
-
A very simple servlet to serve up a text representation of the current
stack traces.
- HttpServerUtil - Class in org.apache.hadoop.hbase.http
-
HttpServer utility.
- HttpServerUtil() - Constructor for class org.apache.hadoop.hbase.http.HttpServerUtil
-