| Package | Description |
|---|---|
| org.apache.calcite.avatica.remote |
JDBC driver that uses remote procedure calls.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocalProtobufService
A Service implementation that performs protocol buffer serialization on request and responses
on either side of computing a response from a request to mimic some transport to a server which
would normally perform such computation.
|
class |
MockProtobufService
A mock implementation of ProtobufService for testing.
|
class |
RemoteProtobufService
ProtobufService implementation that queries against a remote implementation, using
protocol buffers as the serialized form.
|
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.