|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SemanticVersion | |
---|---|
org.apache.cassandra.cql | |
org.apache.cassandra.cql3 | |
org.apache.cassandra.service | |
org.apache.cassandra.utils |
Uses of SemanticVersion in org.apache.cassandra.cql |
---|
Fields in org.apache.cassandra.cql declared as SemanticVersion | |
---|---|
static SemanticVersion |
QueryProcessor.CQL_VERSION
|
Uses of SemanticVersion in org.apache.cassandra.cql3 |
---|
Fields in org.apache.cassandra.cql3 declared as SemanticVersion | |
---|---|
static SemanticVersion |
QueryProcessor.CQL_VERSION
|
Uses of SemanticVersion in org.apache.cassandra.service |
---|
Fields in org.apache.cassandra.service declared as SemanticVersion | |
---|---|
static SemanticVersion |
ClientState.DEFAULT_CQL_VERSION
|
Methods in org.apache.cassandra.service that return SemanticVersion | |
---|---|
static SemanticVersion[] |
ClientState.getCQLSupportedVersion()
|
SemanticVersion |
ClientState.getCQLVersion()
|
Uses of SemanticVersion in org.apache.cassandra.utils |
---|
Methods in org.apache.cassandra.utils that return SemanticVersion | |
---|---|
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. |
Methods in org.apache.cassandra.utils with parameters of type SemanticVersion | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |