public static class H2O.BaseArgs
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
allow_insecure_xgboost
-allow_insecure_xgboost is a boolean that allows xgboost to run in a secured cluster
|
int |
baseport
-baseport=####; Port to start upward searching from.
|
java.lang.String |
context_path
-context_path=jetty_context_path; the context path for jetty
|
java.lang.String |
decrypt_tool
-decrypt_tool specifies the DKV key where a default decrypt tool will be installed
|
H2O.KeyValueArg[] |
extra_headers |
boolean |
form_auth
-form_auth enables Form-based authentication
|
boolean |
hash_login
-hash_login enables HashLoginService
|
java.lang.String |
hdfs_token_refresh_interval |
boolean |
hostname_as_jks_alias
-hostname_as_jks_alias if you want to use the machine hostname as your certificate alias
|
java.lang.String |
internal_security_conf
-internal_security_conf path (absolute or relative) to a file containing all internal security related configurations
|
boolean |
internal_security_conf_rel_paths
-internal_security_conf_rel_paths interpret paths of internal_security_conf relative to the main config file
|
boolean |
internal_security_enabled
-internal_security_enabled is a boolean that indicates if internal communication paths are secured
|
java.lang.String |
ip
-ip=ip4_or_ip6; Named IP4/IP6 address instead of the default
|
java.lang.String |
jks
-jks is Java KeyStore file on local filesystem
|
java.lang.String |
jks_alias
-jks_alias if the keystore has multiple certificates and you want to use a specific one
|
java.lang.String |
jks_pass
-jks_pass is Java KeyStore password; default is 'h2oh2o'
|
boolean |
kerberos_login
-kerberos_login enables krb5loginmodule
|
java.lang.String |
keytab_path |
boolean |
ldap_login
-ldap_login enables ldaploginmodule
|
java.lang.String |
login_conf
-login_conf is login configuration service file on local filesystem
|
java.lang.String |
network
-network=network; Network specification for acceptable interfaces to bind to
|
boolean |
pam_login
-pam_login enables pamloginmodule
|
int |
port
-port=####; Specific Browser/API/HTML port
|
int |
port_offset
-port_offset=####; Offset between the API(=web) port and the internal communication port; api_port + port_offset = h2o_port
|
java.lang.String |
principal |
int |
session_timeout |
boolean |
spnego_login
-kerberos_login enables SpnegoLoginService
|
java.lang.String |
spnego_properties
-spnego_properties is SPNEGO configuration file on local filesystem
|
boolean |
use_external_xgboost
-use_external_xgboost; invoke XGBoost on external cluster started by Steam
|
java.lang.String |
user_name
-user_name=user_name; Set user name
|
java.lang.String |
web_ip
-web_ip=ip4_or_ip6; IP used for web server.
|
Constructor and Description |
---|
BaseArgs() |
public java.lang.String jks
public java.lang.String jks_pass
public java.lang.String jks_alias
public boolean hostname_as_jks_alias
public boolean hash_login
public boolean ldap_login
public boolean kerberos_login
public boolean spnego_login
public boolean pam_login
public java.lang.String login_conf
public java.lang.String spnego_properties
public boolean form_auth
public int session_timeout
public java.lang.String user_name
public java.lang.String internal_security_conf
public boolean internal_security_conf_rel_paths
public boolean internal_security_enabled
public boolean allow_insecure_xgboost
public boolean use_external_xgboost
public java.lang.String decrypt_tool
public java.lang.String principal
public java.lang.String keytab_path
public java.lang.String hdfs_token_refresh_interval
public int port
public int baseport
public int port_offset
public java.lang.String web_ip
public java.lang.String ip
public java.lang.String network
public java.lang.String context_path
public H2O.KeyValueArg[] extra_headers