Uses of Package
org.apache.drill.exec.client
Packages that use org.apache.drill.exec.client
Package
Description
Java client API for submitting queries and accepting result sets from a Drill
server.
Drill storage plugin.
JDBC driver for Drill.
-
Classes in org.apache.drill.exec.client used by org.apache.drill.exec.clientClassDescriptionThin wrapper around a UserClient that handles connect/close and transforms String into ByteBuf.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.
-
Classes in org.apache.drill.exec.client used by org.apache.drill.exec.store.drill.pluginClassDescriptionThin wrapper around a UserClient that handles connect/close and transforms String into ByteBuf.
-
Classes in org.apache.drill.exec.client used by org.apache.drill.jdbcClassDescriptionThin wrapper around a UserClient that handles connect/close and transforms String into ByteBuf.
-
Classes in org.apache.drill.exec.client used by org.apache.drill.jdbc.implClassDescriptionThin wrapper around a UserClient that handles connect/close and transforms String into ByteBuf.