Alia-all 4.1.0
Cassandra CQL3 client for Clojure - datastax/java-driver wrapper.
Installation
To install, add the following dependency to your project or build file:
[cc.qbits/alia-all "4.1.0"]
Namespaces
qbits.alia.codec.extension.joda-time
Codec that adds encoding support for org.joda.time.DateTime instances
Public variables and functions:
qbits.alia.policy.load-balancing
The policy that decides which Cassandra hosts to contact for each new query.
qbits.alia.policy.reconnection
Policy that decides how often the reconnection to a dead node is attempted.
Public variables and functions:
qbits.alia.policy.retry
A policy that defines a default behavior to adopt when a request returns a TimeoutException or an UnavailableException. Such policy allows to centralize the handling of query retries, allowing to minimize the need for exception catching/handling in business code.
Public variables and functions: