Package org.onosproject.net.meter
Class MeterFeaturesKey
- java.lang.Object
-
- org.onosproject.net.meter.MeterFeaturesKey
-
@Deprecated public final class MeterFeaturesKey extends Object
Deprecated.in onos-2.5 replaced byMeterTableKey
A meter features key represents a meter features uniquely. Right now only deviceId is used but this class might be useful in virtualization in which a unique deviceId could have multiple features (guess).
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description DeviceId
deviceId()
Deprecated.boolean
equals(Object obj)
Deprecated.int
hashCode()
Deprecated.static MeterFeaturesKey
key(DeviceId did)
Deprecated.String
toString()
Deprecated.
-
-
-
Method Detail
-
key
public static MeterFeaturesKey key(DeviceId did)
Deprecated.
-
deviceId
public DeviceId deviceId()
Deprecated.
-
-