Uses of Class
org.opendaylight.ovsdb.lib.notation.Version
-
Packages that use Version Package Description org.opendaylight.ovsdb.lib.error org.opendaylight.ovsdb.lib.notation org.opendaylight.ovsdb.lib.schema org.opendaylight.ovsdb.lib.schema.typed -
-
Uses of Version in org.opendaylight.ovsdb.lib.error
Constructors in org.opendaylight.ovsdb.lib.error with parameters of type Version Constructor Description SchemaVersionMismatchException(Version schemaVersion, com.google.common.collect.Range<Version> range)
Constructor parameters in org.opendaylight.ovsdb.lib.error with type arguments of type Version Constructor Description SchemaVersionMismatchException(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 Version Modifier and Type Field Description static Version
Version. NULL
Methods in org.opendaylight.ovsdb.lib.notation that return Version Modifier and Type Method Description static Version
Version. fromString(String version)
Methods in org.opendaylight.ovsdb.lib.notation that return types with arguments of type Version Modifier and Type Method Description static com.google.common.collect.Range<Version>
Version. createRangeOf(Version from, Version to)
Methods in org.opendaylight.ovsdb.lib.notation with parameters of type Version Modifier and Type Method Description int
Version. compareTo(Version version)
static com.google.common.collect.Range<Version>
Version. createRangeOf(Version from, Version to)
-
Uses of Version in org.opendaylight.ovsdb.lib.schema
Methods in org.opendaylight.ovsdb.lib.schema that return Version Modifier and Type Method Description Version
DatabaseSchema. getVersion()
Version
DatabaseSchemaImpl. getVersion()
Version
ForwardingDatabaseSchema. getVersion()
Constructors in org.opendaylight.ovsdb.lib.schema with parameters of type Version Constructor Description DatabaseSchemaImpl(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 Version Modifier and Type Method Description static @NonNull com.google.common.collect.Range<Version>
TypedReflections. getColumnVersionRange(Method method)
static @NonNull com.google.common.collect.Range<Version>
TypedReflections. getTableVersionRange(Class<?> type)
-