| Package | Description |
|---|---|
| org.apache.calcite.avatica.remote |
JDBC driver that uses remote procedure calls.
|
| Modifier and Type | Method and Description |
|---|---|
Handler.HandlerResponse<byte[]> |
ProtobufHandler.apply(byte[] requestBytes) |
Handler.HandlerResponse<String> |
JsonHandler.apply(String jsonRequest) |
Handler.HandlerResponse<T> |
AbstractHandler.apply(T serializedRequest)
Compute a response for the given request, handling errors generated by that computation.
|
Handler.HandlerResponse<T> |
Handler.apply(T request) |
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.