Class PiMeterCellConfig

  • All Implemented Interfaces:
    PiEntity

    @Beta
    public final class PiMeterCellConfig
    extends Object
    implements PiEntity
    Configuration of a meter cell of a protocol-independent pipeline.
    • Method Detail

      • cellId

        public PiMeterCellId cellId()
        Returns the cell identifier.
        Returns:
        cell identifier
      • meterBands

        public Collection<PiMeterBand> meterBands()
        Returns the collection of bands of this cell.
        Returns:
        meter bands
      • piEntityType

        public PiEntityType piEntityType()
        Description copied from interface: PiEntity
        Returns the type of this entity.
        Specified by:
        piEntityType in interface PiEntity
        Returns:
        entity type
      • handle

        public PiMeterCellHandle handle​(DeviceId deviceId)
        Description copied from interface: PiEntity
        Returns a handle for this PI entity and the given device ID.
        Specified by:
        handle in interface PiEntity
        Parameters:
        deviceId - device ID
        Returns:
        handle
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • builder

        public static PiMeterCellConfig.Builder builder()
        Returns a meter cell configuration builder.
        Returns:
        a new builder