public class DrillConnectionConfig
extends net.hydromatic.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).
| Constructor and Description |
|---|
DrillConnectionConfig(Properties p) |
| Modifier and Type | Method and Description |
|---|---|
TimeZone |
getTimeZone() |
String |
getZookeeperConnectionString() |
boolean |
isDirect() |
boolean |
isLocal() |
public DrillConnectionConfig(Properties p)
Copyright © 2016 The Apache Software Foundation. All rights reserved.