@InterfaceAudience.Private @InterfaceStability.Evolving public interface ServerConfigurationKeys
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_HBASE_HTTP_STATIC_USER |
static boolean |
DEFAULT_HBASE_JETTY_LOGS_SERVE_ALIASES |
static String |
HBASE_HTTP_STATIC_USER |
static String |
HBASE_JETTY_LOGS_SERVE_ALIASES
Enable/Disable aliases serving from jetty
|
static boolean |
HBASE_SSL_ENABLED_DEFAULT |
static String |
HBASE_SSL_ENABLED_KEY
Enable/Disable ssl for http server
|
static final String HBASE_SSL_ENABLED_KEY
static final boolean HBASE_SSL_ENABLED_DEFAULT
static final String HBASE_JETTY_LOGS_SERVE_ALIASES
static final boolean DEFAULT_HBASE_JETTY_LOGS_SERVE_ALIASES
static final String HBASE_HTTP_STATIC_USER
static final String DEFAULT_HBASE_HTTP_STATIC_USER
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.