- CassandraBundle<C extends io.dropwizard.Configuration> - Class in org.stuartgunter.dropwizard.cassandra
-
A bundle for integrating with Cassandra.
- CassandraBundle() - Constructor for class org.stuartgunter.dropwizard.cassandra.CassandraBundle
-
- cassandraConfiguration(C) - Method in class org.stuartgunter.dropwizard.cassandra.CassandraBundle
-
- CassandraFactory - Class in org.stuartgunter.dropwizard.cassandra
-
A factory for configuring the Cassandra bundle.
- CassandraFactory() - Constructor for class org.stuartgunter.dropwizard.cassandra.CassandraFactory
-
- CassandraHealthCheck - Class in org.stuartgunter.dropwizard.cassandra
-
HealthCheck for a Cassandra Cluster.
- CassandraHealthCheck(SessionFactory) - Constructor for class org.stuartgunter.dropwizard.cassandra.CassandraHealthCheck
-
- CassandraManager - Class in org.stuartgunter.dropwizard.cassandra
-
Manages the lifecycle of the Cassandra Cluster instance, ensuring that it is appropriately
closed when the application terminates.
- CassandraManager(Cluster, Duration) - Constructor for class org.stuartgunter.dropwizard.cassandra.CassandraManager
-
- CassandraMetricSet - Class in org.stuartgunter.dropwizard.cassandra
-
Exposes the metrics provided by the provided Cluster, embedding the cluster name in the metric name.
- CassandraMetricSet(Cluster) - Constructor for class org.stuartgunter.dropwizard.cassandra.CassandraMetricSet
-
- check() - Method in class org.stuartgunter.dropwizard.cassandra.CassandraHealthCheck
-
- ConstantReconnectionPolicyFactory - Class in org.stuartgunter.dropwizard.cassandra.reconnection
-
A factory for configuring and building ConstantReconnectionPolicy instances.
- ConstantReconnectionPolicyFactory() - Constructor for class org.stuartgunter.dropwizard.cassandra.reconnection.ConstantReconnectionPolicyFactory
-
- create() - Method in class org.stuartgunter.dropwizard.cassandra.SessionFactory
-
Creates a new initialised session to the Cassandra cluster.