| Package | Description |
|---|---|
| com.h3c.of.lib.mp |
Representations of OpenFlow Protocol Multipart Message bodies.
|
| Modifier and Type | Method and Description |
|---|---|
MBodyMutableTableStats |
MBodyMutableTableStats.activeCount(long active)
Sets the number of active entries.
|
MBodyMutableTableStats |
MBodyMutableTableStats.lookupCount(long lookup)
Sets the number of packets looked up in the table.
|
MBodyMutableTableStats |
MBodyMutableTableStats.matchedCount(long matched)
Sets the number of packets that hit the table.
|
MBodyMutableTableStats |
MBodyMutableTableStats.maxEntries(long max)
Sets the maximum number of entries supported by this table.
|
MBodyMutableTableStats |
MBodyMutableTableStats.name(String name)
Sets the name of the table; Since 1.0; Removed at 1.3.
|
MBodyMutableTableStats |
MBodyMutableTableStats.tableId(TableId tableId)
Sets the ID of the table; Since 1.0.
|
Copyright © 2014. All Rights Reserved.