Interface QueueIdAndStatisticsMap

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    GetAllQueuesStatisticsFromAllPortsOutput, GetAllQueuesStatisticsFromGivenPortOutput, GetQueueStatisticsFromGivenPortOutput, GetQueueStatisticsOutput, MultipartReplyQueueStats, QueueStatisticsUpdate

    @Generated("mdsal-binding-generator")
    public interface QueueIdAndStatisticsMap
    extends org.opendaylight.yangtools.yang.binding.DataObject

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

     grouping queue-id-and-statistics-map {
       list queue-id-and-statistics-map {
         key "queue-id node-connector-id";
         leaf queue-id {
           type queue-types:queue-id;
         }
         leaf node-connector-id {
           type inv:node-connector-id;
         }
         uses stat-types:generic-queue-statistics;
       }
     }
     
    The schema path to identify an instance is opendaylight-queue-statistics/queue-id-and-statistics-map
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

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

        @Nullable Map<QueueIdAndStatisticsMapKey,​QueueIdAndStatisticsMap> getQueueIdAndStatisticsMap()
        Return queueIdAndStatisticsMap, or null if it is not present.
        Returns:
        java.util.Map queueIdAndStatisticsMap, or null if it is not present.
      • nonnullQueueIdAndStatisticsMap

        default @NonNull Map<QueueIdAndStatisticsMapKey,​QueueIdAndStatisticsMap> nonnullQueueIdAndStatisticsMap()
        Return queueIdAndStatisticsMap, or an empty list if it is not present.
        Returns:
        java.util.Map queueIdAndStatisticsMap, or an empty list if it is not present.