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
ConstructorsConstructorDescriptionOpendaylightQueueStatisticsServiceImpl(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-portsRPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllQueuesStatisticsFromGivenPortOutput>>Invokeget-all-queues-statistics-from-given-portRPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetQueueStatisticsFromGivenPortOutput>>Invokeget-queue-statistics-from-given-portRPC.
-
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: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
-