Replacing the older version of insertRow with a Schema-independent version. 12/8612/1
authorMadhu Venugopal <mavenugo@gmail.com>
Mon, 30 Jun 2014 11:48:29 +0000 (04:48 -0700)
committerMadhu Venugopal <mavenugo@gmail.com>
Mon, 30 Jun 2014 11:48:29 +0000 (04:48 -0700)
commit9fa6d1ea5341de347503d636d150c28d054a1385
tree14759e69f96b2ef3e5b043c31abea08668820058
parent9419ff9c867c1a8e1d330977aac4dd2ccdfc3a6f
Replacing the older version of insertRow with a Schema-independent version.

This new API is still considered Deprecated version due to the assumptions on a single Row insertion
(similar to the deprecated vswitchd specific insertRow API).

There are a lot more changes coming along the way and this is the first installment of the migration changes.

Change-Id: Id29326923c794eb5de5d030cd2beaaeeda01d2c5
Signed-off-by: Madhu Venugopal <mavenugo@gmail.com>
library/src/main/java/org/opendaylight/ovsdb/lib/operations/OperationResult.java
library/src/main/java/org/opendaylight/ovsdb/lib/schema/DatabaseSchema.java
library/src/main/java/org/opendaylight/ovsdb/lib/schema/GenericTableSchema.java
library/src/main/java/org/opendaylight/ovsdb/lib/schema/TableSchema.java
plugin/src/main/java/org/opendaylight/ovsdb/plugin/ConfigurationService.java
plugin/src/main/java/org/opendaylight/ovsdb/plugin/OVSDBConfigService.java
plugin/src/main/java/org/opendaylight/ovsdb/plugin/OvsVswitchdSchemaConstants.java [new file with mode: 0644]