Uses of Class
org.apache.drill.common.Version
Packages that use Version
Package
Description
Logical (execution-engine-independent) element definitions.
Utilities useful across packages.
Java client API for submitting queries and accepting result sets from a Drill
server.
-
Uses of Version in org.apache.drill.common
Methods in org.apache.drill.common with parameters of type Version -
Uses of Version in org.apache.drill.common.util
Fields in org.apache.drill.common.util declared as Version -
Uses of Version in org.apache.drill.exec.client
Methods in org.apache.drill.exec.client that return VersionModifier and TypeMethodDescriptionServerMethod.getMinVersion()
DrillClient.getServerVersion()
Return the server version. -
Uses of Version in org.apache.drill.exec.rpc.user
Methods in org.apache.drill.exec.rpc.user that return VersionModifier and TypeMethodDescriptionstatic Version
UserRpcUtils.getVersion
(UserProtos.RpcEndpointInfos infos) Get the version from aRpcEndpointInfos
instance