public interface ConnectionConfig
Modifier and Type | Method and Description |
---|---|
String |
authentication() |
String |
avaticaPassword() |
String |
avaticaUser() |
Service.Factory |
factory() |
int |
fetchSize() |
long |
getHttpConnectionTimeout() |
long |
getHttpResponseTimeout() |
int |
getLBConnectionFailoverRetries() |
long |
getLBConnectionFailoverSleepTime() |
LBStrategy |
getLBStrategy() |
String |
getLbURLs() |
HostnameVerificationConfigurable.HostnameVerification |
hostnameVerification() |
String |
httpClientClass() |
AvaticaHttpClientFactory |
httpClientFactory() |
File |
kerberosKeytab() |
String |
kerberosPrincipal() |
String |
keyPassword() |
File |
keystore() |
String |
keystorePassword() |
String |
keystoreType() |
String |
schema() |
String |
serialization() |
String |
timeZone() |
boolean |
transparentReconnectionEnabled() |
File |
truststore() |
String |
truststorePassword() |
String |
url() |
boolean |
useClientSideLb() |
String schema()
BuiltInConnectionProperty.SCHEMA
String timeZone()
BuiltInConnectionProperty.TIME_ZONE
Service.Factory factory()
BuiltInConnectionProperty.FACTORY
String url()
BuiltInConnectionProperty.URL
String serialization()
BuiltInConnectionProperty.SERIALIZATION
String authentication()
BuiltInConnectionProperty.AUTHENTICATION
String avaticaUser()
BuiltInConnectionProperty.AVATICA_USER
String avaticaPassword()
AvaticaHttpClientFactory httpClientFactory()
String httpClientClass()
String kerberosPrincipal()
BuiltInConnectionProperty.PRINCIPAL
File kerberosKeytab()
BuiltInConnectionProperty.KEYTAB
String keystoreType()
BuiltInConnectionProperty.KEYSTORE_TYPE
File truststore()
BuiltInConnectionProperty.TRUSTSTORE
String truststorePassword()
File keystore()
BuiltInConnectionProperty.KEYSTORE
String keystorePassword()
String keyPassword()
BuiltInConnectionProperty.KEY_PASSWORD
HostnameVerificationConfigurable.HostnameVerification hostnameVerification()
boolean transparentReconnectionEnabled()
int fetchSize()
BuiltInConnectionProperty.FETCH_SIZE
boolean useClientSideLb()
#
String getLbURLs()
BuiltInConnectionProperty.LB_URLS
LBStrategy getLBStrategy()
BuiltInConnectionProperty.LB_STRATEGY
int getLBConnectionFailoverRetries()
long getLBConnectionFailoverSleepTime()
long getHttpConnectionTimeout()
long getHttpResponseTimeout()
Copyright © 2012-2024 Apache Software Foundation. All Rights Reserved.