Interface KuduEndpointBuilderFactory.KuduBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
KuduEndpointBuilderFactory

public static interface KuduEndpointBuilderFactory.KuduBuilders
  • Method Details

    • kudu

      Kudu (camel-kudu) Interact with Apache Kudu, a free and open source column-oriented data store of the Apache Hadoop ecosystem. Category: database,iot,cloud Since: 3.0 Maven coordinates: org.apache.camel:camel-kudu
      Returns:
      the dsl builder for the headers' name.
    • kudu

      Kudu (camel-kudu) Interact with Apache Kudu, a free and open source column-oriented data store of the Apache Hadoop ecosystem. Category: database,iot,cloud Since: 3.0 Maven coordinates: org.apache.camel:camel-kudu Syntax: kudu:host:port/tableName Path parameter: host Host of the server to connect to Path parameter: port Port of the server to connect to Path parameter: tableName Table to connect to
      Parameters:
      path - host:port/tableName
      Returns:
      the dsl builder
    • kudu

      default KuduEndpointBuilderFactory.KuduEndpointBuilder kudu(String componentName, String path)
      Kudu (camel-kudu) Interact with Apache Kudu, a free and open source column-oriented data store of the Apache Hadoop ecosystem. Category: database,iot,cloud Since: 3.0 Maven coordinates: org.apache.camel:camel-kudu Syntax: kudu:host:port/tableName Path parameter: host Host of the server to connect to Path parameter: port Port of the server to connect to Path parameter: tableName Table to connect to
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - host:port/tableName
      Returns:
      the dsl builder