Class | Description |
---|---|
CassandraAggregationRepository |
Implementation of
AggregationRepository using Cassandra table to store
exchanges. |
CassandraCamelCodec |
Marshall/unmarshall Exchange to/from a ByteBuffer.
|
NamedCassandraAggregationRepository |
Concrete implementation of
CassandraAggregationRepository using 2
columns as primary key: name (partition key) and key (clustering key). |
Exception | Description |
---|---|
CassandraAggregationException |
Error occurred in Cassandra Aggregation repository
|
Apache Camel