public class OvsdbRowStore extends Object
| Constructor and Description |
|---|
OvsdbRowStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteRow(String uuid)
Deletes a row to rowStore.
|
Row |
getRow(String uuid)
Gets the row.
|
ConcurrentMap<String,Row> |
getRowStore()
Gets the rowStore.
|
void |
insertRow(String uuid,
Row row)
Inserts a row to rowStore.
|
public Row getRow(String uuid)
uuid - the key of the rowStorepublic void insertRow(String uuid, Row row)
uuid - key of the rowrow - a row of the tablepublic void deleteRow(String uuid)
uuid - key of the rowpublic ConcurrentMap<String,Row> getRowStore()