Class OpendaylightMeterStatisticsServiceImpl
- java.lang.Object
 - 
- org.opendaylight.openflowplugin.impl.statistics.services.OpendaylightMeterStatisticsServiceImpl
 
 
- 
- All Implemented Interfaces:
 OpendaylightMeterStatisticsService,org.opendaylight.yangtools.yang.binding.RpcService
public class OpendaylightMeterStatisticsServiceImpl extends Object implements OpendaylightMeterStatisticsService
 
- 
- 
Constructor Summary
Constructors Constructor Description OpendaylightMeterStatisticsServiceImpl(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed, org.opendaylight.mdsal.binding.api.NotificationPublishService notificationPublishService, ConvertorExecutor convertorExecutor) 
- 
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<GetAllMeterConfigStatisticsOutput>>getAllMeterConfigStatistics(GetAllMeterConfigStatisticsInput input)com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllMeterStatisticsOutput>>getAllMeterStatistics(GetAllMeterStatisticsInput input)com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetMeterFeaturesOutput>>getMeterFeatures(GetMeterFeaturesInput input)com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetMeterStatisticsOutput>>getMeterStatistics(GetMeterStatisticsInput input) 
 - 
 
- 
- 
Constructor Detail
- 
OpendaylightMeterStatisticsServiceImpl
public OpendaylightMeterStatisticsServiceImpl(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed, org.opendaylight.mdsal.binding.api.NotificationPublishService notificationPublishService, ConvertorExecutor convertorExecutor)
 
 - 
 
- 
Method Detail
- 
getAllMeterConfigStatistics
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllMeterConfigStatisticsOutput>> getAllMeterConfigStatistics(GetAllMeterConfigStatisticsInput input)
- Specified by:
 getAllMeterConfigStatisticsin interfaceOpendaylightMeterStatisticsService
 
- 
getAllMeterStatistics
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllMeterStatisticsOutput>> getAllMeterStatistics(GetAllMeterStatisticsInput input)
- Specified by:
 getAllMeterStatisticsin interfaceOpendaylightMeterStatisticsService
 
- 
getMeterFeatures
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetMeterFeaturesOutput>> getMeterFeatures(GetMeterFeaturesInput input)
- Specified by:
 getMeterFeaturesin interfaceOpendaylightMeterStatisticsService
 
- 
getMeterStatistics
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetMeterStatisticsOutput>> getMeterStatistics(GetMeterStatisticsInput input)
- Specified by:
 getMeterStatisticsin interfaceOpendaylightMeterStatisticsService
 
 - 
 
 -