Interface HBaseEndpointBuilderFactory.HBaseBuilders

    • Method Detail

      • hbase

        default HBaseEndpointBuilderFactory.HBaseHeaderNameBuilder hbase()
        HBase (camel-hbase) Reading and write from/to an HBase store (Hadoop database). Category: bigdata,database,hadoop Since: 2.10 Maven coordinates: org.apache.camel:camel-hbase
        Returns:
        the dsl builder for the headers' name.
      • hbase

        default HBaseEndpointBuilderFactory.HBaseEndpointBuilder hbase​(String path)
        HBase (camel-hbase) Reading and write from/to an HBase store (Hadoop database). Category: bigdata,database,hadoop Since: 2.10 Maven coordinates: org.apache.camel:camel-hbase Syntax: hbase:tableName Path parameter: tableName (required) The name of the table
        Parameters:
        path - tableName
        Returns:
        the dsl builder
      • hbase

        default HBaseEndpointBuilderFactory.HBaseEndpointBuilder hbase​(String componentName,
                                                                       String path)
        HBase (camel-hbase) Reading and write from/to an HBase store (Hadoop database). Category: bigdata,database,hadoop Since: 2.10 Maven coordinates: org.apache.camel:camel-hbase Syntax: hbase:tableName Path parameter: tableName (required) The name of the table
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - tableName
        Returns:
        the dsl builder