Package org.onosproject.net.group
Interface StoredGroupBucketEntry
- 
- All Superinterfaces:
- GroupBucket
 - All Known Implementing Classes:
- DefaultGroupBucket
 
 public interface StoredGroupBucketEntry extends GroupBucket Generic group bucket entry representation that is stored in a group object. A group bucket entry provides additional info of group bucket like statistics...etc
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetBytes(long bytes)Sets number of bytes processed by this group bucket entry.voidsetPackets(long packets)Sets number of packets processed by this group bucket entry.- 
Methods inherited from interface org.onosproject.net.group.GroupBucketbytes, hasSameParameters, packets, treatment, type, watchGroup, watchPort, weight
 
- 
 
-