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