Package org.onosproject.net.pi.runtime
Class PiMeterBand
- java.lang.Object
-
- org.onosproject.net.pi.runtime.PiMeterBand
-
@Beta public final class PiMeterBand extends Object
Represents a band used within a meter.
-
-
Constructor Summary
Constructors Constructor Description PiMeterBand(long rate, long burst)
Creates a band with rate and burst.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
burst()
Returns the burst of this band.boolean
equals(Object obj)
int
hashCode()
long
rate()
Returns the rate of this band.String
toString()
-