| Package | Description |
|---|---|
| org.apache.calcite.avatica |
Avatica JDBC framework.
|
| org.apache.calcite.avatica.remote |
JDBC driver that uses remote procedure calls.
|
| Modifier and Type | Field and Description |
|---|---|
private KerberosConnection |
AvaticaConnection.kerberosConnection |
| Modifier and Type | Method and Description |
|---|---|
KerberosConnection |
AvaticaConnection.getKerberosConnection() |
| Modifier and Type | Method and Description |
|---|---|
void |
AvaticaConnection.setKerberosConnection(KerberosConnection kerberosConnection) |
| Modifier and Type | Field and Description |
|---|---|
private KerberosConnection |
DoAsAvaticaHttpClient.kerberosUtil |
private KerberosConnection |
KerberosConnection.RenewalTask.utilInstance |
| Modifier and Type | Method and Description |
|---|---|
(package private) KerberosConnection |
Driver.createKerberosUtility(ConnectionConfig config) |
| Modifier and Type | Method and Description |
|---|---|
AvaticaHttpClient |
AvaticaHttpClientFactoryImpl.getClient(URL url,
ConnectionConfig config,
KerberosConnection kerberosUtil) |
AvaticaHttpClient |
AvaticaHttpClientFactory.getClient(URL url,
ConnectionConfig config,
KerberosConnection kerberosUtil)
Construct the appropriate implementation of
AvaticaHttpClient. |
| Constructor and Description |
|---|
DoAsAvaticaHttpClient(AvaticaHttpClient wrapped,
KerberosConnection kerberosUtil) |
KerberosConnection.RenewalTask(KerberosConnection utilInstance,
LoginContext context,
Subject subject,
Configuration conf,
long renewalPeriod) |
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.