Class TableUpdates
- java.lang.Object
 - 
- org.opendaylight.ovsdb.lib.message.Response
 - 
- org.opendaylight.ovsdb.lib.message.TableUpdates
 
 
 
- 
public class TableUpdates extends Response
 
- 
- 
Constructor Summary
Constructors Constructor Description TableUpdates()TableUpdates(Map<String,TableUpdate> map) 
- 
Method Summary
All 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.Response
getDetails, getError, setDetails, setError 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
TableUpdates
public TableUpdates()
 
- 
TableUpdates
public TableUpdates(Map<String,TableUpdate> map)
 
 - 
 
- 
Method Detail
- 
getUpdate
public <E extends TableSchema<E>> TableUpdate<E> getUpdate(TableSchema<E> table)
 
- 
getUpdates
public Map<String,TableUpdate> getUpdates()
 
 - 
 
 -