| Package | Description |
|---|---|
| org.opendaylight.ovsdb.lib.error | |
| org.opendaylight.ovsdb.lib.notation | |
| org.opendaylight.ovsdb.lib.schema | |
| org.opendaylight.ovsdb.lib.schema.typed |
| Constructor and Description |
|---|
SchemaVersionMismatchException(Version schemaVersion,
Version fromVersion,
Version untilVersion) |
| Modifier and Type | Field and Description |
|---|---|
static Version |
Version.NULL |
| Modifier and Type | Method and Description |
|---|---|
static Version |
Version.fromString(String version) |
| Modifier and Type | Method and Description |
|---|---|
int |
Version.compareTo(Version version) |
| Modifier and Type | Method and Description |
|---|---|
Version |
DatabaseSchema.getVersion() |
| Modifier and Type | Method and Description |
|---|---|
void |
DatabaseSchema.setVersion(Version version) |
| Constructor and Description |
|---|
DatabaseSchema(String name,
Version version,
Map<String,TableSchema> tables) |
| Modifier and Type | Method and Description |
|---|---|
static Version |
TyperUtils.getColumnFromVersion(Method method) |
static Version |
TyperUtils.getColumnUntilVersion(Method method) |
static <T> Version |
TyperUtils.getTableFromVersion(Class<T> klazz) |
static <T> Version |
TyperUtils.getTableUntilVersion(Class<T> klazz) |
Copyright © 2018 OpenDaylight. All rights reserved.