Schnittstelle QOSType


public interface QOSType
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    The QoS event type that is produced when upstream
    elements are producing data too quickly and the element can't keep up
    processing the data.
    static final int
    The QoS event type that is produced when the
    application enabled throttling to limit the data rate.
    static final int
    The QoS event type that is produced when upstream
    elements are producing data too slowly and need to speed up their
    production rate.
  • Felddetails

    • OVERFLOW

      static final int OVERFLOW
      The QoS event type that is produced when upstream
      elements are producing data too quickly and the element can't keep up
      processing the data. Upstream should reduce their production rate. This
      type is also used when buffers arrive early or in time.
      Siehe auch:
    • UNDERFLOW

      static final int UNDERFLOW
      The QoS event type that is produced when upstream
      elements are producing data too slowly and need to speed up their
      production rate.
      Siehe auch:
    • THROTTLE

      static final int THROTTLE
      The QoS event type that is produced when the
      application enabled throttling to limit the data rate.
      Siehe auch: