Interface GetAllQueuesStatisticsFromAllPorts

All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.Rpc<GetAllQueuesStatisticsFromAllPortsInput,GetAllQueuesStatisticsFromAllPortsOutput>>, org.opendaylight.yangtools.yang.binding.Rpc<GetAllQueuesStatisticsFromAllPortsInput,GetAllQueuesStatisticsFromAllPortsOutput>
All Known Implementing Classes:
GetAllQueuesStatisticsFromAllPortsImpl
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface @Deprecated @Generated("mdsal-binding-generator") public interface GetAllQueuesStatisticsFromAllPorts extends org.opendaylight.yangtools.yang.binding.Rpc<GetAllQueuesStatisticsFromAllPortsInput,GetAllQueuesStatisticsFromAllPortsOutput>
Deprecated.
Get statistics for all the queues attached to all the ports from the node

This class represents the following YANG schema fragment 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;
   }
 }