Uses of Class
org.opendaylight.ovsdb.lib.notation.Version
Package
Description
-
Uses of Version in org.opendaylight.ovsdb.lib.error
ModifierConstructorDescriptionSchemaVersionMismatchException
(Version schemaVersion, com.google.common.collect.Range<Version> range) ModifierConstructorDescriptionSchemaVersionMismatchException
(Version schemaVersion, com.google.common.collect.Range<Version> range) -
Uses of Version in org.opendaylight.ovsdb.lib.notation
Modifier and TypeMethodDescriptionstatic com.google.common.collect.Range<Version>
Version.createRangeOf
(Version from, Version to) -
Uses of Version in org.opendaylight.ovsdb.lib.schema
Modifier and TypeMethodDescriptionDatabaseSchema.getVersion()
DatabaseSchemaImpl.getVersion()
ForwardingDatabaseSchema.getVersion()
ModifierConstructorDescriptionDatabaseSchemaImpl
(String name, Version version, Map<String, TableSchema> tables) -
Uses of Version in org.opendaylight.ovsdb.lib.schema.typed
Modifier and TypeMethodDescriptionstatic @NonNull com.google.common.collect.Range<Version>
TypedReflections.getColumnVersionRange
(Method method) static @NonNull com.google.common.collect.Range<Version>
TypedReflections.getTableVersionRange
(Class<?> type)