public class OpendaylightPortStatisticsServiceImpl extends Object implements OpendaylightPortStatisticsService
Constructor and Description |
---|
OpendaylightPortStatisticsServiceImpl(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<GetAllNodeConnectorsStatisticsOutput>> |
getAllNodeConnectorsStatistics(GetAllNodeConnectorsStatisticsInput input)
Get statistics for all node connectors from the node
|
Future<org.opendaylight.yangtools.yang.common.RpcResult<GetNodeConnectorStatisticsOutput>> |
getNodeConnectorStatistics(GetNodeConnectorStatisticsInput input)
Get statistics for given node connector from the node
|
public OpendaylightPortStatisticsServiceImpl(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed, org.opendaylight.controller.md.sal.binding.api.NotificationPublishService notificationPublishService)
public Future<org.opendaylight.yangtools.yang.common.RpcResult<GetAllNodeConnectorsStatisticsOutput>> getAllNodeConnectorsStatistics(GetAllNodeConnectorsStatisticsInput input)
OpendaylightPortStatisticsService
getAllNodeConnectorsStatistics
in interface OpendaylightPortStatisticsService
java.util.concurrent.Future
allNodeConnectorsStatistics
, or null
if not presentpublic Future<org.opendaylight.yangtools.yang.common.RpcResult<GetNodeConnectorStatisticsOutput>> getNodeConnectorStatistics(GetNodeConnectorStatisticsInput input)
OpendaylightPortStatisticsService
getNodeConnectorStatistics
in interface OpendaylightPortStatisticsService
java.util.concurrent.Future
nodeConnectorStatistics
, or null
if not presentCopyright © 2018 OpenDaylight. All rights reserved.