public interface VersionedMetadata
| Modifier and Type | Method and Description |
|---|---|
boolean |
fulfillAdditionalCondition(CassandraConnection connection)
Checks if the connection to the database fulfills some specific conditions defined in the implementation of
VersionedMetadata. |
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.boolean fulfillAdditionalCondition(@Nullable CassandraConnection connection)
VersionedMetadata.connection - The connection to the database.true if the additional condition is verified by the connection, false otherwise.Copyright © 2020–2026 ING Bank. All rights reserved.