Interface OpendaylightQueueStatisticsService

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.RpcService
    All Known Implementing Classes:
    OpendaylightQueueStatisticsServiceImpl

    @Generated("mdsal-binding-generator")
    public interface OpendaylightQueueStatisticsService
    extends org.opendaylight.yangtools.yang.binding.RpcService
    Interface for implementing the following YANG RPCs defined in module opendaylight-queue-statistics
     rpc get-all-queues-statistics-from-all-ports {
       status deprecated;
       input input {
         uses inv:node-context-ref;
       }
       output output {
         uses queue-id-and-statistics-map;
         uses tr:transaction-aware;
       }
     }
     rpc get-all-queues-statistics-from-given-port {
       status deprecated;
       input input {
         uses inv:node-context-ref;
         leaf node-connector-id {
           type inv:node-connector-id;
         }
       }
       output output {
         uses queue-id-and-statistics-map;
         uses tr:transaction-aware;
       }
     }
     rpc get-queue-statistics-from-given-port {
       status deprecated;
       input input {
         uses inv:node-context-ref;
         leaf node-connector-id {
           type inv:node-connector-id;
         }
         leaf queue-id {
           type queue-types:queue-id;
         }
       }
       output output {
         uses queue-id-and-statistics-map;
         uses tr:transaction-aware;
       }
     }
     
    • Method Detail

      • getAllQueuesStatisticsFromAllPorts

        @CheckReturnValue
        com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllQueuesStatisticsFromAllPortsOutput>> getAllQueuesStatisticsFromAllPorts​(GetAllQueuesStatisticsFromAllPortsInput input)
        Invoke get-all-queues-statistics-from-all-ports RPC.
             
                 Get statistics for all the queues attached to all the ports from the node
             
         
        Parameters:
        input - of get-all-queues-statistics-from-all-ports
        Returns:
        output of get-all-queues-statistics-from-all-ports
      • getAllQueuesStatisticsFromGivenPort

        @CheckReturnValue
        com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllQueuesStatisticsFromGivenPortOutput>> getAllQueuesStatisticsFromGivenPort​(GetAllQueuesStatisticsFromGivenPortInput input)
        Invoke get-all-queues-statistics-from-given-port RPC.
             
                 Get statistics for all queues for given port of the node
             
         
        Parameters:
        input - of get-all-queues-statistics-from-given-port
        Returns:
        output of get-all-queues-statistics-from-given-port
      • getQueueStatisticsFromGivenPort

        @CheckReturnValue
        com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetQueueStatisticsFromGivenPortOutput>> getQueueStatisticsFromGivenPort​(GetQueueStatisticsFromGivenPortInput input)
        Invoke get-queue-statistics-from-given-port RPC.
             
                 Get statistics for given queues from given port of the node
             
         
        Parameters:
        input - of get-queue-statistics-from-given-port
        Returns:
        output of get-queue-statistics-from-given-port