Class AvaticaRemoteConnectionConfigImpl
- java.lang.Object
-
- org.apache.calcite.avatica.ConnectionConfigImpl
-
- org.apache.calcite.avatica.remote.AvaticaRemoteConnectionConfigImpl
-
- All Implemented Interfaces:
ConnectionConfig
public class AvaticaRemoteConnectionConfigImpl extends ConnectionConfigImpl
Implementation ofConnectionConfigwith extra properties specific to Remote Driver.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.calcite.avatica.ConnectionConfigImpl
ConnectionConfigImpl.Converter<T>, ConnectionConfigImpl.PropEnv
-
-
Field Summary
-
Fields inherited from class org.apache.calcite.avatica.ConnectionConfigImpl
BOOLEAN_CONVERTER, IDENTITY_CONVERTER, NUMBER_CONVERTER, properties
-
-
Constructor Summary
Constructors Constructor Description AvaticaRemoteConnectionConfigImpl(java.util.Properties properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Service.Factoryfactory()-
Methods inherited from class org.apache.calcite.avatica.ConnectionConfigImpl
authentication, avaticaPassword, avaticaUser, enumConverter, hostnameVerification, httpClientClass, httpClientFactory, kerberosKeytab, kerberosPrincipal, keyPassword, keystore, keystorePassword, parse, pluginConverter, schema, serialization, timeZone, truststore, truststorePassword, url
-
-
-
-
Method Detail
-
factory
public Service.Factory factory()
- Specified by:
factoryin interfaceConnectionConfig- Overrides:
factoryin classConnectionConfigImpl- See Also:
BuiltInConnectionProperty.FACTORY
-
-