Make OvsdbClient return TypedDatabaseSchemas 18/86218/4
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 1 Dec 2019 11:17:01 +0000 (12:17 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 5 Dec 2019 16:56:48 +0000 (17:56 +0100)
commit5ee9ed22e6f90cd77cfff2e53ab86b8bb49a5e1e
tree14daa1936b263440f16445addee1dfef619240c3
parentc1c79b70cbaf5f837aad643542b24ac5ad0f56c8
Make OvsdbClient return TypedDatabaseSchemas

Centralizing type-safety in client is beneficial in that the users
can use type mapping directly, without having to go through
TyperUtils.

Change-Id: I0f620e515ecb7f9bd140155c046a2c4bf9dc447f
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 3d306908d81236b04c17434a89e931fe37d2df65)
hwvtepsouthbound/hwvtepsouthbound-impl/src/main/java/org/opendaylight/ovsdb/hwvtepsouthbound/HwvtepConnectionInstance.java
hwvtepsouthbound/hwvtepsouthbound-impl/src/test/java/org/opendaylight/ovsdb/hwvtepsouthbound/DataChangeListenerTestBase.java
library/impl/src/main/java/org/opendaylight/ovsdb/lib/OvsdbClient.java
library/impl/src/main/java/org/opendaylight/ovsdb/lib/impl/OvsdbClientImpl.java
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/OvsdbConnectionInstance.java
southbound/southbound-impl/src/test/java/org/opendaylight/ovsdb/southbound/OvsdbConnectionInstanceTest.java