Uses of Enum
org.apache.drill.exec.client.ServerMethod
Packages that use ServerMethod
Package
Description
Java client API for submitting queries and accepting result sets from a Drill
server.
-
Uses of ServerMethod in org.apache.drill.exec.client
Methods in org.apache.drill.exec.client that return ServerMethodModifier and TypeMethodDescriptionstatic ServerMethod
Returns the enum constant of this type with the specified name.static ServerMethod[]
ServerMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.drill.exec.client that return types with arguments of type ServerMethodModifier and TypeMethodDescriptionDrillClient.getSupportedMethods()
Returns the list of methods supported by the server based on its advertised information.