Interface KuduEndpointBuilderFactory.KuduBuilders

    • Method Detail

      • kudu

        default KuduEndpointBuilderFactory.KuduHeaderNameBuilder 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

        default KuduEndpointBuilderFactory.KuduEndpointBuilder kudu​(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:
        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