Uses of Class
org.openflow.protocol.statistics.OFTableStatistics

Packages that use OFTableStatistics
org.openflow.protocol.statistics   
 

Uses of OFTableStatistics in org.openflow.protocol.statistics
 

Methods in org.openflow.protocol.statistics that return OFTableStatistics
 OFTableStatistics OFTableStatistics.setActiveCount(int activeCount)
           
 OFTableStatistics OFTableStatistics.setLookupCount(long lookupCount)
           
 OFTableStatistics OFTableStatistics.setMatchedCount(long matchedCount)
           
 OFTableStatistics OFTableStatistics.setTableId(byte tableId)