public class OpendaylightQueueStatisticsServiceImpl extends Object implements OpendaylightQueueStatisticsService
Constructor and Description |
---|
OpendaylightQueueStatisticsServiceImpl(RequestContextStack requestContextStack,
DeviceContext deviceContext,
AtomicLong compatibilityXidSeed,
org.opendaylight.controller.md.sal.binding.api.NotificationPublishService notificationPublishService) |
Modifier and Type | Method and Description |
---|---|
Future<org.opendaylight.yangtools.yang.common.RpcResult<GetAllQueuesStatisticsFromAllPortsOutput>> |
getAllQueuesStatisticsFromAllPorts(GetAllQueuesStatisticsFromAllPortsInput input)
Get statistics for all the queues attached to all the ports from the node
|
Future<org.opendaylight.yangtools.yang.common.RpcResult<GetAllQueuesStatisticsFromGivenPortOutput>> |
getAllQueuesStatisticsFromGivenPort(GetAllQueuesStatisticsFromGivenPortInput input)
Get statistics for all queues for given port of the node
|
Future<org.opendaylight.yangtools.yang.common.RpcResult<GetQueueStatisticsFromGivenPortOutput>> |
getQueueStatisticsFromGivenPort(GetQueueStatisticsFromGivenPortInput input)
Get statistics for given queues from given port of the node
|
public OpendaylightQueueStatisticsServiceImpl(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed, org.opendaylight.controller.md.sal.binding.api.NotificationPublishService notificationPublishService)
public Future<org.opendaylight.yangtools.yang.common.RpcResult<GetAllQueuesStatisticsFromAllPortsOutput>> getAllQueuesStatisticsFromAllPorts(GetAllQueuesStatisticsFromAllPortsInput input)
OpendaylightQueueStatisticsService
getAllQueuesStatisticsFromAllPorts
in interface OpendaylightQueueStatisticsService
java.util.concurrent.Future
allQueuesStatisticsFromAllPorts
, or null
if not presentpublic Future<org.opendaylight.yangtools.yang.common.RpcResult<GetAllQueuesStatisticsFromGivenPortOutput>> getAllQueuesStatisticsFromGivenPort(GetAllQueuesStatisticsFromGivenPortInput input)
OpendaylightQueueStatisticsService
getAllQueuesStatisticsFromGivenPort
in interface OpendaylightQueueStatisticsService
java.util.concurrent.Future
allQueuesStatisticsFromGivenPort
, or null
if not presentpublic Future<org.opendaylight.yangtools.yang.common.RpcResult<GetQueueStatisticsFromGivenPortOutput>> getQueueStatisticsFromGivenPort(GetQueueStatisticsFromGivenPortInput input)
OpendaylightQueueStatisticsService
getQueueStatisticsFromGivenPort
in interface OpendaylightQueueStatisticsService
java.util.concurrent.Future
queueStatisticsFromGivenPort
, or null
if not presentCopyright © 2018 OpenDaylight. All rights reserved.