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
ConstructorsConstructorDescriptionOpendaylightMeterStatisticsServiceImpl(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed, org.opendaylight.mdsal.binding.api.NotificationPublishService notificationPublishService, ConvertorExecutor convertorExecutor) -
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllMeterConfigStatisticsOutput>>Invokeget-all-meter-config-statisticsRPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllMeterStatisticsOutput>>Invokeget-all-meter-statisticsRPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetMeterFeaturesOutput>>Invokeget-meter-featuresRPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetMeterStatisticsOutput>>Invokeget-meter-statisticsRPC.
-
Constructor Details
-
OpendaylightMeterStatisticsServiceImpl
public OpendaylightMeterStatisticsServiceImpl(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed, org.opendaylight.mdsal.binding.api.NotificationPublishService notificationPublishService, ConvertorExecutor convertorExecutor)
-
-
Method Details
-
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
-