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)Invokeget-all-meter-config-statisticsRPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllMeterStatisticsOutput>>getAllMeterStatistics(GetAllMeterStatisticsInput input)Invokeget-all-meter-statisticsRPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetMeterFeaturesOutput>>getMeterFeatures(GetMeterFeaturesInput input)Invokeget-meter-featuresRPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetMeterStatisticsOutput>>getMeterStatistics(GetMeterStatisticsInput input)Invokeget-meter-statisticsRPC.
-
-
-
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)
Description copied from interface:OpendaylightMeterStatisticsServiceInvokeget-all-meter-config-statisticsRPC.- Specified by:
getAllMeterConfigStatisticsin interfaceOpendaylightMeterStatisticsService- Parameters:
input- ofget-all-meter-config-statistics- Returns:
- output of
get-all-meter-config-statistics
-
getAllMeterStatistics
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllMeterStatisticsOutput>> getAllMeterStatistics(GetAllMeterStatisticsInput input)
Description copied from interface:OpendaylightMeterStatisticsServiceInvokeget-all-meter-statisticsRPC.- Specified by:
getAllMeterStatisticsin interfaceOpendaylightMeterStatisticsService- Parameters:
input- ofget-all-meter-statistics- Returns:
- output of
get-all-meter-statistics
-
getMeterFeatures
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetMeterFeaturesOutput>> getMeterFeatures(GetMeterFeaturesInput input)
Description copied from interface:OpendaylightMeterStatisticsServiceInvokeget-meter-featuresRPC.- Specified by:
getMeterFeaturesin interfaceOpendaylightMeterStatisticsService- Parameters:
input- ofget-meter-features- Returns:
- output of
get-meter-features
-
getMeterStatistics
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetMeterStatisticsOutput>> getMeterStatistics(GetMeterStatisticsInput input)
Description copied from interface:OpendaylightMeterStatisticsServiceInvokeget-meter-statisticsRPC.- Specified by:
getMeterStatisticsin interfaceOpendaylightMeterStatisticsService- Parameters:
input- ofget-meter-statistics- Returns:
- output of
get-meter-statistics
-
-