Uses of Interface
org.apache.calcite.avatica.ConnectionConfig
-
Packages that use ConnectionConfig Package Description org.apache.calcite.avatica Avatica JDBC framework.org.apache.calcite.avatica.remote JDBC driver that uses remote procedure calls. -
-
Uses of ConnectionConfig in org.apache.calcite.avatica
Classes in org.apache.calcite.avatica that implement ConnectionConfig Modifier and Type Class Description classConnectionConfigImplImplementation ofConnectionConfig.Methods in org.apache.calcite.avatica that return ConnectionConfig Modifier and Type Method Description ConnectionConfigAvaticaConnection. config()Returns a view onto this connection's configuration properties. -
Uses of ConnectionConfig in org.apache.calcite.avatica.remote
Classes in org.apache.calcite.avatica.remote that implement ConnectionConfig Modifier and Type Class Description classAvaticaRemoteConnectionConfigImplImplementation ofConnectionConfigwith extra properties specific to Remote Driver.Methods in org.apache.calcite.avatica.remote with parameters of type ConnectionConfig Modifier and Type Method Description (package private) KerberosConnectionDriver. createKerberosUtility(ConnectionConfig config)(package private) ServiceDriver. createService(AvaticaConnection connection, ConnectionConfig config)Creates aServicewith the givenAvaticaConnectionand configuration.AvaticaHttpClientAvaticaHttpClientFactory. getClient(java.net.URL url, ConnectionConfig config, KerberosConnection kerberosUtil)Construct the appropriate implementation ofAvaticaHttpClient.AvaticaHttpClientAvaticaHttpClientFactoryImpl. getClient(java.net.URL url, ConnectionConfig config, KerberosConnection kerberosUtil)(package private) AvaticaHttpClientDriver. getHttpClient(AvaticaConnection connection, ConnectionConfig config)Creates the HTTP client that communicates with the Avatica server.(package private) Driver.SerializationDriver. getSerialization(ConnectionConfig config)
-