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 |
---|---|
Future<org.opendaylight.yangtools.yang.common.RpcResult<GetAllMeterConfigStatisticsOutput>> |
getAllMeterConfigStatistics(GetAllMeterConfigStatisticsInput input) |
Future<org.opendaylight.yangtools.yang.common.RpcResult<GetAllMeterStatisticsOutput>> |
getAllMeterStatistics(GetAllMeterStatisticsInput input) |
Future<org.opendaylight.yangtools.yang.common.RpcResult<GetMeterFeaturesOutput>> |
getMeterFeatures(GetMeterFeaturesInput input) |
Future<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 Future<org.opendaylight.yangtools.yang.common.RpcResult<GetAllMeterConfigStatisticsOutput>> getAllMeterConfigStatistics(GetAllMeterConfigStatisticsInput input)
getAllMeterConfigStatistics
in interface OpendaylightMeterStatisticsService
java.util.concurrent.Future
allMeterConfigStatistics
, or null
if not presentpublic Future<org.opendaylight.yangtools.yang.common.RpcResult<GetAllMeterStatisticsOutput>> getAllMeterStatistics(GetAllMeterStatisticsInput input)
getAllMeterStatistics
in interface OpendaylightMeterStatisticsService
java.util.concurrent.Future
allMeterStatistics
, or null
if not presentpublic Future<org.opendaylight.yangtools.yang.common.RpcResult<GetMeterFeaturesOutput>> getMeterFeatures(GetMeterFeaturesInput input)
getMeterFeatures
in interface OpendaylightMeterStatisticsService
java.util.concurrent.Future
meterFeatures
, or null
if not presentpublic Future<org.opendaylight.yangtools.yang.common.RpcResult<GetMeterStatisticsOutput>> getMeterStatistics(GetMeterStatisticsInput input)
getMeterStatistics
in interface OpendaylightMeterStatisticsService
java.util.concurrent.Future
meterStatistics
, or null
if not presentCopyright © 2018 OpenDaylight. All rights reserved.