Modifier and Type | Method and Description |
---|---|
DrillConnectionMode |
DrillEndpoint.getMode()
Connection mode: zk: Zookeeper drillbit: Drillbit direct connection
https://drill.apache.org/docs/using-the-jdbc-driver/
|
static DrillConnectionMode |
DrillConnectionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DrillConnectionMode[] |
DrillConnectionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DrillEndpoint.setMode(DrillConnectionMode mode) |
Apache Camel