Uses of Class
org.opendaylight.ovsdb.lib.message.TableUpdates
-
-
Uses of TableUpdates in org.opendaylight.ovsdb.hwvtepsouthbound
Methods in org.opendaylight.ovsdb.hwvtepsouthbound that return TableUpdates Modifier and Type Method Description <E extends TableSchema<E>>
TableUpdatesHwvtepConnectionInstance. monitor(DatabaseSchema schema, List<MonitorRequest> monitorRequests, MonitorCallBack monitorCallBack)
<E extends TableSchema<E>>
TableUpdatesHwvtepConnectionInstance. monitor(DatabaseSchema schema, List<MonitorRequest> monitorRequests, MonitorHandle monitorHandle, MonitorCallBack monitorCallBack)
TableUpdates
HwvtepTableReader. readAllTables()
Methods in org.opendaylight.ovsdb.hwvtepsouthbound with parameters of type TableUpdates Modifier and Type Method Description void
HwvtepMonitorCallback. update(TableUpdates result, DatabaseSchema dbSchema)
-
Uses of TableUpdates in org.opendaylight.ovsdb.hwvtepsouthbound.transactions.md
Methods in org.opendaylight.ovsdb.hwvtepsouthbound.transactions.md that return TableUpdates Modifier and Type Method Description TableUpdates
AbstractTransactionCommand. getUpdates()
-
Uses of TableUpdates in org.opendaylight.ovsdb.lib
Methods in org.opendaylight.ovsdb.lib that return TableUpdates Modifier and Type Method Description <E extends TableSchema<E>>
TableUpdatesOvsdbClient. monitor(DatabaseSchema schema, List<MonitorRequest> monitorRequests, MonitorCallBack callback)
ovsdb monitor operation.<E extends TableSchema<E>>
TableUpdatesOvsdbClient. monitor(DatabaseSchema schema, List<MonitorRequest> monitorRequests, MonitorCallBack callback, int timeout)
ovsdb monitor operation.<E extends TableSchema<E>>
TableUpdatesOvsdbClient. monitor(DatabaseSchema schema, List<MonitorRequest> monitorRequests, MonitorHandle monitorHandle, MonitorCallBack callback)
ovsdb monitor operation.<E extends TableSchema<E>>
TableUpdatesOvsdbClient. monitor(DatabaseSchema schema, List<MonitorRequest> monitorRequests, MonitorHandle monitorHandle, MonitorCallBack callback, int timeout)
ovsdb monitor operation.Methods in org.opendaylight.ovsdb.lib with parameters of type TableUpdates Modifier and Type Method Description void
MonitorCallBack. update(TableUpdates result, DatabaseSchema dbSchema)
-
Uses of TableUpdates in org.opendaylight.ovsdb.lib.impl
Methods in org.opendaylight.ovsdb.lib.impl that return TableUpdates Modifier and Type Method Description <E extends TableSchema<E>>
TableUpdatesOvsdbClientImpl. monitor(DatabaseSchema dbSchema, List<MonitorRequest> monitorRequest, MonitorCallBack callback)
<E extends TableSchema<E>>
TableUpdatesOvsdbClientImpl. monitor(DatabaseSchema dbSchema, List<MonitorRequest> monitorRequest, MonitorCallBack callback, int timeout)
<E extends TableSchema<E>>
TableUpdatesOvsdbClientImpl. monitor(DatabaseSchema dbSchema, List<MonitorRequest> monitorRequest, MonitorHandle monitorHandle, MonitorCallBack callback)
<E extends TableSchema<E>>
TableUpdatesOvsdbClientImpl. monitor(DatabaseSchema dbSchema, List<MonitorRequest> monitorRequest, MonitorHandle monitorHandle, MonitorCallBack callback, int timeout)
protected TableUpdates
OvsdbClientImpl. transformingCallback(com.fasterxml.jackson.databind.JsonNode tableUpdatesJson, DatabaseSchema dbSchema)
-
Uses of TableUpdates in org.opendaylight.ovsdb.lib.message
Methods in org.opendaylight.ovsdb.lib.message that return TableUpdates Modifier and Type Method Description TableUpdates
UpdateNotification. getUpdate()
Methods in org.opendaylight.ovsdb.lib.message with parameters of type TableUpdates Modifier and Type Method Description void
UpdateNotification. setUpdate(TableUpdates update)
-
Uses of TableUpdates in org.opendaylight.ovsdb.lib.schema.typed
Methods in org.opendaylight.ovsdb.lib.schema.typed with parameters of type TableUpdates Modifier and Type Method Description <T extends TypedBaseTable<?>>
Map<UUID,T>TypedDatabaseSchema. extractRowsOld(Class<T> klazz, TableUpdates updates)
This method extracts all row updates of Class<T> klazz from a TableUpdates that correspond to old version of rows of type klazz that have been updated.static <T extends TypedBaseTable<?>>
Map<UUID,T>TyperUtils. extractRowsOld(Class<T> klazz, TableUpdates updates, DatabaseSchema dbSchema)
This method extracts all row updates of Class<T> klazz from a TableUpdates that correspond to old version of rows of type klazz that have been updated.<T extends TypedBaseTable<?>>
Map<UUID,T>TypedDatabaseSchema. extractRowsRemoved(Class<T> klazz, TableUpdates updates)
This method extracts all row updates of Class<T> klazz from a TableUpdates that correspond to removal of rows of type klazz.static <T extends TypedBaseTable<?>>
Map<UUID,T>TyperUtils. extractRowsRemoved(Class<T> klazz, TableUpdates updates, DatabaseSchema dbSchema)
This method extracts all row updates of Class<T> klazz from a TableUpdates that correspond to removal of rows of type klazz.<T extends TypedBaseTable<?>>
Map<UUID,T>TypedDatabaseSchema. extractRowsUpdated(Class<T> klazz, TableUpdates updates)
This method extracts all row updates of Class<T> klazz from a TableUpdates that correspond to insertion or updates of rows of type klazz.static <T extends TypedBaseTable<?>>
Map<UUID,T>TyperUtils. extractRowsUpdated(Class<T> klazz, TableUpdates updates, DatabaseSchema dbSchema)
This method extracts all row updates of Class<T> klazz from a TableUpdates that correspond to insertion or updates of rows of type klazz. -
Uses of TableUpdates in org.opendaylight.ovsdb.southbound
Methods in org.opendaylight.ovsdb.southbound that return TableUpdates Modifier and Type Method Description <E extends TableSchema<E>>
TableUpdatesOvsdbConnectionInstance. monitor(DatabaseSchema schema, List<MonitorRequest> monitorRequests, MonitorCallBack callbackArgument)
<E extends TableSchema<E>>
TableUpdatesOvsdbConnectionInstance. monitor(DatabaseSchema schema, List<MonitorRequest> monitorRequests, MonitorHandle monitorHandle, MonitorCallBack callbackArgument)
Methods in org.opendaylight.ovsdb.southbound with parameters of type TableUpdates Modifier and Type Method Description void
OvsdbMonitorCallback. update(TableUpdates result, DatabaseSchema dbSchema)
-
Uses of TableUpdates in org.opendaylight.ovsdb.southbound.transactions.md
Methods in org.opendaylight.ovsdb.southbound.transactions.md that return TableUpdates Modifier and Type Method Description TableUpdates
AbstractTransactionCommand. getUpdates()
-