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