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 Detail

      • setPackets

        void setPackets​(long packets)
        Sets number of packets processed by this group bucket entry.
        Parameters:
        packets - a long value
      • setBytes

        void setBytes​(long bytes)
        Sets number of bytes processed by this group bucket entry.
        Parameters:
        bytes - a long value