Interface BandEntry

  • All Superinterfaces:
    Band
    All Known Implementing Classes:
    DefaultBand

    public interface BandEntry
    extends Band
    Represents a stored band.
    • Method Detail

      • setPackets

        void setPackets​(long packets)
        Sets the number of packets seen by this band.
        Parameters:
        packets - a packet count
      • setBytes

        void setBytes​(long bytes)
        Sets the number of bytes seen by this band.
        Parameters:
        bytes - a byte counter