| Package | Description |
|---|---|
| org.apache.calcite.avatica.remote |
JDBC driver that uses remote procedure calls.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JsonService
Implementation of
Service
that encodes requests and responses as JSON. |
class |
LocalJsonService
Implementation of
Service
that goes to an in-process instance of Service. |
class |
LocalService
|
class |
MockJsonService
Mock implementation of
Service
that encodes its requests and responses as JSON
and looks up responses from a pre-defined map. |
class |
RemoteService
Implementation of
Service
that translates requests into JSON and sends them to a remote server,
usually an HTTP server. |
| Modifier and Type | Method and Description |
|---|---|
Service |
Service.Factory.create(AvaticaConnection connection) |
Service |
MockJsonService.Factory.create(AvaticaConnection connection) |
| Constructor and Description |
|---|
JsonHandler(Service service) |
LocalJsonService(Service service) |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.