Uses of Class
org.apache.hadoop.hbase.http.HttpServer.Builder
Packages that use HttpServer.Builder
Package
Description
Copied from hadoop source code.
See https://issues.apache.org/jira/browse/HADOOP-10232 to know why.
See https://issues.apache.org/jira/browse/HADOOP-10232 to know why.
-
Uses of HttpServer.Builder in org.apache.hadoop.hbase.http
Methods in org.apache.hadoop.hbase.http that return HttpServer.BuilderModifier and TypeMethodDescriptionHttpServer.Builder.addEndpoint
(URI endpoint) Add an endpoint that the HTTP server should listen to.Set the hostname of the http server.HttpServer.Builder.keyPassword
(String password) HttpServer.Builder.needsClientAuth
(boolean value) Specify whether the server should authorize the client in SSL connections.HttpServer.Builder.setACL
(org.apache.hadoop.security.authorize.AccessControlList acl) HttpServer.Builder.setBindAddress
(String bindAddress) Deprecated.Since 0.99.0.HttpServer.Builder.setConf
(org.apache.hadoop.conf.Configuration conf) HttpServer.Builder.setFindPort
(boolean findPort) HttpServer.Builder.setKerberosNameRulesKey
(String kerberosNameRulesKey) HttpServer.Builder.setKeytabConfKey
(String keytabConfKey) Deprecated.Since 0.99.0.HttpServer.Builder.setPathSpec
(String[] pathSpec) HttpServer.Builder.setPort
(int port) Deprecated.Since 0.99.0.HttpServer.Builder.setSecurityEnabled
(boolean securityEnabled) HttpServer.Builder.setSignatureSecretFileKey
(String signatureSecretFileKey) HttpServer.Builder.setUsernameConfKey
(String usernameConfKey) HttpServer.Builder.trustStore
(String location, String password, String type) Methods in org.apache.hadoop.hbase.http with parameters of type HttpServer.BuilderModifier and TypeMethodDescriptionprivate void
HttpServer.initializeWebServer
(String name, String hostName, org.apache.hadoop.conf.Configuration conf, String[] pathSpecs, HttpServer.Builder b) Constructors in org.apache.hadoop.hbase.http with parameters of type HttpServer.Builder