public interface PipelineDefinition
The definition manages table-contexts for a device.
Implementing classes will build the definition based on table feature
capabilities information, such as OpenFlow Table-Feature Reply
message.
| Modifier and Type | Method and Description |
|---|---|
TableContext |
getTableContext(TableId tableId)
Returns table context for the given table ID.
|
Set<TableId> |
getTableIds()
Returns all the table IDs contained in the definition.
|
TableContext getTableContext(TableId tableId)
tableId - the table IDCopyright © 2014. All Rights Reserved.