Package | Description |
---|---|
com.datastax.oss.driver.api.core |
The core API of the driver, that deals with query execution and cluster metadata.
|
com.datastax.oss.driver.api.core.metadata |
Modifier and Type | Field and Description |
---|---|
static Version |
Version.V2_1_0 |
static Version |
Version.V2_2_0 |
static Version |
Version.V3_0_0 |
static Version |
Version.V4_0_0 |
static Version |
Version.V5_0_0 |
static Version |
Version.V6_7_0 |
static Version |
Version.V6_8_0 |
Modifier and Type | Method and Description |
---|---|
Version |
MavenCoordinates.getVersion() |
Version |
Version.nextStable()
The next stable version, i.e.
|
static Version |
Version.parse(String version)
Parses a version from a string.
|
Modifier and Type | Method and Description |
---|---|
int |
Version.compareTo(Version other) |
Modifier and Type | Method and Description |
---|---|
Version |
Node.getCassandraVersion()
The Cassandra version of the server.
|
Copyright © 2017–2024. All rights reserved.