Package | Description |
---|---|
org.apache.cassandra.cql | |
org.apache.cassandra.cql3 | |
org.apache.cassandra.service | |
org.apache.cassandra.utils |
Modifier and Type | Field and Description |
---|---|
static SemanticVersion |
QueryProcessor.CQL_VERSION |
Modifier and Type | Field and Description |
---|---|
static SemanticVersion |
QueryProcessor.CQL_VERSION |
Modifier and Type | Field and Description |
---|---|
static SemanticVersion |
ClientState.DEFAULT_CQL_VERSION |
Modifier and Type | Method and Description |
---|---|
static SemanticVersion[] |
ClientState.getCQLSupportedVersion() |
SemanticVersion |
ClientState.getCQLVersion() |
Modifier and Type | Method and Description |
---|---|
SemanticVersion |
SemanticVersion.findSupportingVersion(SemanticVersion... 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 |
SemanticVersion.compareTo(SemanticVersion other) |
SemanticVersion |
SemanticVersion.findSupportingVersion(SemanticVersion... 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 |
SemanticVersion.isSupportedBy(SemanticVersion version) |
Copyright © 2015 The Apache Software Foundation