Package | Description |
---|---|
com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
Modifier and Type | Method and Description |
---|---|
VersionNumber |
Host.getCassandraVersion()
The Cassandra version the host is running.
|
VersionNumber |
VersionNumber.nextStable()
The next stable version, i.e.
|
static VersionNumber |
VersionNumber.parse(String version)
Parse a version from a string.
|
Modifier and Type | Method and Description |
---|---|
int |
VersionNumber.compareTo(VersionNumber other) |