public class OpendaylightDirectStatisticsServiceImpl extends Object implements OpendaylightDirectStatisticsService
Constructor and Description |
---|
OpendaylightDirectStatisticsServiceImpl(OpendaylightDirectStatisticsServiceProvider provider)
Instantiates a new Opendaylight direct statistics service.
|
Modifier and Type | Method and Description |
---|---|
Future<org.opendaylight.yangtools.yang.common.RpcResult<GetFlowStatisticsOutput>> |
getFlowStatistics(GetFlowStatisticsInput input)
Get statistics for given flow
|
Future<org.opendaylight.yangtools.yang.common.RpcResult<GetGroupStatisticsOutput>> |
getGroupStatistics(GetGroupStatisticsInput input)
Get statistics for given group
|
Future<org.opendaylight.yangtools.yang.common.RpcResult<GetMeterStatisticsOutput>> |
getMeterStatistics(GetMeterStatisticsInput input)
Get statistics for given meter
|
Future<org.opendaylight.yangtools.yang.common.RpcResult<GetNodeConnectorStatisticsOutput>> |
getNodeConnectorStatistics(GetNodeConnectorStatisticsInput input)
Get statistics for given node connector from the node
|
Future<org.opendaylight.yangtools.yang.common.RpcResult<GetQueueStatisticsOutput>> |
getQueueStatistics(GetQueueStatisticsInput input)
Get statistics for given queues from given port of the node
|
public OpendaylightDirectStatisticsServiceImpl(OpendaylightDirectStatisticsServiceProvider provider)
provider
- the openflow direct statistics service providerpublic Future<org.opendaylight.yangtools.yang.common.RpcResult<GetGroupStatisticsOutput>> getGroupStatistics(GetGroupStatisticsInput input)
OpendaylightDirectStatisticsService
getGroupStatistics
in interface OpendaylightDirectStatisticsService
java.util.concurrent.Future
groupStatistics
, or null
if not presentpublic Future<org.opendaylight.yangtools.yang.common.RpcResult<GetQueueStatisticsOutput>> getQueueStatistics(GetQueueStatisticsInput input)
OpendaylightDirectStatisticsService
getQueueStatistics
in interface OpendaylightDirectStatisticsService
java.util.concurrent.Future
queueStatistics
, or null
if not presentpublic Future<org.opendaylight.yangtools.yang.common.RpcResult<GetFlowStatisticsOutput>> getFlowStatistics(GetFlowStatisticsInput input)
OpendaylightDirectStatisticsService
getFlowStatistics
in interface OpendaylightDirectStatisticsService
java.util.concurrent.Future
flowStatistics
, or null
if not presentpublic Future<org.opendaylight.yangtools.yang.common.RpcResult<GetMeterStatisticsOutput>> getMeterStatistics(GetMeterStatisticsInput input)
OpendaylightDirectStatisticsService
getMeterStatistics
in interface OpendaylightDirectStatisticsService
java.util.concurrent.Future
meterStatistics
, or null
if not presentpublic Future<org.opendaylight.yangtools.yang.common.RpcResult<GetNodeConnectorStatisticsOutput>> getNodeConnectorStatistics(GetNodeConnectorStatisticsInput input)
OpendaylightDirectStatisticsService
getNodeConnectorStatistics
in interface OpendaylightDirectStatisticsService
java.util.concurrent.Future
nodeConnectorStatistics
, or null
if not presentCopyright © 2018 OpenDaylight. All rights reserved.