Uses of Class
org.opendaylight.ovsdb.lib.notation.Version
Packages that use Version
Package
Description
-
Uses of Version in org.opendaylight.ovsdb.lib.error
Constructors in org.opendaylight.ovsdb.lib.error with parameters of type VersionModifierConstructorDescriptionSchemaVersionMismatchException
(Version schemaVersion, com.google.common.collect.Range<Version> range) Constructor parameters in org.opendaylight.ovsdb.lib.error with type arguments of type VersionModifierConstructorDescriptionSchemaVersionMismatchException
(Version schemaVersion, com.google.common.collect.Range<Version> range) -
Uses of Version in org.opendaylight.ovsdb.lib.notation
Fields in org.opendaylight.ovsdb.lib.notation declared as VersionMethods in org.opendaylight.ovsdb.lib.notation that return VersionMethods in org.opendaylight.ovsdb.lib.notation that return types with arguments of type VersionModifier and TypeMethodDescriptionstatic com.google.common.collect.Range<Version>
Version.createRangeOf
(Version from, Version to) Methods in org.opendaylight.ovsdb.lib.notation with parameters of type Version -
Uses of Version in org.opendaylight.ovsdb.lib.schema
Methods in org.opendaylight.ovsdb.lib.schema that return VersionModifier and TypeMethodDescriptionDatabaseSchema.getVersion()
DatabaseSchemaImpl.getVersion()
ForwardingDatabaseSchema.getVersion()
Constructors in org.opendaylight.ovsdb.lib.schema with parameters of type VersionModifierConstructorDescriptionDatabaseSchemaImpl
(String name, Version version, Map<String, TableSchema> tables) -
Uses of Version in org.opendaylight.ovsdb.lib.schema.typed
Methods in org.opendaylight.ovsdb.lib.schema.typed that return types with arguments of type VersionModifier 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)