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-ports
RPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllQueuesStatisticsFromGivenPortOutput>>
getAllQueuesStatisticsFromGivenPort(GetAllQueuesStatisticsFromGivenPortInput input)
Invokeget-all-queues-statistics-from-given-port
RPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetQueueStatisticsFromGivenPortOutput>>
getQueueStatisticsFromGivenPort(GetQueueStatisticsFromGivenPortInput input)
Invokeget-queue-statistics-from-given-port
RPC.
-
-
-
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:OpendaylightQueueStatisticsService
Invokeget-all-queues-statistics-from-all-ports
RPC.Get statistics for all the queues attached to all the ports from the node
- Specified by:
getAllQueuesStatisticsFromAllPorts
in 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:OpendaylightQueueStatisticsService
Invokeget-all-queues-statistics-from-given-port
RPC.Get statistics for all queues for given port of the node
- Specified by:
getAllQueuesStatisticsFromGivenPort
in 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:OpendaylightQueueStatisticsService
Invokeget-queue-statistics-from-given-port
RPC.Get statistics for given queues from given port of the node
- Specified by:
getQueueStatisticsFromGivenPort
in interfaceOpendaylightQueueStatisticsService
- Parameters:
input
- ofget-queue-statistics-from-given-port
- Returns:
- output of
get-queue-statistics-from-given-port
-
-