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
ConstructorDescriptionOpendaylightQueueStatisticsServiceImpl
(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed, org.opendaylight.mdsal.binding.api.NotificationPublishService notificationPublishService) -
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllQueuesStatisticsFromAllPortsOutput>>
Invokeget-all-queues-statistics-from-all-ports
RPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllQueuesStatisticsFromGivenPortOutput>>
Invokeget-all-queues-statistics-from-given-port
RPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetQueueStatisticsFromGivenPortOutput>>
Invokeget-queue-statistics-from-given-port
RPC.
-
Constructor Details
-
OpendaylightQueueStatisticsServiceImpl
public OpendaylightQueueStatisticsServiceImpl(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed, org.opendaylight.mdsal.binding.api.NotificationPublishService notificationPublishService)
-
-
Method Details
-
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
-