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
ConstructorDescriptionOpendaylightMeterStatisticsServiceImpl
(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-statistics
RPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllMeterStatisticsOutput>>
Invokeget-all-meter-statistics
RPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetMeterFeaturesOutput>>
Invokeget-meter-features
RPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetMeterStatisticsOutput>>
Invokeget-meter-statistics
RPC.
-
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: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
-