| Package | Description |
|---|---|
| org.apache.cassandra.cql3 | |
| org.apache.cassandra.db | |
| org.apache.cassandra.gms | |
| org.apache.cassandra.utils |
| Modifier and Type | Field and Description |
|---|---|
static CassandraVersion |
QueryProcessor.CQL_VERSION |
static CassandraVersion |
QueryProcessor.NEW_PREPARED_STATEMENT_BEHAVIOUR_SINCE_30 |
static CassandraVersion |
QueryProcessor.NEW_PREPARED_STATEMENT_BEHAVIOUR_SINCE_3X |
static CassandraVersion |
QueryProcessor.NEW_PREPARED_STATEMENT_BEHAVIOUR_SINCE_40 |
| Modifier and Type | Field and Description |
|---|---|
static CassandraVersion |
SystemKeyspace.CURRENT_VERSION |
static CassandraVersion |
SystemKeyspace.NULL_VERSION |
static CassandraVersion |
SystemKeyspace.UNREADABLE_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static CassandraVersion |
SystemKeyspace.getReleaseVersion(InetAddressAndPort ep)
Get release version for given endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
CassandraVersion |
Gossiper.getMinVersion(long delay,
java.util.concurrent.TimeUnit timeUnit) |
CassandraVersion |
EndpointState.getReleaseVersion() |
CassandraVersion |
Gossiper.getReleaseVersion(InetAddressAndPort ep) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Gossiper.isUpgradingFromVersionLowerThan(CassandraVersion referenceVersion)
Returns
true if there are nodes on version lower than the provided version |
| Modifier and Type | Field and Description |
|---|---|
static CassandraVersion |
CassandraVersion.CASSANDRA_3_4 |
static CassandraVersion |
CassandraVersion.CASSANDRA_4_0 |
static CassandraVersion |
CassandraVersion.CASSANDRA_4_0_RC2 |
| Modifier and Type | Field and Description |
|---|---|
java.util.function.Supplier<CassandraVersion> |
CassandraVersion.familyLowerBound |
| Modifier and Type | Method and Description |
|---|---|
int |
CassandraVersion.compareTo(CassandraVersion other) |
int |
CassandraVersion.compareTo(CassandraVersion other,
boolean compareToPatchOnly) |
Copyright © 2009-2022 The Apache Software Foundation