| Package | Description |
|---|---|
| org.apache.drill.exec.client |
Java client API for submitting queries and accepting result sets from a Drill
server.
|
| Modifier and Type | Method and Description |
|---|---|
static ServerMethod |
ServerMethod.valueOf(String name)
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.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ServerMethod> |
DrillClient.getSupportedMethods()
Returns the list of methods supported by the server based on its advertised information.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.