@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface CassandraEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CassandraEndpointBuilderFactory.AdvancedCassandraEndpointBuilder
Advanced builder for endpoint for the Cassandra CQL component.
|
static interface |
CassandraEndpointBuilderFactory.AdvancedCassandraEndpointConsumerBuilder
Advanced builder for endpoint consumers for the Cassandra CQL component.
|
static interface |
CassandraEndpointBuilderFactory.AdvancedCassandraEndpointProducerBuilder
Advanced builder for endpoint producers for the Cassandra CQL component.
|
static interface |
CassandraEndpointBuilderFactory.CassandraBuilders |
static interface |
CassandraEndpointBuilderFactory.CassandraEndpointBuilder
Builder for endpoint for the Cassandra CQL component.
|
static interface |
CassandraEndpointBuilderFactory.CassandraEndpointConsumerBuilder
Builder for endpoint consumers for the Cassandra CQL component.
|
static interface |
CassandraEndpointBuilderFactory.CassandraEndpointProducerBuilder
Builder for endpoint producers for the Cassandra CQL component.
|
static class |
CassandraEndpointBuilderFactory.ConsistencyLevel
Proxy enum for
com.datastax.driver.core.ConsistencyLevel
enum. |
| Modifier and Type | Method and Description |
|---|---|
static CassandraEndpointBuilderFactory.CassandraEndpointBuilder |
cql(String path)
Cassandra CQL (camel-cassandraql)
The cql component aims at integrating Cassandra 2.0 using the CQL3 API
(not the Thrift API).
|
static CassandraEndpointBuilderFactory.CassandraEndpointBuilder cql(String path)
cql:beanRef:hosts:port/keyspace
Path parameter: beanRef
beanRef is defined using bean:id
Path parameter: hosts
Hostname(s) cassansdra server(s). Multiple hosts can be separated by
comma.
Path parameter: port
Port number of cassansdra server(s)
Path parameter: keyspace
Keyspace to useApache Camel