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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setBytes(long bytes)
Sets number of bytes processed by this group bucket entry.void
setPackets(long packets)
Sets number of packets processed by this group bucket entry.-
Methods inherited from interface org.onosproject.net.group.GroupBucket
bytes, hasSameParameters, packets, treatment, type, watchGroup, watchPort, weight
-
-