Class BucketId


  • public class BucketId
    extends Object
    Represents a distinct device flow bucket.
    • Method Detail

      • deviceId

        public org.onosproject.net.DeviceId deviceId()
        Returns the bucket device identifier.
        Returns:
        the device identifier
      • bucket

        public int bucket()
        Returns the bucket number.
        Returns:
        the bucket number
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object