Java driver for DataStax Enterprise

This driver is built on top of the DataStax driver for Apache Cassandra, with specific extensions for DSE:

Note: since this driver is designed as a complimentary wrapper of the DataStax core driver for Apache Cassandra, a lot of underlying concepts in this driver are the same, and to keep this documentation focused we will be linking to the relevant section of the core manual where necessary.

The Java DataStax Enterprise Driver can be used solely with DataStax Enterprise. Please consult the license.

Getting the driver

The driver is available from Maven central:

<dependency>
  <groupId>com.datastax.cassandra</groupId>
  <artifactId>dse-driver</artifactId>
  <version>1.1.1</version>
</dependency>

Reporting issues

Create a JIRA ticket with the “Component/s” field set to “DSE” (or contact DataStax support if you are a DSE customer).

License

Copyright © 2012-2016 DataStax Inc.

The full license terms are available at http://www.datastax.com/terms/datastax-dse-driver-license-terms