Class OpendaylightDirectStatisticsServiceImpl
- java.lang.Object
- 
- org.opendaylight.openflowplugin.impl.statistics.services.direct.OpendaylightDirectStatisticsServiceImpl
 
- 
- All Implemented Interfaces:
- OpendaylightDirectStatisticsService,- org.opendaylight.yangtools.yang.binding.RpcService
 
 public class OpendaylightDirectStatisticsServiceImpl extends Object implements OpendaylightDirectStatisticsService The Opendaylight direct statistics service. This service handles RPC requests, sends them to registered handlers and returns their replies.
- 
- 
Constructor SummaryConstructors Constructor Description OpendaylightDirectStatisticsServiceImpl(OpendaylightDirectStatisticsServiceProvider provider)Instantiates a new Opendaylight direct statistics service.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetFlowStatisticsOutput>>getFlowStatistics(GetFlowStatisticsInput input)Get statistics for given flowcom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetGroupStatisticsOutput>>getGroupStatistics(GetGroupStatisticsInput input)Get statistics for given groupcom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetMeterStatisticsOutput>>getMeterStatistics(GetMeterStatisticsInput input)Get statistics for given metercom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetNodeConnectorStatisticsOutput>>getNodeConnectorStatistics(GetNodeConnectorStatisticsInput input)Get statistics for given node connector from the nodecom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetQueueStatisticsOutput>>getQueueStatistics(GetQueueStatisticsInput input)Get statistics for given queues from given port of the node
 
- 
- 
- 
Constructor Detail- 
OpendaylightDirectStatisticsServiceImplpublic OpendaylightDirectStatisticsServiceImpl(OpendaylightDirectStatisticsServiceProvider provider) Instantiates a new Opendaylight direct statistics service.- Parameters:
- provider- the openflow direct statistics service provider
 
 
- 
 - 
Method Detail- 
getGroupStatisticspublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetGroupStatisticsOutput>> getGroupStatistics(GetGroupStatisticsInput input) Description copied from interface:OpendaylightDirectStatisticsServiceGet statistics for given group- Specified by:
- getGroupStatisticsin interface- OpendaylightDirectStatisticsService
 
 - 
getQueueStatisticspublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetQueueStatisticsOutput>> getQueueStatistics(GetQueueStatisticsInput input) Description copied from interface:OpendaylightDirectStatisticsServiceGet statistics for given queues from given port of the node- Specified by:
- getQueueStatisticsin interface- OpendaylightDirectStatisticsService
 
 - 
getFlowStatisticspublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetFlowStatisticsOutput>> getFlowStatistics(GetFlowStatisticsInput input) Description copied from interface:OpendaylightDirectStatisticsServiceGet statistics for given flow- Specified by:
- getFlowStatisticsin interface- OpendaylightDirectStatisticsService
 
 - 
getMeterStatisticspublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetMeterStatisticsOutput>> getMeterStatistics(GetMeterStatisticsInput input) Description copied from interface:OpendaylightDirectStatisticsServiceGet statistics for given meter- Specified by:
- getMeterStatisticsin interface- OpendaylightDirectStatisticsService
 
 - 
getNodeConnectorStatisticspublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetNodeConnectorStatisticsOutput>> getNodeConnectorStatistics(GetNodeConnectorStatisticsInput input) Description copied from interface:OpendaylightDirectStatisticsServiceGet statistics for given node connector from the node- Specified by:
- getNodeConnectorStatisticsin interface- OpendaylightDirectStatisticsService
 
 
- 
 
-