| Package | Description |
|---|---|
| org.apache.calcite.avatica.remote |
JDBC driver that uses remote procedure calls.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProtobufTranslationImpl
Implementation of
ProtobufTranslationImpl that translates
protobuf requests to POJO requests. |
| Modifier and Type | Field and Description |
|---|---|
private ProtobufTranslation |
LocalProtobufService.translation |
private ProtobufTranslation |
ProtobufHandler.translation |
private ProtobufTranslation |
RemoteProtobufService.translation |
| Constructor and Description |
|---|
LocalProtobufService(Service service,
ProtobufTranslation translation) |
ProtobufHandler(Service service,
ProtobufTranslation translation) |
RemoteProtobufService(AvaticaHttpClient client,
ProtobufTranslation translation) |
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.