Adding generic GETDATA and GETCOLUMN proxy methods for _uuid and _version in TypedBas... 01/8201/1
authorMadhu Venugopal <mavenugo@gmail.com>
Fri, 20 Jun 2014 23:07:48 +0000 (16:07 -0700)
committerMadhu Venugopal <mavenugo@gmail.com>
Fri, 20 Jun 2014 23:07:48 +0000 (16:07 -0700)
commitb17053cd1f6d1962dfb4f9b226189d6028c26629
treec0071cf09048dea8c9d39321ef89757ffe89cf18
parent61bf3a99cf5799f15434b3ed17fa26a0c3de02a8
Adding generic GETDATA and GETCOLUMN proxy methods for _uuid and _version in TypedBaseTable and enhanced the IT to monitor on OpenVSwitch Table

Please note that as per RFC 7047, the _uuid column will not be included for filter-less monitors and hence getUuid will not work if we are monitoring with no Filters.
But the TableUpdate contains the UUID for each of the update and a monitoring solution should manage that.
Please refer to TypedVSwitchdSchemaIT.java 's getOpenVSwitchTableUuid() for more info on how this is used.

Change-Id: Ia758ed726bbcfdb9fa0b6a7873f50831aed217e4
Signed-off-by: Madhu Venugopal <mavenugo@gmail.com>
library/src/main/java/org/opendaylight/ovsdb/lib/schema/typed/TypedBaseTable.java
schemas/Open_vSwitch/src/test/java/org/opendaylight/ovsdb/schema/openvswitch/TypedVSwitchdSchemaIT.java