Class OpendaylightQueueStatisticsServiceImpl
- java.lang.Object
-
- org.opendaylight.openflowplugin.impl.statistics.services.OpendaylightQueueStatisticsServiceImpl
-
- All Implemented Interfaces:
OpendaylightQueueStatisticsService,org.opendaylight.yangtools.yang.binding.RpcService
public class OpendaylightQueueStatisticsServiceImpl extends Object implements OpendaylightQueueStatisticsService
-
-
Constructor Summary
Constructors Constructor Description OpendaylightQueueStatisticsServiceImpl(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed, org.opendaylight.mdsal.binding.api.NotificationPublishService notificationPublishService)
-
Method Summary
All Methods Instance Methods Concrete 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.
-
-
-
Constructor Detail
-
OpendaylightQueueStatisticsServiceImpl
public OpendaylightQueueStatisticsServiceImpl(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed, org.opendaylight.mdsal.binding.api.NotificationPublishService notificationPublishService)
-
-
Method Detail
-
getAllQueuesStatisticsFromAllPorts
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllQueuesStatisticsFromAllPortsOutput>> getAllQueuesStatisticsFromAllPorts(GetAllQueuesStatisticsFromAllPortsInput input)
Description copied from interface:OpendaylightQueueStatisticsServiceInvokeget-all-queues-statistics-from-all-portsRPC.Get statistics for all the queues attached to all the ports from the node- Specified by:
getAllQueuesStatisticsFromAllPortsin interfaceOpendaylightQueueStatisticsService- Parameters:
input- ofget-all-queues-statistics-from-all-ports- Returns:
- output of
get-all-queues-statistics-from-all-ports
-
getAllQueuesStatisticsFromGivenPort
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllQueuesStatisticsFromGivenPortOutput>> getAllQueuesStatisticsFromGivenPort(GetAllQueuesStatisticsFromGivenPortInput input)
Description copied from interface:OpendaylightQueueStatisticsServiceInvokeget-all-queues-statistics-from-given-portRPC.Get statistics for all queues for given port of the node- Specified by:
getAllQueuesStatisticsFromGivenPortin interfaceOpendaylightQueueStatisticsService- Parameters:
input- ofget-all-queues-statistics-from-given-port- Returns:
- output of
get-all-queues-statistics-from-given-port
-
getQueueStatisticsFromGivenPort
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetQueueStatisticsFromGivenPortOutput>> getQueueStatisticsFromGivenPort(GetQueueStatisticsFromGivenPortInput input)
Description copied from interface:OpendaylightQueueStatisticsServiceInvokeget-queue-statistics-from-given-portRPC.Get statistics for given queues from given port of the node- Specified by:
getQueueStatisticsFromGivenPortin interfaceOpendaylightQueueStatisticsService- Parameters:
input- ofget-queue-statistics-from-given-port- Returns:
- output of
get-queue-statistics-from-given-port
-
-