Package org.onosproject.store.flow.impl
Class BucketId
- java.lang.Object
-
- org.onosproject.store.flow.impl.BucketId
-
public class BucketId extends Object
Represents a distinct device flow bucket.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intbucket()Returns the bucket number.org.onosproject.net.DeviceIddeviceId()Returns the bucket device identifier.booleanequals(Object other)inthashCode()StringtoString()
-