Interface OpendaylightGroupStatisticsService
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.RpcService
- All Known Implementing Classes:
OpendaylightGroupStatisticsServiceImpl
@Generated("mdsal-binding-generator")
public interface OpendaylightGroupStatisticsService
extends org.opendaylight.yangtools.yang.binding.RpcService
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllGroupStatisticsOutput>>
Invokeget-all-group-statistics
RPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetGroupDescriptionOutput>>
Invokeget-group-description
RPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetGroupFeaturesOutput>>
Invokeget-group-features
RPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetGroupStatisticsOutput>>
Invokeget-group-statistics
RPC.
-
Method Details
-
getAllGroupStatistics
@CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllGroupStatisticsOutput>> getAllGroupStatistics(GetAllGroupStatisticsInput input) Invokeget-all-group-statistics
RPC.- Parameters:
input
- ofget-all-group-statistics
- Returns:
- output of
get-all-group-statistics
-
getGroupStatistics
@CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetGroupStatisticsOutput>> getGroupStatistics(GetGroupStatisticsInput input) Invokeget-group-statistics
RPC.- Parameters:
input
- ofget-group-statistics
- Returns:
- output of
get-group-statistics
-
getGroupDescription
@CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetGroupDescriptionOutput>> getGroupDescription(GetGroupDescriptionInput input) Invokeget-group-description
RPC.- Parameters:
input
- ofget-group-description
- Returns:
- output of
get-group-description
-
getGroupFeatures
@CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetGroupFeaturesOutput>> getGroupFeatures(GetGroupFeaturesInput input) Invokeget-group-features
RPC.- Parameters:
input
- ofget-group-features
- Returns:
- output of
get-group-features
-