Package | Description |
---|---|
com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
Modifier and Type | Field and Description |
---|---|
protected VersionNumber |
AbstractTableMetadata.cassandraVersion |
Modifier and Type | Method and Description |
---|---|
VersionNumber |
Host.getCassandraVersion()
The Cassandra version the host is running.
|
VersionNumber |
Host.getDseVersion()
Deprecated.
Please use the Java driver
for DSE if you are connecting to a DataStax Enterprise (DSE) cluster. This method might
not function properly with future versions of DSE.
|
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) |
Constructor and Description |
---|
AbstractTableMetadata(KeyspaceMetadata keyspace,
String name,
UUID id,
List<ColumnMetadata> partitionKey,
List<ColumnMetadata> clusteringColumns,
Map<String,ColumnMetadata> columns,
TableOptionsMetadata options,
List<ClusteringOrder> clusteringOrder,
VersionNumber cassandraVersion) |
Copyright © 2012–2023. All rights reserved.