public class OpendaylightMeterStatisticsServiceImpl extends Object implements OpendaylightMeterStatisticsService
| Constructor and Description |
|---|
OpendaylightMeterStatisticsServiceImpl(RequestContextStack requestContextStack,
DeviceContext deviceContext,
AtomicLong compatibilityXidSeed,
org.opendaylight.controller.md.sal.binding.api.NotificationPublishService notificationPublishService,
ConvertorExecutor convertorExecutor) |
| Modifier and Type | Method and 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) |
public OpendaylightMeterStatisticsServiceImpl(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed, org.opendaylight.controller.md.sal.binding.api.NotificationPublishService notificationPublishService, ConvertorExecutor convertorExecutor)
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllMeterConfigStatisticsOutput>> getAllMeterConfigStatistics(GetAllMeterConfigStatisticsInput input)
getAllMeterConfigStatistics in interface OpendaylightMeterStatisticsServicecom.google.common.util.concurrent.ListenableFuture allMeterConfigStatistics, or null if not presentpublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllMeterStatisticsOutput>> getAllMeterStatistics(GetAllMeterStatisticsInput input)
getAllMeterStatistics in interface OpendaylightMeterStatisticsServicecom.google.common.util.concurrent.ListenableFuture allMeterStatistics, or null if not presentpublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetMeterFeaturesOutput>> getMeterFeatures(GetMeterFeaturesInput input)
getMeterFeatures in interface OpendaylightMeterStatisticsServicecom.google.common.util.concurrent.ListenableFuture meterFeatures, or null if not presentpublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetMeterStatisticsOutput>> getMeterStatistics(GetMeterStatisticsInput input)
getMeterStatistics in interface OpendaylightMeterStatisticsServicecom.google.common.util.concurrent.ListenableFuture meterStatistics, or null if not presentCopyright © 2019 OpenDaylight. All rights reserved.