Package org.onosproject.net.meter
Interface BandEntry
-
- All Superinterfaces:
Band
- All Known Implementing Classes:
DefaultBand
public interface BandEntry extends Band
Represents a stored band.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.onosproject.net.meter.Band
Band.Builder, Band.Type
-
-
Field Summary
-
Fields inherited from interface org.onosproject.net.meter.Band
ERR_MSG, MAX_PRECEDENCE, MIN_PRECEDENCE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setBytes(long bytes)
Sets the number of bytes seen by this band.void
setPackets(long packets)
Sets the number of packets seen by this band.
-