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)Get statistics for all the queues attached to all the ports from the nodecom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllQueuesStatisticsFromGivenPortOutput>>getAllQueuesStatisticsFromGivenPort(GetAllQueuesStatisticsFromGivenPortInput input)Get statistics for all queues for given port of the nodecom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetQueueStatisticsFromGivenPortOutput>>getQueueStatisticsFromGivenPort(GetQueueStatisticsFromGivenPortInput input)Get statistics for given queues from given port of the node 
 - 
 
- 
- 
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:OpendaylightQueueStatisticsServiceGet statistics for all the queues attached to all the ports from the node- Specified by:
 getAllQueuesStatisticsFromAllPortsin interfaceOpendaylightQueueStatisticsService
 
- 
getAllQueuesStatisticsFromGivenPort
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllQueuesStatisticsFromGivenPortOutput>> getAllQueuesStatisticsFromGivenPort(GetAllQueuesStatisticsFromGivenPortInput input)
Description copied from interface:OpendaylightQueueStatisticsServiceGet statistics for all queues for given port of the node- Specified by:
 getAllQueuesStatisticsFromGivenPortin interfaceOpendaylightQueueStatisticsService
 
- 
getQueueStatisticsFromGivenPort
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetQueueStatisticsFromGivenPortOutput>> getQueueStatisticsFromGivenPort(GetQueueStatisticsFromGivenPortInput input)
Description copied from interface:OpendaylightQueueStatisticsServiceGet statistics for given queues from given port of the node- Specified by:
 getQueueStatisticsFromGivenPortin interfaceOpendaylightQueueStatisticsService
 
 - 
 
 -