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-statistics
RPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllMeterStatisticsOutput>>
getAllMeterStatistics(GetAllMeterStatisticsInput input)
Invokeget-all-meter-statistics
RPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetMeterFeaturesOutput>>
getMeterFeatures(GetMeterFeaturesInput input)
Invokeget-meter-features
RPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetMeterStatisticsOutput>>
getMeterStatistics(GetMeterStatisticsInput input)
Invokeget-meter-statistics
RPC.
-
-
-
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:OpendaylightMeterStatisticsService
Invokeget-all-meter-config-statistics
RPC.- Specified by:
getAllMeterConfigStatistics
in 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:OpendaylightMeterStatisticsService
Invokeget-all-meter-statistics
RPC.- Specified by:
getAllMeterStatistics
in 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:OpendaylightMeterStatisticsService
Invokeget-meter-features
RPC.- Specified by:
getMeterFeatures
in 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:OpendaylightMeterStatisticsService
Invokeget-meter-statistics
RPC.- Specified by:
getMeterStatistics
in interfaceOpendaylightMeterStatisticsService
- Parameters:
input
- ofget-meter-statistics
- Returns:
- output of
get-meter-statistics
-
-