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-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.
-
-
-
Method Detail
-
getAllMeterStatistics
@CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllMeterStatisticsOutput>> getAllMeterStatistics(GetAllMeterStatisticsInput input)
Invokeget-all-meter-statistics
RPC.- 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-statistics
RPC.- 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-statistics
RPC.- 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-features
RPC.- Parameters:
input
- ofget-meter-features
- Returns:
- output of
get-meter-features
-
-