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 byMeterTableKeyA 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 DeviceIddeviceId()Deprecated.booleanequals(Object obj)Deprecated.inthashCode()Deprecated.static MeterFeaturesKeykey(DeviceId did)Deprecated.StringtoString()Deprecated.
-
-
-
Method Detail
-
key
public static MeterFeaturesKey key(DeviceId did)
Deprecated.
-
deviceId
public DeviceId deviceId()
Deprecated.
-
-