Interface GenericQueueStatistics

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Duration
    All Known Subinterfaces:
    FlowCapableNodeConnectorQueueStatistics, QueueIdAndStatisticsMap

    @Generated("mdsal-binding-generator")
    public interface GenericQueueStatistics
    extends org.opendaylight.yangtools.yang.binding.DataObject, Duration
    Generic statistics of switch port attached queues.

    This class represents the following YANG schema fragment defined in module opendaylight-statistics-types

     grouping generic-queue-statistics {
       leaf transmitted-bytes {
         type yang:counter64;
       }
       leaf transmitted-packets {
         type yang:counter64;
       }
       leaf transmission-errors {
         type yang:counter64;
       }
       uses duration;
     }
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
    • Method Summary

      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter64 getTransmissionErrors()
      Return transmissionErrors, or null if it is not present.
      org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter64 getTransmittedBytes()
      Return transmittedBytes, or null if it is not present.
      org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter64 getTransmittedPackets()
      Return transmittedPackets, or null if it is not present.
      Class<? extends GenericQueueStatistics> implementedInterface()  
      default @NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter64 requireTransmissionErrors()
      Return transmissionErrors, guaranteed to be non-null.
      default @NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter64 requireTransmittedBytes()
      Return transmittedBytes, guaranteed to be non-null.
      default @NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter64 requireTransmittedPackets()
      Return transmittedPackets, guaranteed to be non-null.
      • Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.model.statistics.types.rev130925.Duration

        getDuration
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
        YANG identifier of the statement represented by this class.
    • Method Detail

      • implementedInterface

        Class<? extends GenericQueueStatistics> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface Duration
      • getTransmittedBytes

        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter64 getTransmittedBytes()
        Return transmittedBytes, or null if it is not present.
        Returns:
        Counter64 transmittedBytes, or null if it is not present.
      • requireTransmittedBytes

        default @NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter64 requireTransmittedBytes()
        Return transmittedBytes, guaranteed to be non-null.
        Returns:
        Counter64 transmittedBytes, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if transmittedBytes is not present
      • getTransmittedPackets

        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter64 getTransmittedPackets()
        Return transmittedPackets, or null if it is not present.
        Returns:
        Counter64 transmittedPackets, or null if it is not present.
      • requireTransmittedPackets

        default @NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter64 requireTransmittedPackets()
        Return transmittedPackets, guaranteed to be non-null.
        Returns:
        Counter64 transmittedPackets, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if transmittedPackets is not present
      • getTransmissionErrors

        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter64 getTransmissionErrors()
        Return transmissionErrors, or null if it is not present.
        Returns:
        Counter64 transmissionErrors, or null if it is not present.
      • requireTransmissionErrors

        default @NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter64 requireTransmissionErrors()
        Return transmissionErrors, guaranteed to be non-null.
        Returns:
        Counter64 transmissionErrors, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if transmissionErrors is not present