Class TableUpdates
- java.lang.Object
- 
- org.opendaylight.ovsdb.lib.message.Response
- 
- org.opendaylight.ovsdb.lib.message.TableUpdates
 
 
- 
 public class TableUpdates extends Response 
- 
- 
Constructor SummaryConstructors Constructor Description TableUpdates()TableUpdates(Map<String,TableUpdate> map)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description <E extends TableSchema<E>>
 TableUpdate<E>getUpdate(TableSchema<E> table)Map<String,TableUpdate>getUpdates()StringtoString()- 
Methods inherited from class org.opendaylight.ovsdb.lib.message.ResponsegetDetails, getError, setDetails, setError
 
- 
 
- 
- 
- 
Constructor Detail- 
TableUpdatespublic TableUpdates() 
 - 
TableUpdatespublic TableUpdates(Map<String,TableUpdate> map) 
 
- 
 - 
Method Detail- 
getUpdatepublic <E extends TableSchema<E>> TableUpdate<E> getUpdate(TableSchema<E> table) 
 - 
getUpdatespublic Map<String,TableUpdate> getUpdates() 
 
- 
 
-