Removed the option to not-cache the database schema from the library. 13/8613/1
authorMadhu Venugopal <mavenugo@gmail.com>
Mon, 30 Jun 2014 16:24:17 +0000 (09:24 -0700)
committerMadhu Venugopal <mavenugo@gmail.com>
Mon, 30 Jun 2014 18:34:14 +0000 (11:34 -0700)
commite6d4850c1151388d6244ef271fa9675803b5e587
tree11ef7cbc62e56117c4ba8cdbcae9329319f4da20
parent9fa6d1ea5341de347503d636d150c28d054a1385
Removed the option to not-cache the database schema from the library.

There is no valid reason not to cache the database schema for a ovsdb connection once it is learnt once.
The schema can never change after the connection is established & hence having this dynamic capability is
unneccessary and causes unncessary API confusion.

Change-Id: If147d90a1070beaf85a3d7f9f7f844d73d53acb0
Signed-off-by: Madhu Venugopal <mavenugo@gmail.com>
integrationtest/src/test/java/org/opendaylight/ovsdb/integrationtest/library/OvsdbLibraryIT.java
library/src/main/java/org/opendaylight/ovsdb/lib/OvsdbClient.java
library/src/main/java/org/opendaylight/ovsdb/lib/impl/OvsdbClientImpl.java
library/src/test/java/org/opendaylight/ovsdb/lib/OvsdbClientTestIT.java
library/src/test/java/org/opendaylight/ovsdb/lib/OvsdbClientTestITTyped.java
plugin/src/main/java/org/opendaylight/ovsdb/plugin/ConnectionService.java
schemas/Open_vSwitch/src/test/java/org/opendaylight/ovsdb/schema/openvswitch/MonitorTestCases.java
schemas/hardware_vtep/src/test/java/org/opendaylight/ovsdb/schema/hardwarevtep/TypedHardwareVTepSchemaIT.java