| Package | Description |
|---|---|
| com.h3c.of.ctl.pipeline |
Definitions for conveying OpenFlow switch pipeline definitions and capabilities.
|
| Modifier and Type | Method and Description |
|---|---|
MutableTableContext |
MutableTableContext.addCapability(TableFeaturePropType prop,
Set<? extends OfpCodeBasedEnum> caps)
Adds the given capability to the context.
|
MutableTableContext |
MutableTableContext.addMatchField(OxmFieldType ft,
boolean hasMask)
Adds the given match field to the context
|
MutableTableContext |
MutableTableContext.addMatchFieldCapability(TableFeaturePropType prop,
Set<? extends OxmFieldType> caps)
Adds the given match capability to the context.
|
MutableTableContext |
MutableTableContext.addNextTable(TableId id)
Adds the given table Id to the next tables set.
|
MutableTableContext |
MutableTableContext.addNextTableMiss(TableId id)
Adds the given table Id to the next tables miss set.
|
MutableTableContext |
MutableTableContext.maxEntries(long max)
Sets the maxEntries in the context
|
MutableTableContext |
MutableTableContext.tableId(TableId id)
Sets the table Id in the context.
|
Copyright © 2014. All Rights Reserved.