public class OvsdbTableStore extends Object
| Constructor and Description |
|---|
OvsdbTableStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
createOrUpdateTable(String tableName,
OvsdbRowStore rowStore)
Creates or updates a value to tableStore.
|
void |
dropTable(String tableName)
Drops a value to table data.
|
OvsdbRowStore |
getRows(String tableName)
Gets the ovsdbRowStore.
|
ConcurrentMap<String,OvsdbRowStore> |
getTableStore()
Gets tableStore.
|
public OvsdbRowStore getRows(String tableName)
tableName - an ovsdb table namepublic void createOrUpdateTable(String tableName, OvsdbRowStore rowStore)
tableName - key of tableNamerowStore - a row of tablepublic void dropTable(String tableName)
tableName - key of tableNamepublic ConcurrentMap<String,OvsdbRowStore> getTableStore()