You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The driver architecture is based on layers. At the bottom lies the driver core.
44
32
This core handles everything related to the connections to a Cassandra
45
33
cluster (for example, connection pool, discovering new nodes, etc.) and exposes a simple,
@@ -120,7 +108,7 @@ the most up-to-date compatibility information).
120
108
UDT and tuple support is available only when using Apache Cassandra 2.1 or higher (see [CQL improvements in Cassandra 2.1](http://www.datastax.com/dev/blog/cql-in-2-1)).
121
109
122
110
Other features are available only when using Apache Cassandra 2.0 or higher (e.g. result set paging,
0 commit comments