Class NamedCassandraAggregationRepository

  • All Implemented Interfaces:
    AutoCloseable, org.apache.camel.Service, org.apache.camel.ShutdownableService, org.apache.camel.spi.AggregationRepository, org.apache.camel.spi.RecoverableAggregationRepository, org.apache.camel.StatefulService, org.apache.camel.SuspendableService

    public class NamedCassandraAggregationRepository
    extends CassandraAggregationRepository
    Concrete implementation of CassandraAggregationRepository using 2 columns as primary key: name (partition key) and key (clustering key).
    • Constructor Detail

      • NamedCassandraAggregationRepository

        public NamedCassandraAggregationRepository()
    • Method Detail

      • getName

        public String getName()
      • setName

        public final void setName​(String name)