public class FilterTable extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<Integer,org.onosproject.net.flowobjective.FilteringObjective> |
filterMap |
| Constructor and Description |
|---|
FilterTable() |
| Modifier and Type | Method and Description |
|---|---|
List<org.onosproject.net.flowobjective.FilteringObjective> |
updateFilter(org.onosproject.net.flowobjective.FilteringObjective filteringObjective) |
List<org.onosproject.net.flowobjective.FilteringObjective> |
updateFilter(List<org.onosproject.net.flowobjective.FilteringObjective> filteringObjectives) |
public List<org.onosproject.net.flowobjective.FilteringObjective> updateFilter(org.onosproject.net.flowobjective.FilteringObjective filteringObjective)