Package org.apache.drill.jdbc
Class DrillConnectionConfig
java.lang.Object
org.apache.calcite.avatica.ConnectionConfigImpl
org.apache.drill.jdbc.DrillConnectionConfig
- All Implemented Interfaces:
org.apache.calcite.avatica.ConnectionConfig
public class DrillConnectionConfig
extends org.apache.calcite.avatica.ConnectionConfigImpl
NOTE: DrillConnectionConfig will be changed from a class to an interface.
In the meantime, clients must not use the fact that
DrillConnectionConfig
currently extends
ConnectionConfigImpl
. They must call only
methods declared directly in DrillConnectionConfig (or inherited Object).
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.calcite.avatica.ConnectionConfigImpl
org.apache.calcite.avatica.ConnectionConfigImpl.Converter<T extends Object>, org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
-
Field Summary
Fields inherited from class org.apache.calcite.avatica.ConnectionConfigImpl
BOOLEAN_CONVERTER, IDENTITY_CONVERTER, NUMBER_CONVERTER, properties
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.calcite.avatica.ConnectionConfigImpl
authentication, avaticaPassword, avaticaUser, enumConverter, factory, fetchSize, hostnameVerification, httpClientClass, httpClientFactory, kerberosKeytab, kerberosPrincipal, keyPassword, keystore, keystorePassword, parse, pluginConverter, schema, serialization, timeZone, transparentReconnectionEnabled, truststore, truststorePassword, url
-
Constructor Details
-
DrillConnectionConfig
-
-
Method Details
-
isLocal
public boolean isLocal() -
isDirect
public boolean isDirect() -
getZookeeperConnectionString
-
getTimeZone
-
isServerPreparedStatementDisabled
public boolean isServerPreparedStatementDisabled() -
isServerMetadataDisabled
public boolean isServerMetadataDisabled()
-