Interface CassandraEndpointBuilderFactory.CassandraBuilders

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

public static interface CassandraEndpointBuilderFactory.CassandraBuilders
  • Method Details

    • cql

      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,bigdata Since: 2.15 Maven coordinates: org.apache.camel:camel-cassandraql
      Returns:
      the dsl builder for the headers' name.
    • cql

      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,bigdata 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

      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,bigdata 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