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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllQueuesStatisticsFromAllPortsOutput>>getAllQueuesStatisticsFromAllPorts(GetAllQueuesStatisticsFromAllPortsInput input)Invokeget-all-queues-statistics-from-all-portsRPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllQueuesStatisticsFromGivenPortOutput>>getAllQueuesStatisticsFromGivenPort(GetAllQueuesStatisticsFromGivenPortInput input)Invokeget-all-queues-statistics-from-given-portRPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetQueueStatisticsFromGivenPortOutput>>getQueueStatisticsFromGivenPort(GetQueueStatisticsFromGivenPortInput input)Invokeget-queue-statistics-from-given-portRPC.
-
-
-
Method Detail
-
getAllQueuesStatisticsFromAllPorts
@CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllQueuesStatisticsFromAllPortsOutput>> getAllQueuesStatisticsFromAllPorts(GetAllQueuesStatisticsFromAllPortsInput input)
Invokeget-all-queues-statistics-from-all-portsRPC.Get statistics for all the queues attached to all the ports from the node- Parameters:
input- ofget-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)
Invokeget-all-queues-statistics-from-given-portRPC.Get statistics for all queues for given port of the node- Parameters:
input- ofget-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)
Invokeget-queue-statistics-from-given-portRPC.Get statistics for given queues from given port of the node- Parameters:
input- ofget-queue-statistics-from-given-port- Returns:
- output of
get-queue-statistics-from-given-port
-
-