跳过导航链接
A B C D F G H I J K L M N O Q R S T U V W 

A

addDefaultApps(ContextHandlerCollection, String, Configuration) - 类 中的方法org.apache.hadoop.hbase.http.HttpServer
Add default apps.
addDefaultServlets() - 类 中的方法org.apache.hadoop.hbase.http.HttpServer
Add default servlets.
addEndpoint(URI) - 类 中的方法org.apache.hadoop.hbase.http.HttpServer.Builder
Add an endpoint that the HTTP server should listen to.
addFilter(String, String, Map<String, String>) - 接口 中的方法org.apache.hadoop.hbase.http.FilterContainer
Add a filter to the container.
addFilter(String, String, Map<String, String>) - 类 中的方法org.apache.hadoop.hbase.http.HttpServer
 
addFilterPathMapping(String, WebAppContext) - 类 中的方法org.apache.hadoop.hbase.http.HttpServer
Add the path spec to the filter path mapping.
addGlobalFilter(String, String, Map<String, String>) - 接口 中的方法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>) - 类 中的方法org.apache.hadoop.hbase.http.HttpServer
 
addInternalServlet(String, String, Class<? extends HttpServlet>) - 类 中的方法org.apache.hadoop.hbase.http.HttpServer
Add an internal servlet in the server.
addInternalServlet(String, String, Class<? extends HttpServlet>, boolean) - 类 中的方法org.apache.hadoop.hbase.http.HttpServer
Add an internal servlet in the server, specifying whether or not to protect with Kerberos authentication.
addJerseyResourcePackage(String, String) - 类 中的方法org.apache.hadoop.hbase.http.HttpServer
Add a Jersey resource package.
addServlet(String, String, Class<? extends HttpServlet>) - 类 中的方法org.apache.hadoop.hbase.http.HttpServer
Add a servlet in the server.
addServlet(String, String, Class<? extends HttpServlet>) - 类 中的方法org.apache.hadoop.hbase.http.InfoServer
 
AdminAuthorizedServlet - org.apache.hadoop.hbase.http中的类
General servlet which is admin-authorized.
AdminAuthorizedServlet() - 类 的构造器org.apache.hadoop.hbase.http.AdminAuthorizedServlet
 
ADMINS_ACL - 类 中的静态变量org.apache.hadoop.hbase.http.HttpServer
 
APP_DIR - 类 中的静态变量org.apache.hadoop.hbase.http.HttpServer
 
appDir - 类 中的变量org.apache.hadoop.hbase.http.HttpServer
 
append(LoggingEvent) - 类 中的方法org.apache.hadoop.hbase.http.HttpRequestLogAppender
 

B

BadFormatException(String) - 异常错误 的构造器org.apache.hadoop.hbase.http.conf.ConfServlet.BadFormatException
 
BIND_ADDRESS - 类 中的静态变量org.apache.hadoop.hbase.http.HttpServer
 
build() - 类 中的方法org.apache.hadoop.hbase.http.HttpServer.Builder
 
Builder() - 类 的构造器org.apache.hadoop.hbase.http.HttpServer.Builder
 

C

ClickjackingPreventionFilter - org.apache.hadoop.hbase.http中的类
 
ClickjackingPreventionFilter() - 类 的构造器org.apache.hadoop.hbase.http.ClickjackingPreventionFilter
 
close() - 类 中的方法org.apache.hadoop.hbase.http.HttpRequestLogAppender
 
CONF_CONTEXT_ATTRIBUTE - 类 中的静态变量org.apache.hadoop.hbase.http.HttpServer
 
ConfServlet - org.apache.hadoop.hbase.http.conf中的类
A servlet to print out the running configuration data.
ConfServlet() - 类 的构造器org.apache.hadoop.hbase.http.conf.ConfServlet
 
ConfServlet.BadFormatException - org.apache.hadoop.hbase.http.conf中的异常错误
 
constrainHttpMethods(ServletContextHandler, boolean) - 类 中的静态方法org.apache.hadoop.hbase.http.HttpServerUtil
Add constraints to a Jetty Context to disallow undesirable Http methods.

D

DEFAULT_HBASE_HTTP_STATIC_USER - 接口 中的静态变量org.apache.hadoop.hbase.http.ServerConfigurationKeys
 
DEFAULT_HBASE_JETTY_LOGS_SERVE_ALIASES - 接口 中的静态变量org.apache.hadoop.hbase.http.ServerConfigurationKeys
 
defaultContexts - 类 中的变量org.apache.hadoop.hbase.http.HttpServer
 
defineFilter(ServletContextHandler, String, String, Map<String, String>, String[]) - 类 中的静态方法org.apache.hadoop.hbase.http.HttpServer
Define a filter for a context and set up default url mappings.
destroy() - 类 中的方法org.apache.hadoop.hbase.http.ClickjackingPreventionFilter
 
destroy() - 类 中的方法org.apache.hadoop.hbase.http.HttpServer.QuotingInputFilter
 
destroy() - 类 中的方法org.apache.hadoop.hbase.http.lib.StaticUserWebFilter.StaticUserFilter
 
destroy() - 类 中的方法org.apache.hadoop.hbase.http.NoCacheFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法org.apache.hadoop.hbase.http.ClickjackingPreventionFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法org.apache.hadoop.hbase.http.HttpServer.QuotingInputFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法org.apache.hadoop.hbase.http.lib.StaticUserWebFilter.StaticUserFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法org.apache.hadoop.hbase.http.NoCacheFilter
 
doGet(HttpServletRequest, HttpServletResponse) - 类 中的方法org.apache.hadoop.hbase.http.AdminAuthorizedServlet
 
doGet(HttpServletRequest, HttpServletResponse) - 类 中的方法org.apache.hadoop.hbase.http.conf.ConfServlet
 
doGet(HttpServletRequest, HttpServletResponse) - 类 中的方法org.apache.hadoop.hbase.http.HttpServer.StackServlet
 
doGet(HttpServletRequest, HttpServletResponse) - 类 中的方法org.apache.hadoop.hbase.http.jmx.JMXJsonServlet
Process a GET request for the specified resource.
doGet(HttpServletRequest, HttpServletResponse) - 类 中的方法org.apache.hadoop.hbase.http.log.LogLevel.Servlet
 

F

FilterContainer - org.apache.hadoop.hbase.http中的接口
A container interface to add javax.servlet.Filter.
FilterInitializer - org.apache.hadoop.hbase.http中的类
Initialize a javax.servlet.Filter.
FilterInitializer() - 类 的构造器org.apache.hadoop.hbase.http.FilterInitializer
 
filterNames - 类 中的变量org.apache.hadoop.hbase.http.HttpServer
 
findPort - 类 中的变量org.apache.hadoop.hbase.http.HttpServer
 
fromString(String) - 枚举 中的方法org.apache.hadoop.hbase.http.HttpConfig.Policy
 

G

getAttribute(String) - 类 中的方法org.apache.hadoop.hbase.http.HttpServer
Get the value in the webapp context.
getConnectorAddress(int) - 类 中的方法org.apache.hadoop.hbase.http.HttpServer
Get the address that corresponds to a particular connector.
getFilename() - 类 中的方法org.apache.hadoop.hbase.http.HttpRequestLogAppender
 
getParameter(String) - 类 中的方法org.apache.hadoop.hbase.http.HttpServer.QuotingInputFilter.RequestQuoter
Unquote the name and quote the value.
getParameterMap() - 类 中的方法org.apache.hadoop.hbase.http.HttpServer.QuotingInputFilter.RequestQuoter
 
getParameterNames() - 类 中的方法org.apache.hadoop.hbase.http.HttpServer.QuotingInputFilter.RequestQuoter
Return the set of parameter names, quoting each name.
getParameterValues(String) - 类 中的方法org.apache.hadoop.hbase.http.HttpServer.QuotingInputFilter.RequestQuoter
 
getPort() - 类 中的方法org.apache.hadoop.hbase.http.HttpServer
已过时。
getPort() - 类 中的方法org.apache.hadoop.hbase.http.InfoServer
已过时。
getRequestLog(String) - 类 中的静态方法org.apache.hadoop.hbase.http.HttpRequestLog
 
getRequestURL() - 类 中的方法org.apache.hadoop.hbase.http.HttpServer.QuotingInputFilter.RequestQuoter
Quote the url so that users specifying the HOST HTTP header can't inject attacks.
getRetainDays() - 类 中的方法org.apache.hadoop.hbase.http.HttpRequestLogAppender
 
getScheme(HttpConfig.Policy) - 类 中的方法org.apache.hadoop.hbase.http.HttpConfig
 
getSchemePrefix() - 类 中的方法org.apache.hadoop.hbase.http.HttpConfig
 
getServerConnectors() - 类 中的方法org.apache.hadoop.hbase.http.HttpServer
 
getServerName() - 类 中的方法org.apache.hadoop.hbase.http.HttpServer.QuotingInputFilter.RequestQuoter
Quote the server name so that users specifying the HOST HTTP header can't inject attacks.
getWebAppContext() - 类 中的方法org.apache.hadoop.hbase.http.HttpServer
 
getWebAppsPath(String) - 类 中的方法org.apache.hadoop.hbase.http.HttpServer
 
getWebAppsPath(String, String) - 类 中的方法org.apache.hadoop.hbase.http.HttpServer
Get the pathname to the webapps files.

H

hasAdministratorAccess(ServletContext, HttpServletRequest, HttpServletResponse) - 类 中的静态方法org.apache.hadoop.hbase.http.HttpServer
Does the user sending the HttpServletRequest has the administrator ACLs?
HBASE_HTTP_STATIC_USER - 接口 中的静态变量org.apache.hadoop.hbase.http.ServerConfigurationKeys
 
HBASE_JETTY_LOGS_SERVE_ALIASES - 接口 中的静态变量org.apache.hadoop.hbase.http.ServerConfigurationKeys
Enable/Disable aliases serving from jetty
HBASE_SSL_ENABLED_DEFAULT - 接口 中的静态变量org.apache.hadoop.hbase.http.ServerConfigurationKeys
 
HBASE_SSL_ENABLED_KEY - 接口 中的静态变量org.apache.hadoop.hbase.http.ServerConfigurationKeys
Enable/Disable ssl for http server
hostName(String) - 类 中的方法org.apache.hadoop.hbase.http.HttpServer.Builder
Set the hostname of the http server.
HtmlQuoting - org.apache.hadoop.hbase.http中的类
This class is responsible for quoting HTML characters.
HTTP_AUTHENTICATION_SIGNATURE_SECRET_FILE_KEY - 类 中的静态变量org.apache.hadoop.hbase.http.HttpServer
 
HTTP_SPNEGO_AUTHENTICATION_KEYTAB_KEY - 类 中的静态变量org.apache.hadoop.hbase.http.HttpServer
 
HTTP_SPNEGO_AUTHENTICATION_KRB_NAME_KEY - 类 中的静态变量org.apache.hadoop.hbase.http.HttpServer
 
HTTP_SPNEGO_AUTHENTICATION_PRINCIPAL_KEY - 类 中的静态变量org.apache.hadoop.hbase.http.HttpServer
 
HTTP_UI_AUTHENTICATION - 类 中的静态变量org.apache.hadoop.hbase.http.HttpServer
 
HttpConfig - org.apache.hadoop.hbase.http中的类
Statics to get access to Http related configuration.
HttpConfig(Configuration) - 类 的构造器org.apache.hadoop.hbase.http.HttpConfig
 
HttpConfig.Policy - org.apache.hadoop.hbase.http中的枚举
 
HttpRequestLog - org.apache.hadoop.hbase.http中的类
RequestLog object for use with Http
HttpRequestLogAppender - org.apache.hadoop.hbase.http中的类
Log4j Appender adapter for HttpRequestLog
HttpRequestLogAppender() - 类 的构造器org.apache.hadoop.hbase.http.HttpRequestLogAppender
 
HttpServer - org.apache.hadoop.hbase.http中的类
Create a Jetty embedded server to answer http requests.
HttpServer(String, String, int, boolean) - 类 的构造器org.apache.hadoop.hbase.http.HttpServer
已过时。
HttpServer(String, String, int, boolean, Configuration, String[]) - 类 的构造器org.apache.hadoop.hbase.http.HttpServer
已过时。
HttpServer(String, String, int, boolean, Configuration) - 类 的构造器org.apache.hadoop.hbase.http.HttpServer
已过时。
HttpServer(String, String, int, boolean, Configuration, AccessControlList) - 类 的构造器org.apache.hadoop.hbase.http.HttpServer
已过时。
HttpServer(String, String, int, boolean, Configuration, AccessControlList, String[]) - 类 的构造器org.apache.hadoop.hbase.http.HttpServer
已过时。
HttpServer.Builder - org.apache.hadoop.hbase.http中的类
Class to construct instances of HTTP server with specific options.
HttpServer.QuotingInputFilter - org.apache.hadoop.hbase.http中的类
A Servlet input filter that quotes all HTML active characters in the parameter names and values.
HttpServer.QuotingInputFilter.RequestQuoter - org.apache.hadoop.hbase.http中的类
 
HttpServer.StackServlet - org.apache.hadoop.hbase.http中的类
A very simple servlet to serve up a text representation of the current stack traces.
HttpServerUtil - org.apache.hadoop.hbase.http中的类
HttpServer utility.

I

InfoServer - org.apache.hadoop.hbase.http中的类
Create a Jetty embedded server to answer http requests.
InfoServer(String, String, int, boolean, Configuration) - 类 的构造器org.apache.hadoop.hbase.http.InfoServer
Create a status server on the given port.
init(FilterConfig) - 类 中的方法org.apache.hadoop.hbase.http.ClickjackingPreventionFilter
 
init(FilterConfig) - 类 中的方法org.apache.hadoop.hbase.http.HttpServer.QuotingInputFilter
 
init() - 类 中的方法org.apache.hadoop.hbase.http.jmx.JMXJsonServlet
Initialize this servlet.
init(FilterConfig) - 类 中的方法org.apache.hadoop.hbase.http.lib.StaticUserWebFilter.StaticUserFilter
 
init(FilterConfig) - 类 中的方法org.apache.hadoop.hbase.http.NoCacheFilter
 
initFilter(FilterContainer, Configuration) - 类 中的方法org.apache.hadoop.hbase.http.FilterInitializer
Initialize a Filter to a FilterContainer.
initFilter(FilterContainer, Configuration) - 类 中的方法org.apache.hadoop.hbase.http.lib.StaticUserWebFilter
 
isAlive() - 类 中的方法org.apache.hadoop.hbase.http.HttpServer
Test for the availability of the web server
isHttpEnabled() - 枚举 中的方法org.apache.hadoop.hbase.http.HttpConfig.Policy
 
isHttpsEnabled() - 枚举 中的方法org.apache.hadoop.hbase.http.HttpConfig.Policy
 
isInstrumentationAccessAllowed(ServletContext, HttpServletRequest, HttpServletResponse) - 类 中的静态方法org.apache.hadoop.hbase.http.HttpServer
Checks the user has privileges to access to instrumentation servlets.
isSecure() - 类 中的方法org.apache.hadoop.hbase.http.HttpConfig
 

J

JMXJsonServlet - org.apache.hadoop.hbase.http.jmx中的类
Provides Read only web access to JMX.
JMXJsonServlet() - 类 的构造器org.apache.hadoop.hbase.http.jmx.JMXJsonServlet
 
join() - 类 中的方法org.apache.hadoop.hbase.http.HttpServer
 
jsonBeanWriter - 类 中的变量org.apache.hadoop.hbase.http.jmx.JMXJsonServlet
 

K

keyPassword(String) - 类 中的方法org.apache.hadoop.hbase.http.HttpServer.Builder
 
keyStore(String, String, String) - 类 中的方法org.apache.hadoop.hbase.http.HttpServer.Builder
 

L

logDir - 类 中的变量org.apache.hadoop.hbase.http.HttpServer
 
LogLevel - org.apache.hadoop.hbase.http.log中的类
Change log level in runtime.
LogLevel.Servlet - org.apache.hadoop.hbase.http.log中的类
A servlet implementation

M

main(String[]) - 类 中的静态方法org.apache.hadoop.hbase.http.HtmlQuoting
 
main(String[]) - 类 中的静态方法org.apache.hadoop.hbase.http.log.LogLevel
A command line implementation
mBeanServer - 类 中的变量org.apache.hadoop.hbase.http.jmx.JMXJsonServlet
MBean server.

N

needsClientAuth(boolean) - 类 中的方法org.apache.hadoop.hbase.http.HttpServer.Builder
Specify whether the server should authorize the client in SSL connections.
needsQuoting(byte[], int, int) - 类 中的静态方法org.apache.hadoop.hbase.http.HtmlQuoting
Does the given string need to be quoted?
needsQuoting(String) - 类 中的静态方法org.apache.hadoop.hbase.http.HtmlQuoting
Does the given string need to be quoted?
NO_CACHE_FILTER - 类 中的静态变量org.apache.hadoop.hbase.http.HttpServer
 
NoCacheFilter - org.apache.hadoop.hbase.http中的类
 
NoCacheFilter() - 类 的构造器org.apache.hadoop.hbase.http.NoCacheFilter
 

O

org.apache.hadoop.hbase.http - 程序包 org.apache.hadoop.hbase.http
Copied from hadoop source code.
org.apache.hadoop.hbase.http.conf - 程序包 org.apache.hadoop.hbase.http.conf
 
org.apache.hadoop.hbase.http.jmx - 程序包 org.apache.hadoop.hbase.http.jmx
This package provides access to JMX primarily through the JMXJsonServlet class.
org.apache.hadoop.hbase.http.lib - 程序包 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 - 程序包 org.apache.hadoop.hbase.http.log
 

Q

quoteHtmlChars(OutputStream, byte[], int, int) - 类 中的静态方法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) - 类 中的静态方法org.apache.hadoop.hbase.http.HtmlQuoting
Quote the given item to make it html-safe.
quoteOutputStream(OutputStream) - 类 中的静态方法org.apache.hadoop.hbase.http.HtmlQuoting
Return an output stream that quotes all of the output.
QuotingInputFilter() - 类 的构造器org.apache.hadoop.hbase.http.HttpServer.QuotingInputFilter
 

R

RequestQuoter(HttpServletRequest) - 类 的构造器org.apache.hadoop.hbase.http.HttpServer.QuotingInputFilter.RequestQuoter
 
requiresLayout() - 类 中的方法org.apache.hadoop.hbase.http.HttpRequestLogAppender
 

S

ServerConfigurationKeys - org.apache.hadoop.hbase.http中的接口
This interface contains constants for configuration keys used in the hbase http server code.
Servlet() - 类 的构造器org.apache.hadoop.hbase.http.log.LogLevel.Servlet
 
setACL(AccessControlList) - 类 中的方法org.apache.hadoop.hbase.http.HttpServer.Builder
 
setAppDir(String) - 类 中的方法org.apache.hadoop.hbase.http.HttpServer.Builder
 
setAttribute(String, Object) - 类 中的方法org.apache.hadoop.hbase.http.HttpServer
Set a value in the webapp context.
setAttribute(String, Object) - 类 中的方法org.apache.hadoop.hbase.http.InfoServer
 
setBindAddress(String) - 类 中的方法org.apache.hadoop.hbase.http.HttpServer.Builder
已过时。
setConf(Configuration) - 类 中的方法org.apache.hadoop.hbase.http.HttpServer.Builder
 
setFilename(String) - 类 中的方法org.apache.hadoop.hbase.http.HttpRequestLogAppender
 
setFindPort(boolean) - 类 中的方法org.apache.hadoop.hbase.http.HttpServer.Builder
 
setKerberosNameRulesKey(String) - 类 中的方法org.apache.hadoop.hbase.http.HttpServer.Builder
 
setKeytabConfKey(String) - 类 中的方法org.apache.hadoop.hbase.http.HttpServer.Builder
 
setLogDir(String) - 类 中的方法org.apache.hadoop.hbase.http.HttpServer.Builder
 
setName(String) - 类 中的方法org.apache.hadoop.hbase.http.HttpServer.Builder
已过时。
setPathSpec(String[]) - 类 中的方法org.apache.hadoop.hbase.http.HttpServer.Builder
 
setPolicy(HttpConfig.Policy) - 类 中的方法org.apache.hadoop.hbase.http.HttpConfig
 
setPort(int) - 类 中的方法org.apache.hadoop.hbase.http.HttpServer.Builder
已过时。
setRetainDays(int) - 类 中的方法org.apache.hadoop.hbase.http.HttpRequestLogAppender
 
setSecurityEnabled(boolean) - 类 中的方法org.apache.hadoop.hbase.http.HttpServer.Builder
 
setSignatureSecretFileKey(String) - 类 中的方法org.apache.hadoop.hbase.http.HttpServer.Builder
 
setThreads(int, int) - 类 中的方法org.apache.hadoop.hbase.http.HttpServer
Set the min, max number of worker threads (simultaneous connections).
setUsernameConfKey(String) - 类 中的方法org.apache.hadoop.hbase.http.HttpServer.Builder
 
SPNEGO_FILTER - 类 中的静态变量org.apache.hadoop.hbase.http.HttpServer
 
StackServlet() - 类 的构造器org.apache.hadoop.hbase.http.HttpServer.StackServlet
 
start() - 类 中的方法org.apache.hadoop.hbase.http.HttpServer
Start the server.
start() - 类 中的方法org.apache.hadoop.hbase.http.InfoServer
 
StaticUserFilter() - 类 的构造器org.apache.hadoop.hbase.http.lib.StaticUserWebFilter.StaticUserFilter
 
StaticUserWebFilter - 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() - 类 的构造器org.apache.hadoop.hbase.http.lib.StaticUserWebFilter
 
StaticUserWebFilter.StaticUserFilter - org.apache.hadoop.hbase.http.lib中的类
 
stop() - 类 中的方法org.apache.hadoop.hbase.http.HttpServer
stop the server
stop() - 类 中的方法org.apache.hadoop.hbase.http.InfoServer
 

T

toString() - 类 中的方法org.apache.hadoop.hbase.http.HttpServer
Return the host and port of the HttpServer, if live
trustStore(String, String, String) - 类 中的方法org.apache.hadoop.hbase.http.HttpServer.Builder
 

U

unquoteHtmlChars(String) - 类 中的静态方法org.apache.hadoop.hbase.http.HtmlQuoting
Remove HTML quoting from a string.
USAGES - 类 中的静态变量org.apache.hadoop.hbase.http.log.LogLevel
 
userHasAdministratorAccess(ServletContext, String) - 类 中的静态方法org.apache.hadoop.hbase.http.HttpServer
Get the admin ACLs from the given ServletContext and check if the given user is in the ACL.

V

valueOf(String) - 枚举 中的静态方法org.apache.hadoop.hbase.http.HttpConfig.Policy
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.apache.hadoop.hbase.http.HttpConfig.Policy
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

webAppContext - 类 中的变量org.apache.hadoop.hbase.http.HttpServer
 
webServer - 类 中的变量org.apache.hadoop.hbase.http.HttpServer
 
A B C D F G H I J K L M N O Q R S T U V W 
跳过导航链接

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