Interface DrillEndpointBuilderFactory.DrillEndpointBuilder

All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder, org.apache.camel.EndpointProducerResolver
Enclosing interface:
DrillEndpointBuilderFactory

public static interface DrillEndpointBuilderFactory.DrillEndpointBuilder extends org.apache.camel.builder.EndpointProducerBuilder
Builder for endpoint for the Drill component.
  • Method Details

    • advanced

    • clusterId

      Cluster ID https://drill.apache.org/docs/using-the-jdbc-driver/#determining-the-cluster-id. The option is a: <code>java.lang.String</code> type. Group: producer
      Parameters:
      clusterId - the value to set
      Returns:
      the dsl builder
    • directory

      Drill directory. The option is a: <code>java.lang.String</code> type. Group: producer
      Parameters:
      directory - the value to set
      Returns:
      the dsl builder
    • mode

      default DrillEndpointBuilderFactory.DrillEndpointBuilder mode(org.apache.camel.component.drill.DrillConnectionMode mode)
      Connection mode: zk: Zookeeper drillbit: Drillbit direct connection https://drill.apache.org/docs/using-the-jdbc-driver/. The option is a: <code>org.apache.camel.component.drill.DrillConnectionMode</code> type. Default: ZK Group: producer
      Parameters:
      mode - the value to set
      Returns:
      the dsl builder
    • mode

      Connection mode: zk: Zookeeper drillbit: Drillbit direct connection https://drill.apache.org/docs/using-the-jdbc-driver/. The option will be converted to a <code>org.apache.camel.component.drill.DrillConnectionMode</code> type. Default: ZK Group: producer
      Parameters:
      mode - the value to set
      Returns:
      the dsl builder
    • port

      Port number. The option is a: <code>java.lang.Integer</code> type. Default: 2181 Group: producer
      Parameters:
      port - the value to set
      Returns:
      the dsl builder
    • port

      Port number. The option will be converted to a <code>java.lang.Integer</code> type. Default: 2181 Group: producer
      Parameters:
      port - the value to set
      Returns:
      the dsl builder