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
    • 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