Interface OpendaylightMeterStatisticsService
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.RpcService
- All Known Implementing Classes:
OpendaylightMeterStatisticsServiceImpl
@Generated("mdsal-binding-generator") public interface OpendaylightMeterStatisticsService extends org.opendaylight.yangtools.yang.binding.RpcService
-
-
Method Summary
All Methods Instance Methods Abstract 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-statisticsRPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllMeterStatisticsOutput>>getAllMeterStatistics(GetAllMeterStatisticsInput input)Invokeget-all-meter-statisticsRPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetMeterFeaturesOutput>>getMeterFeatures(GetMeterFeaturesInput input)Invokeget-meter-featuresRPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetMeterStatisticsOutput>>getMeterStatistics(GetMeterStatisticsInput input)Invokeget-meter-statisticsRPC.
-
-
-
Method Detail
-
getAllMeterStatistics
@CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllMeterStatisticsOutput>> getAllMeterStatistics(GetAllMeterStatisticsInput input)
Invokeget-all-meter-statisticsRPC.- Parameters:
input- ofget-all-meter-statistics- Returns:
- output of
get-all-meter-statistics
-
getMeterStatistics
@CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetMeterStatisticsOutput>> getMeterStatistics(GetMeterStatisticsInput input)
Invokeget-meter-statisticsRPC.- Parameters:
input- ofget-meter-statistics- Returns:
- output of
get-meter-statistics
-
getAllMeterConfigStatistics
@CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllMeterConfigStatisticsOutput>> getAllMeterConfigStatistics(GetAllMeterConfigStatisticsInput input)
Invokeget-all-meter-config-statisticsRPC.- Parameters:
input- ofget-all-meter-config-statistics- Returns:
- output of
get-all-meter-config-statistics
-
getMeterFeatures
@CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetMeterFeaturesOutput>> getMeterFeatures(GetMeterFeaturesInput input)
Invokeget-meter-featuresRPC.- Parameters:
input- ofget-meter-features- Returns:
- output of
get-meter-features
-
-