public class OpendaylightPortStatisticsServiceImpl extends Object implements OpendaylightPortStatisticsService
Constructor and Description |
---|
OpendaylightPortStatisticsServiceImpl(RequestContextStack requestContextStack,
DeviceContext deviceContext,
AtomicLong compatibilityXidSeed,
org.opendaylight.mdsal.binding.api.NotificationPublishService notificationPublishService) |
Modifier and Type | Method and 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 node
|
com.google.common.util.concurrent.ListenableFuture<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.mdsal.binding.api.NotificationPublishService notificationPublishService)
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllNodeConnectorsStatisticsOutput>> getAllNodeConnectorsStatistics(GetAllNodeConnectorsStatisticsInput input)
OpendaylightPortStatisticsService
getAllNodeConnectorsStatistics
in interface OpendaylightPortStatisticsService
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetNodeConnectorStatisticsOutput>> getNodeConnectorStatistics(GetNodeConnectorStatisticsInput input)
OpendaylightPortStatisticsService
getNodeConnectorStatistics
in interface OpendaylightPortStatisticsService
Copyright © 2020 OpenDaylight. All rights reserved.