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