| Package | Description |
|---|---|
| org.apache.drill.exec.client |
Java client API for submitting queries and accepting result sets from a Drill
server.
|
| Class and Description |
|---|
| DrillClient
Thin wrapper around a UserClient that handles connect/close and transforms
String into ByteBuf.
|
| QuerySubmitter.Format |
| ServerMethod
A enumeration of server methods, and the version they were introduced
it allows to introduce new methods without changing the protocol, with client
being able to gracefully handle cases were method is not handled by the server.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.