Skip navigation links
A B C D F G H I J K L M N O P Q R S T U V W 

A

addDefaultApps(ContextHandlerCollection, String, Configuration) - Method in class org.apache.hadoop.hbase.http.HttpServer
Add default apps.
addDefaultServlets(ContextHandlerCollection, Configuration) - Method in class org.apache.hadoop.hbase.http.HttpServer
Add default servlets.
addEndpoint(URI) - Method in class org.apache.hadoop.hbase.http.HttpServer.Builder
Add an endpoint that the HTTP server should listen to.
addFilter(String, String, Map<String, String>) - Method in interface org.apache.hadoop.hbase.http.FilterContainer
Add a filter to the container.
addFilter(String, String, Map<String, String>) - Method in class org.apache.hadoop.hbase.http.HttpServer
 
addFilterPathMapping(String, WebAppContext) - Method in class org.apache.hadoop.hbase.http.HttpServer
Add the path spec to the filter path mapping.
addGlobalFilter(String, String, Map<String, String>) - Method in interface org.apache.hadoop.hbase.http.FilterContainer
Add a global filter to the container - This global filter will be applied to all available web contexts.
addGlobalFilter(String, String, Map<String, String>) - Method in class org.apache.hadoop.hbase.http.HttpServer
 
addJerseyResourcePackage(String, String) - Method in class org.apache.hadoop.hbase.http.HttpServer
Add a Jersey resource package.
addPrivilegedServlet(String, String, Class<? extends HttpServlet>) - Method in class org.apache.hadoop.hbase.http.HttpServer
Adds a servlet in the server that only administrators can access.
addPrivilegedServlet(String, String, Class<? extends HttpServlet>) - Method in class org.apache.hadoop.hbase.http.InfoServer
 
addServlet(String, String, Class<? extends HttpServlet>) - Method in class org.apache.hadoop.hbase.http.InfoServer
Deprecated.
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.
addUnprivilegedServlet(String, String, Class<? extends HttpServlet>) - Method in class org.apache.hadoop.hbase.http.HttpServer
Adds a servlet in the server that any user can access.
addUnprivilegedServlet(String, String, Class<? extends HttpServlet>) - Method in class org.apache.hadoop.hbase.http.InfoServer
 
AdminAuthorizedFilter - Class in org.apache.hadoop.hbase.http
 
AdminAuthorizedFilter() - Constructor for class org.apache.hadoop.hbase.http.AdminAuthorizedFilter
 
AdminAuthorizedServlet - Class in org.apache.hadoop.hbase.http
General servlet which is admin-authorized.
AdminAuthorizedServlet() - Constructor for class org.apache.hadoop.hbase.http.AdminAuthorizedServlet
 
ADMINS_ACL - Static variable in class org.apache.hadoop.hbase.http.HttpServer
 
APP_DIR - Static variable in class org.apache.hadoop.hbase.http.HttpServer
 
appDir - Variable in class org.apache.hadoop.hbase.http.HttpServer
 
append(LoggingEvent) - Method in class org.apache.hadoop.hbase.http.HttpRequestLogAppender
 
authenticationEnabled - Variable in class org.apache.hadoop.hbase.http.HttpServer
 

B

BadFormatException(String) - Constructor for exception org.apache.hadoop.hbase.http.conf.ConfServlet.BadFormatException
 
BIND_ADDRESS - Static variable in class org.apache.hadoop.hbase.http.HttpServer
 
build() - Method in class org.apache.hadoop.hbase.http.HttpServer.Builder
 
Builder() - Constructor for class org.apache.hadoop.hbase.http.HttpServer.Builder
 
buildObjectName(String) - Static method in class org.apache.hadoop.hbase.util.JSONMetricUtil
 
buildObjectName(String, Hashtable<String, String>) - Static method in class org.apache.hadoop.hbase.util.JSONMetricUtil
 
buldKeyValueTable(String[], String[]) - Static method in class org.apache.hadoop.hbase.util.JSONMetricUtil
Method for building map used for constructing ObjectName.

C

calcPercentage(long, long) - Static method in class org.apache.hadoop.hbase.util.JSONMetricUtil
 
canUserModifyUI(HttpServletRequest, ServletContext, Configuration) - Static method in class org.apache.hadoop.hbase.http.InfoServer
Returns true if and only if UI authentication (spnego) is enabled, UI authorization is enabled, and the requesting user is defined as an administrator.
ClickjackingPreventionFilter - Class in org.apache.hadoop.hbase.http
 
ClickjackingPreventionFilter() - Constructor for class org.apache.hadoop.hbase.http.ClickjackingPreventionFilter
 
close() - Method in class org.apache.hadoop.hbase.http.HttpRequestLogAppender
 
CONF_CONTEXT_ATTRIBUTE - Static variable in class org.apache.hadoop.hbase.http.HttpServer
 
ConfServlet - Class in org.apache.hadoop.hbase.http.conf
A servlet to print out the running configuration data.
ConfServlet() - Constructor for class org.apache.hadoop.hbase.http.conf.ConfServlet
 
ConfServlet.BadFormatException - Exception in org.apache.hadoop.hbase.http.conf
 
constrainHttpMethods(ServletContextHandler, boolean) - Static method in class org.apache.hadoop.hbase.http.HttpServerUtil
Add constraints to a Jetty Context to disallow undesirable Http methods.

D

DEFAULT_HBASE_HTTP_STATIC_USER - Static variable in interface org.apache.hadoop.hbase.http.ServerConfigurationKeys
 
DEFAULT_HBASE_JETTY_LOGS_SERVE_ALIASES - Static variable in interface org.apache.hadoop.hbase.http.ServerConfigurationKeys
 
defaultContexts - Variable in class org.apache.hadoop.hbase.http.HttpServer
 
defineFilter(ServletContextHandler, String, String, Map<String, String>, String[]) - Static method in class org.apache.hadoop.hbase.http.HttpServer
Define a filter for a context and set up default url mappings.
destroy() - Method in class org.apache.hadoop.hbase.http.AdminAuthorizedFilter
 
destroy() - Method in class org.apache.hadoop.hbase.http.ClickjackingPreventionFilter
 
destroy() - Method in class org.apache.hadoop.hbase.http.HttpServer.QuotingInputFilter
 
destroy() - Method in class org.apache.hadoop.hbase.http.lib.StaticUserWebFilter.StaticUserFilter
 
destroy() - Method in class org.apache.hadoop.hbase.http.NoCacheFilter
 
destroy() - Method in class org.apache.hadoop.hbase.http.SecurityHeadersFilter
 
DisabledServlet() - Constructor for class org.apache.hadoop.hbase.http.ProfileServlet.DisabledServlet
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.hadoop.hbase.http.AdminAuthorizedFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.hadoop.hbase.http.ClickjackingPreventionFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.hadoop.hbase.http.HttpServer.QuotingInputFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.hadoop.hbase.http.lib.StaticUserWebFilter.StaticUserFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.hadoop.hbase.http.NoCacheFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.hadoop.hbase.http.SecurityHeadersFilter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.http.AdminAuthorizedServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.http.conf.ConfServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.http.HttpServer.StackServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.http.jmx.JMXJsonServlet
Process a GET request for the specified resource.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.http.log.LogLevel.Servlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.http.ProfileOutputServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.http.ProfileServlet.DisabledServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.http.ProfileServlet
 
dumpAllBeans() - Static method in class org.apache.hadoop.hbase.util.JSONBean
Dump out all registered mbeans as json on System.out.
dumpBeanToString(String) - Static method in class org.apache.hadoop.hbase.util.JSONMetricUtil
Returns a subset of mbeans defined by qry.

F

FilterContainer - Interface in org.apache.hadoop.hbase.http
A container interface to add javax.servlet.Filter.
FilterInitializer - Class in org.apache.hadoop.hbase.http
Initialize a javax.servlet.Filter.
FilterInitializer() - Constructor for class org.apache.hadoop.hbase.http.FilterInitializer
 
filterNames - Variable in class org.apache.hadoop.hbase.http.HttpServer
 
findPort - Variable in class org.apache.hadoop.hbase.http.HttpServer
 
flush() - Method in interface org.apache.hadoop.hbase.util.JSONBean.Writer
 
fromString(String) - Method in enum org.apache.hadoop.hbase.http.HttpConfig.Policy
 

G

getAttribute(String) - Method in class org.apache.hadoop.hbase.http.HttpServer
Get the value in the webapp context.
getCommmand() - Static method in class org.apache.hadoop.hbase.util.JSONMetricUtil
 
getConnectorAddress(int) - Method in class org.apache.hadoop.hbase.http.HttpServer
Get the address that corresponds to a particular connector.
getDefaultParameters(Configuration) - Static method in class org.apache.hadoop.hbase.http.ClickjackingPreventionFilter
 
getDefaultParameters(Configuration) - Static method in class org.apache.hadoop.hbase.http.SecurityHeadersFilter
 
getFilename() - Method in class org.apache.hadoop.hbase.http.HttpRequestLogAppender
 
getGcCollectorBeans() - Static method in class org.apache.hadoop.hbase.util.JSONMetricUtil
 
getLastGcDuration(ObjectName) - Static method in class org.apache.hadoop.hbase.util.JSONMetricUtil
 
getMBeanAttributeInfo(ObjectName) - Static method in class org.apache.hadoop.hbase.util.JSONMetricUtil
 
getMemoryPools() - Static method in class org.apache.hadoop.hbase.util.JSONMetricUtil
 
getParameter(String) - Method in class org.apache.hadoop.hbase.http.HttpServer.QuotingInputFilter.RequestQuoter
Unquote the name and quote the value.
getParameterMap() - Method in class org.apache.hadoop.hbase.http.HttpServer.QuotingInputFilter.RequestQuoter
 
getParameterNames() - Method in class org.apache.hadoop.hbase.http.HttpServer.QuotingInputFilter.RequestQuoter
Return the set of parameter names, quoting each name.
getParameterValues(String) - Method in class org.apache.hadoop.hbase.http.HttpServer.QuotingInputFilter.RequestQuoter
 
getPid() - Static method in class org.apache.hadoop.hbase.util.ProcessUtils
 
getPort() - Method in class org.apache.hadoop.hbase.http.HttpServer
Deprecated.
getPort() - Method in class org.apache.hadoop.hbase.http.InfoServer
Deprecated.
getProcessPID() - Static method in class org.apache.hadoop.hbase.util.JSONMetricUtil
 
getRegistredMBeans(ObjectName, MBeanServer) - Static method in class org.apache.hadoop.hbase.util.JSONMetricUtil
 
getRequestLog(String) - Static method in class org.apache.hadoop.hbase.http.HttpRequestLog
 
getRequestURL() - Method in class org.apache.hadoop.hbase.http.HttpServer.QuotingInputFilter.RequestQuoter
Quote the url so that users specifying the HOST HTTP header can't inject attacks.
getRetainDays() - Method in class org.apache.hadoop.hbase.http.HttpRequestLogAppender
 
getScheme(HttpConfig.Policy) - Method in class org.apache.hadoop.hbase.http.HttpConfig
 
getSchemePrefix() - Method in class org.apache.hadoop.hbase.http.HttpConfig
 
getServerConnectors() - Method in class org.apache.hadoop.hbase.http.HttpServer
 
getServerName() - Method in class org.apache.hadoop.hbase.http.HttpServer.QuotingInputFilter.RequestQuoter
Quote the server name so that users specifying the HOST HTTP header can't inject attacks.
getValueFromMBean(ObjectName, String) - Static method in class org.apache.hadoop.hbase.util.JSONMetricUtil
 
getWebAppContext() - Method in class org.apache.hadoop.hbase.http.HttpServer
 
getWebAppsPath(String) - Method in class org.apache.hadoop.hbase.http.HttpServer
 
getWebAppsPath(String, String) - Method in class org.apache.hadoop.hbase.http.HttpServer
Get the pathname to the webapps files.

H

HADOOP_DOMAIN - Static variable in class org.apache.hadoop.hbase.util.JSONMetricUtil
 
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.
hasAdministratorAccess(Configuration, AccessControlList, HttpServletRequest, HttpServletResponse) - Static method in class org.apache.hadoop.hbase.http.HttpServer
 
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.
HTTP_AUTHENTICATION_SIGNATURE_SECRET_FILE_KEY - Static variable in class org.apache.hadoop.hbase.http.HttpServer
 
HTTP_PRIVILEGED_CONF_DEFAULT - Static variable in class org.apache.hadoop.hbase.http.HttpServer
 
HTTP_PRIVILEGED_CONF_KEY - Static variable in class org.apache.hadoop.hbase.http.HttpServer
 
HTTP_SPNEGO_AUTHENTICATION_ADMIN_GROUPS_KEY - Static variable in class org.apache.hadoop.hbase.http.HttpServer
 
HTTP_SPNEGO_AUTHENTICATION_ADMIN_USERS_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
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.

I

InfoServer - Class in org.apache.hadoop.hbase.http
Create a Jetty embedded server to answer http requests.
InfoServer(String, String, int, boolean, Configuration) - Constructor for class org.apache.hadoop.hbase.http.InfoServer
Create a status server on the given port.
init(FilterConfig) - Method in class org.apache.hadoop.hbase.http.AdminAuthorizedFilter
 
init(FilterConfig) - Method in class org.apache.hadoop.hbase.http.ClickjackingPreventionFilter
 
init(FilterConfig) - Method in class org.apache.hadoop.hbase.http.HttpServer.QuotingInputFilter
 
init() - Method in class org.apache.hadoop.hbase.http.jmx.JMXJsonServlet
Initialize this servlet.
init(FilterConfig) - Method in class org.apache.hadoop.hbase.http.lib.StaticUserWebFilter.StaticUserFilter
 
init(FilterConfig) - Method in class org.apache.hadoop.hbase.http.NoCacheFilter
 
init(FilterConfig) - Method in class org.apache.hadoop.hbase.http.SecurityHeadersFilter
 
initFilter(FilterContainer, Configuration) - Method in class org.apache.hadoop.hbase.http.FilterInitializer
Initialize a Filter to a FilterContainer.
initFilter(FilterContainer, Configuration) - Method in class org.apache.hadoop.hbase.http.lib.StaticUserWebFilter
 
isAlive() - Method in class org.apache.hadoop.hbase.http.HttpServer
Test for the availability of the web server
isHttpEnabled() - Method in enum org.apache.hadoop.hbase.http.HttpConfig.Policy
 
isHttpsEnabled() - Method in enum org.apache.hadoop.hbase.http.HttpConfig.Policy
 
isInstrumentationAccessAllowed(ServletContext, HttpServletRequest, HttpServletResponse) - Static method in class org.apache.hadoop.hbase.http.HttpServer
Checks the user has privileges to access to instrumentation servlets.
isSecure() - Method in class org.apache.hadoop.hbase.http.HttpConfig
 

J

JAVA_LANG_DOMAIN - Static variable in class org.apache.hadoop.hbase.util.JSONMetricUtil
 
JAVA_NIO_DOMAIN - Static variable in class org.apache.hadoop.hbase.util.JSONMetricUtil
 
JMXJsonServlet - Class in org.apache.hadoop.hbase.http.jmx
Provides Read only web access to JMX.
JMXJsonServlet() - Constructor for class org.apache.hadoop.hbase.http.jmx.JMXJsonServlet
 
join() - Method in class org.apache.hadoop.hbase.http.HttpServer
 
JSONBean - Class in org.apache.hadoop.hbase.util
Utility for doing JSON and MBeans.
JSONBean() - Constructor for class org.apache.hadoop.hbase.util.JSONBean
 
JSONBean.Writer - Interface in org.apache.hadoop.hbase.util
Use dumping out mbeans as JSON.
jsonBeanWriter - Variable in class org.apache.hadoop.hbase.http.jmx.JMXJsonServlet
 
JSONMetricUtil - Class in org.apache.hadoop.hbase.util
 

K

keyPassword(String) - Method in class org.apache.hadoop.hbase.http.HttpServer.Builder
 
keyStore(String, String, String) - Method in class org.apache.hadoop.hbase.http.HttpServer.Builder
 

L

logDir - Variable in class org.apache.hadoop.hbase.http.HttpServer
 
LogLevel - Class in org.apache.hadoop.hbase.http.log
Change log level in runtime.
LogLevel.Servlet - Class in org.apache.hadoop.hbase.http.log
A servlet implementation

M

main(String[]) - Static method in class org.apache.hadoop.hbase.http.HtmlQuoting
 
main(String[]) - Static method in class org.apache.hadoop.hbase.http.log.LogLevel
A command line implementation
mBeanServer - Variable in class org.apache.hadoop.hbase.http.jmx.JMXJsonServlet
MBean server.

N

NAME_KEY - Static variable in class org.apache.hadoop.hbase.util.JSONMetricUtil
 
needsClientAuth(boolean) - Method in class org.apache.hadoop.hbase.http.HttpServer.Builder
Specify whether the server should authorize the client in SSL connections.
needsQuoting(byte[], int, int) - Static method in class org.apache.hadoop.hbase.http.HtmlQuoting
Does the given string need to be quoted?
needsQuoting(String) - Static method in class org.apache.hadoop.hbase.http.HtmlQuoting
Does the given string need to be quoted?
NO_CACHE_FILTER - Static variable in class org.apache.hadoop.hbase.http.HttpServer
 
NoCacheFilter - Class in org.apache.hadoop.hbase.http
 
NoCacheFilter() - Constructor for class org.apache.hadoop.hbase.http.NoCacheFilter
 

O

open(PrintWriter) - Method in class org.apache.hadoop.hbase.util.JSONBean
Notice that, closing the return JSONBean.Writer will not close the writer passed in, you still need to close the writer by yourself.
org.apache.hadoop.hbase.http - package org.apache.hadoop.hbase.http
Copied from hadoop source code.
See https://issues.apache.org/jira/browse/HADOOP-10232 to know why.
org.apache.hadoop.hbase.http.conf - package org.apache.hadoop.hbase.http.conf
 
org.apache.hadoop.hbase.http.jmx - package org.apache.hadoop.hbase.http.jmx
This package provides access to JMX primarily through the JMXJsonServlet class.
org.apache.hadoop.hbase.http.lib - package org.apache.hadoop.hbase.http.lib
This package provides user-selectable (via configuration) classes that add functionality to the web UI.
org.apache.hadoop.hbase.http.log - package org.apache.hadoop.hbase.http.log
 
org.apache.hadoop.hbase.util - package org.apache.hadoop.hbase.util
 

P

ProcessUtils - Class in org.apache.hadoop.hbase.util
Process related utilities.
ProfileOutputServlet - Class in org.apache.hadoop.hbase.http
Servlet to serve files generated by ProfileServlet
ProfileOutputServlet() - Constructor for class org.apache.hadoop.hbase.http.ProfileOutputServlet
 
ProfileServlet - Class in org.apache.hadoop.hbase.http
Servlet that runs async-profiler as web-endpoint.
ProfileServlet() - Constructor for class org.apache.hadoop.hbase.http.ProfileServlet
 
ProfileServlet.DisabledServlet - Class in org.apache.hadoop.hbase.http
 

Q

quoteHtmlChars(OutputStream, byte[], int, int) - Static method in class org.apache.hadoop.hbase.http.HtmlQuoting
Quote all of the active HTML characters in the given string as they are added to the buffer.
quoteHtmlChars(String) - Static method in class org.apache.hadoop.hbase.http.HtmlQuoting
Quote the given item to make it html-safe.
quoteOutputStream(OutputStream) - Static method in class org.apache.hadoop.hbase.http.HtmlQuoting
Return an output stream that quotes all of the output.
QuotingInputFilter() - Constructor for class org.apache.hadoop.hbase.http.HttpServer.QuotingInputFilter
 

R

RequestQuoter(HttpServletRequest) - Constructor for class org.apache.hadoop.hbase.http.HttpServer.QuotingInputFilter.RequestQuoter
 
requiresLayout() - Method in class org.apache.hadoop.hbase.http.HttpRequestLogAppender
 
runCmdAsync(List<String>) - Static method in class org.apache.hadoop.hbase.util.ProcessUtils
 

S

SecurityHeadersFilter - Class in org.apache.hadoop.hbase.http
 
SecurityHeadersFilter() - Constructor for class org.apache.hadoop.hbase.http.SecurityHeadersFilter
 
ServerConfigurationKeys - Interface in org.apache.hadoop.hbase.http
This interface contains constants for configuration keys used in the hbase http server code.
SERVICE_KEY - Static variable in class org.apache.hadoop.hbase.util.JSONMetricUtil
 
Servlet() - Constructor for class org.apache.hadoop.hbase.http.log.LogLevel.Servlet
 
setACL(AccessControlList) - Method in class org.apache.hadoop.hbase.http.HttpServer.Builder
 
setAppDir(String) - Method in class org.apache.hadoop.hbase.http.HttpServer.Builder
 
setAttribute(String, Object) - Method in class org.apache.hadoop.hbase.http.HttpServer
Set a value in the webapp context.
setAttribute(String, Object) - Method in class org.apache.hadoop.hbase.http.InfoServer
 
setBindAddress(String) - Method in class org.apache.hadoop.hbase.http.HttpServer.Builder
Deprecated.
setConf(Configuration) - Method in class org.apache.hadoop.hbase.http.HttpServer.Builder
 
setFilename(String) - Method in class org.apache.hadoop.hbase.http.HttpRequestLogAppender
 
setFindPort(boolean) - Method in class org.apache.hadoop.hbase.http.HttpServer.Builder
 
setKerberosNameRulesKey(String) - Method in class org.apache.hadoop.hbase.http.HttpServer.Builder
 
setKeytabConfKey(String) - Method in class org.apache.hadoop.hbase.http.HttpServer.Builder
 
setLogDir(String) - Method in class org.apache.hadoop.hbase.http.HttpServer.Builder
 
setName(String) - Method in class org.apache.hadoop.hbase.http.HttpServer.Builder
Deprecated.
setPathSpec(String[]) - Method in class org.apache.hadoop.hbase.http.HttpServer.Builder
 
setPolicy(HttpConfig.Policy) - Method in class org.apache.hadoop.hbase.http.HttpConfig
 
setPort(int) - Method in class org.apache.hadoop.hbase.http.HttpServer.Builder
Deprecated.
setRetainDays(int) - Method in class org.apache.hadoop.hbase.http.HttpRequestLogAppender
 
setSecurityEnabled(boolean) - Method in class org.apache.hadoop.hbase.http.HttpServer.Builder
 
setSignatureSecretFileKey(String) - Method in class org.apache.hadoop.hbase.http.HttpServer.Builder
 
setThreads(int, int) - Method in class org.apache.hadoop.hbase.http.HttpServer
Set the min, max number of worker threads (simultaneous connections).
setUsernameConfKey(String) - Method in class org.apache.hadoop.hbase.http.HttpServer.Builder
 
SPNEGO_FILTER - Static variable in class org.apache.hadoop.hbase.http.HttpServer
 
StackServlet() - Constructor for class org.apache.hadoop.hbase.http.HttpServer.StackServlet
 
start() - Method in class org.apache.hadoop.hbase.http.HttpServer
Start the server.
start() - Method in class org.apache.hadoop.hbase.http.InfoServer
 
StaticUserFilter() - Constructor for class org.apache.hadoop.hbase.http.lib.StaticUserWebFilter.StaticUserFilter
 
StaticUserWebFilter - Class in org.apache.hadoop.hbase.http.lib
Provides a servlet filter that pretends to authenticate a fake user (Dr.Who) so that the web UI is usable for a secure cluster without authentication.
StaticUserWebFilter() - Constructor for class org.apache.hadoop.hbase.http.lib.StaticUserWebFilter
 
StaticUserWebFilter.StaticUserFilter - Class in org.apache.hadoop.hbase.http.lib
 
stop() - Method in class org.apache.hadoop.hbase.http.HttpServer
stop the server
stop() - Method in class org.apache.hadoop.hbase.http.InfoServer
 
SUBSYSTEM_KEY - Static variable in class org.apache.hadoop.hbase.util.JSONMetricUtil
 
SUN_MGMT_DOMAIN - Static variable in class org.apache.hadoop.hbase.util.JSONMetricUtil
 

T

toString() - Method in class org.apache.hadoop.hbase.http.HttpServer
Return the host and port of the HttpServer, if live
trustStore(String, String, String) - Method in class org.apache.hadoop.hbase.http.HttpServer.Builder
 
TYPE_KEY - Static variable in class org.apache.hadoop.hbase.util.JSONMetricUtil
 

U

unquoteHtmlChars(String) - Static method in class org.apache.hadoop.hbase.http.HtmlQuoting
Remove HTML quoting from a string.
USAGES - Static variable in class org.apache.hadoop.hbase.http.log.LogLevel
 
userHasAdministratorAccess(ServletContext, String) - Static method in class org.apache.hadoop.hbase.http.HttpServer
Get the admin ACLs from the given ServletContext and check if the given user is in the ACL.
userHasAdministratorAccess(AccessControlList, String) - Static method in class org.apache.hadoop.hbase.http.HttpServer
 

V

valueOf(String) - Static method in enum org.apache.hadoop.hbase.http.HttpConfig.Policy
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.hadoop.hbase.http.HttpConfig.Policy
Returns an array containing the constants of this enum type, in the order they are declared.

W

webAppContext - Variable in class org.apache.hadoop.hbase.http.HttpServer
 
webServer - Variable in class org.apache.hadoop.hbase.http.HttpServer
 
write(String, String) - Method in interface org.apache.hadoop.hbase.util.JSONBean.Writer
 
write(MBeanServer, ObjectName, String, boolean) - Method in interface org.apache.hadoop.hbase.util.JSONBean.Writer
 
A B C D F G H I J K L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.