@Deprecated public interface FlowRule
Modifier and Type | Method and Description |
---|---|
MBodyGroupDescStats |
group(GroupId groupId)
Deprecated.
Returns the group description for the specified group ID.
|
List<Instruction> |
instructions(TableId tableId)
Deprecated.
Returns the list of effective instructions for the given table.
|
Match |
match()
Deprecated.
Returns the match associated with this flow.
|
MBodyMeterConfig |
meter(MeterId meterId)
Deprecated.
Returns the meter configuration for the specified meter ID.
|
List<TableId> |
tables()
Deprecated.
Returns the identities of the tables included in this flow,
based on the associated match.
|
Match match()
List<TableId> tables()
List<Instruction> instructions(TableId tableId)
tableId
- the table IDMBodyMeterConfig meter(MeterId meterId)
meterId
- the meter IDMBodyGroupDescStats group(GroupId groupId)
groupId
- the group IDCopyright © 2015. All Rights Reserved.