Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.db | |
org.apache.cassandra.gms | |
org.apache.cassandra.service | |
org.apache.cassandra.utils |
Modifier and Type | Field and Description |
---|---|
static CassandraVersion |
QueryProcessor.CQL_VERSION |
Modifier and Type | Field and Description |
---|---|
static CassandraVersion |
SystemKeyspace.NULL_VERSION |
static CassandraVersion |
SystemKeyspace.UNREADABLE_VERSION |
Modifier and Type | Method and Description |
---|---|
static CassandraVersion |
SystemKeyspace.getReleaseVersion(java.net.InetAddress ep)
Get release version for given endpoint.
|
Modifier and Type | Method and Description |
---|---|
CassandraVersion |
Gossiper.getReleaseVersion(java.net.InetAddress ep) |
Modifier and Type | Field and Description |
---|---|
static CassandraVersion |
ClientState.DEFAULT_CQL_VERSION |
static CassandraVersion |
ActiveRepairService.SUPPORTS_GLOBAL_PREPARE_FLAG_VERSION |
Modifier and Type | Method and Description |
---|---|
static CassandraVersion[] |
ClientState.getCQLSupportedVersion() |
Modifier and Type | Method and Description |
---|---|
CassandraVersion |
CassandraVersion.findSupportingVersion(CassandraVersion... versions)
Returns a version that is backward compatible with this version amongst a list
of provided version, or null if none can be found.
|
Modifier and Type | Method and Description |
---|---|
int |
CassandraVersion.compareTo(CassandraVersion other) |
CassandraVersion |
CassandraVersion.findSupportingVersion(CassandraVersion... versions)
Returns a version that is backward compatible with this version amongst a list
of provided version, or null if none can be found.
|
boolean |
CassandraVersion.isSupportedBy(CassandraVersion version) |
Copyright © 2018 The Apache Software Foundation