Uses of Class
org.opendaylight.ovsdb.lib.message.TableUpdate
-
Packages that use TableUpdate Package Description org.opendaylight.ovsdb.lib.message org.opendaylight.ovsdb.lib.schema -
-
Uses of TableUpdate in org.opendaylight.ovsdb.lib.message
Methods in org.opendaylight.ovsdb.lib.message that return TableUpdate Modifier and Type Method Description <E extends TableSchema<E>>
TableUpdate<E>TableUpdates. getUpdate(TableSchema<E> table)
Methods in org.opendaylight.ovsdb.lib.message that return types with arguments of type TableUpdate Modifier and Type Method Description Map<String,TableUpdate>
TableUpdates. getUpdates()
Constructor parameters in org.opendaylight.ovsdb.lib.message with type arguments of type TableUpdate Constructor Description TableUpdates(Map<String,TableUpdate> map)
-
Uses of TableUpdate in org.opendaylight.ovsdb.lib.schema
Methods in org.opendaylight.ovsdb.lib.schema that return TableUpdate Modifier and Type Method Description TableUpdate<E>
TableSchema. updatesFromJson(com.fasterxml.jackson.databind.JsonNode value)
-