| Package | Description |
|---|---|
| org.apache.calcite.avatica.remote |
JDBC driver that uses remote procedure calls.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocalJsonService
Implementation of
Service
that goes to an in-process instance of Service. |
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. |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.