Java driver for DataStax Enterprise
This driver is built on top of the DataStax driver for Apache Cassandra, with specific extensions for DSE:
-
Authenticator
implementations that use the authentication scheme negotiation in the server-sideDseAuthenticator
; - value classes for geospatial types, and type codecs that integrate them seamlessly with the driver;
- DSE graph integration.
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