Uses of Class
org.apache.hadoop.hbase.http.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 org.apache.hadoop.hbase.http.HttpServer.Builder in org.apache.hadoop.hbase.http
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.http.HttpServer.Builder
HttpServer.Builder.addEndpoint
(URI endpoint) Add an endpoint that the HTTP server should listen to.org.apache.hadoop.hbase.http.HttpServer.Builder
HttpServer.Builder.hostName
(String hostName) Set the hostname of the http server.org.apache.hadoop.hbase.http.HttpServer.Builder
HttpServer.Builder.keyPassword
(String password) org.apache.hadoop.hbase.http.HttpServer.Builder
org.apache.hadoop.hbase.http.HttpServer.Builder
HttpServer.Builder.needsClientAuth
(boolean value) Specify whether the server should authorize the client in SSL connections.org.apache.hadoop.hbase.http.HttpServer.Builder
HttpServer.Builder.setACL
(org.apache.hadoop.security.authorize.AccessControlList acl) org.apache.hadoop.hbase.http.HttpServer.Builder
HttpServer.Builder.setAppDir
(String appDir) org.apache.hadoop.hbase.http.HttpServer.Builder
HttpServer.Builder.setBindAddress
(String bindAddress) Deprecated.Since 0.99.0.org.apache.hadoop.hbase.http.HttpServer.Builder
HttpServer.Builder.setConf
(org.apache.hadoop.conf.Configuration conf) org.apache.hadoop.hbase.http.HttpServer.Builder
HttpServer.Builder.setFindPort
(boolean findPort) org.apache.hadoop.hbase.http.HttpServer.Builder
HttpServer.Builder.setKerberosNameRulesKey
(String kerberosNameRulesKey) org.apache.hadoop.hbase.http.HttpServer.Builder
HttpServer.Builder.setKeytabConfKey
(String keytabConfKey) org.apache.hadoop.hbase.http.HttpServer.Builder
HttpServer.Builder.setLogDir
(String logDir) org.apache.hadoop.hbase.http.HttpServer.Builder
HttpServer.Builder.setName
(String name) Deprecated.Since 0.99.0.org.apache.hadoop.hbase.http.HttpServer.Builder
HttpServer.Builder.setPathSpec
(String[] pathSpec) org.apache.hadoop.hbase.http.HttpServer.Builder
HttpServer.Builder.setPort
(int port) Deprecated.Since 0.99.0.org.apache.hadoop.hbase.http.HttpServer.Builder
HttpServer.Builder.setSecurityEnabled
(boolean securityEnabled) org.apache.hadoop.hbase.http.HttpServer.Builder
HttpServer.Builder.setSignatureSecretFileKey
(String signatureSecretFileKey) org.apache.hadoop.hbase.http.HttpServer.Builder
HttpServer.Builder.setUsernameConfKey
(String usernameConfKey) org.apache.hadoop.hbase.http.HttpServer.Builder