public interface TableStatisticsEntry
Modifier and Type | Method and Description |
---|---|
long |
activeFlowEntries()
Returns the number of active flow entries in this table.
|
DeviceId |
deviceId()
Returns the device Id.
|
long |
packetsLookedup()
Returns the number of packets looked up in the table.
|
long |
packetsMatched()
Returns the number of packets that successfully matched in the table.
|
int |
tableId()
Returns the table number.
|
DeviceId deviceId()
int tableId()
long activeFlowEntries()
long packetsLookedup()
long packetsMatched()