Class DatabaseSchemaImpl
java.lang.Object
org.opendaylight.ovsdb.lib.schema.DatabaseSchemaImpl
- All Implemented Interfaces:
DatabaseSchema
-
Constructor Summary
ConstructorDescriptionDatabaseSchemaImpl
(String name, Version version, Map<String, TableSchema> tables) -
Method Summary
Modifier and TypeMethodDescriptionprotected <E extends TableSchema<E>>
EcreateTableSchema
(Class<E> clazz, TableSchema<E> table) static DatabaseSchema
getName()
boolean
protected final boolean
<E extends TableSchema<E>>
E
-
Constructor Details
-
DatabaseSchemaImpl
-
-
Method Details
-
fromJson
-
getTables
- Specified by:
getTables
in interfaceDatabaseSchema
-
hasTable
- Specified by:
hasTable
in interfaceDatabaseSchema
-
table
- Specified by:
table
in interfaceDatabaseSchema
-
createTableSchema
-
getName
- Specified by:
getName
in interfaceDatabaseSchema
-
getVersion
- Specified by:
getVersion
in interfaceDatabaseSchema
-
withInternallyGeneratedColumns
- Specified by:
withInternallyGeneratedColumns
in interfaceDatabaseSchema
-
haveInternallyGeneratedColumns
protected final boolean haveInternallyGeneratedColumns()
-