public interface VersionedMetadata
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the metadata name (for example a CQL keyword, or a built-in function name).
|
org.semver4j.Semver |
isInvalidFrom()
Gets the first Cassandra version in which the metadata does not exist anymore.
|
org.semver4j.Semver |
isValidFrom()
Gets the minimal Cassandra version from which the metadata exists.
|
String getName()
org.semver4j.Semver isValidFrom()
null, we consider the metadata
always existed.null.org.semver4j.Semver isInvalidFrom()
null, it means the
metadata still exists in the latest version of Cassandra.null.Copyright © 2020–2024 ING Bank. All rights reserved.