Class OpendaylightPortStatisticsServiceImpl
- java.lang.Object
 - 
- org.opendaylight.openflowplugin.impl.statistics.services.OpendaylightPortStatisticsServiceImpl
 
 
- 
- All Implemented Interfaces:
 OpendaylightPortStatisticsService,org.opendaylight.yangtools.yang.binding.RpcService
public class OpendaylightPortStatisticsServiceImpl extends Object implements OpendaylightPortStatisticsService
 
- 
- 
Constructor Summary
Constructors Constructor Description OpendaylightPortStatisticsServiceImpl(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<GetAllNodeConnectorsStatisticsOutput>>getAllNodeConnectorsStatistics(GetAllNodeConnectorsStatisticsInput input)Get statistics for all node connectors from the nodecom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetNodeConnectorStatisticsOutput>>getNodeConnectorStatistics(GetNodeConnectorStatisticsInput input)Get statistics for given node connector from the node 
 - 
 
- 
- 
Constructor Detail
- 
OpendaylightPortStatisticsServiceImpl
public OpendaylightPortStatisticsServiceImpl(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed, org.opendaylight.mdsal.binding.api.NotificationPublishService notificationPublishService)
 
 - 
 
- 
Method Detail
- 
getAllNodeConnectorsStatistics
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllNodeConnectorsStatisticsOutput>> getAllNodeConnectorsStatistics(GetAllNodeConnectorsStatisticsInput input)
Description copied from interface:OpendaylightPortStatisticsServiceGet statistics for all node connectors from the node- Specified by:
 getAllNodeConnectorsStatisticsin interfaceOpendaylightPortStatisticsService
 
- 
getNodeConnectorStatistics
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetNodeConnectorStatisticsOutput>> getNodeConnectorStatistics(GetNodeConnectorStatisticsInput input)
Description copied from interface:OpendaylightPortStatisticsServiceGet statistics for given node connector from the node- Specified by:
 getNodeConnectorStatisticsin interfaceOpendaylightPortStatisticsService
 
 - 
 
 -