Interface CassandraEndpointBuilderFactory.CassandraBuilders

    • Method Detail

      • cql

        default CassandraEndpointBuilderFactory.CassandraEndpointBuilder cql​(String path)
        Cassandra CQL (camel-cassandraql) Integrate with Cassandra 2.0 using the CQL3 API (not the Thrift API). Based on Cassandra Java Driver provided by DataStax. Category: database,nosql Since: 2.15 Maven coordinates: org.apache.camel:camel-cassandraql Syntax: cql:beanRef:hosts:port/keyspace Path parameter: beanRef beanRef is defined using bean:id Path parameter: hosts Hostname(s) Cassandra server(s). Multiple hosts can be separated by comma. Path parameter: port Port number of Cassandra server(s) Path parameter: keyspace Keyspace to use
        Parameters:
        path - beanRef:hosts:port/keyspace
        Returns:
        the dsl builder
      • cql

        default CassandraEndpointBuilderFactory.CassandraEndpointBuilder cql​(String componentName,
                                                                             String path)
        Cassandra CQL (camel-cassandraql) Integrate with Cassandra 2.0 using the CQL3 API (not the Thrift API). Based on Cassandra Java Driver provided by DataStax. Category: database,nosql Since: 2.15 Maven coordinates: org.apache.camel:camel-cassandraql Syntax: cql:beanRef:hosts:port/keyspace Path parameter: beanRef beanRef is defined using bean:id Path parameter: hosts Hostname(s) Cassandra server(s). Multiple hosts can be separated by comma. Path parameter: port Port number of Cassandra server(s) Path parameter: keyspace Keyspace to use
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - beanRef:hosts:port/keyspace
        Returns:
        the dsl builder