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

Packages that use OFGroupBucketCounter
org.openflow.protocol.statistics   
 

Uses of OFGroupBucketCounter in org.openflow.protocol.statistics
 

Methods in org.openflow.protocol.statistics that return types with arguments of type OFGroupBucketCounter
 java.util.List<OFGroupBucketCounter> OFGroupStatisticsReply.getBandStatistics()
           
 

Method parameters in org.openflow.protocol.statistics with type arguments of type OFGroupBucketCounter
 OFGroupStatisticsReply OFGroupStatisticsReply.setBandStatistics(java.util.List<OFGroupBucketCounter> bucketStatistics)