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
Interface for implementing the following YANG RPCs defined in module opendaylight-group-statisticsrpc get-all-group-statistics { status deprecated; input input { uses inv:node-context-ref; } output output { uses group-types:group-statistics-reply; uses tr:transaction-aware; } } rpc get-group-statistics { status deprecated; input input { uses inv:node-context-ref; leaf group-id { type group-types:group-id; } } output output { uses group-types:group-statistics-reply; uses tr:transaction-aware; } } rpc get-group-description { status deprecated; input input { uses inv:node-context-ref; } output output { uses group-types:group-desc-stats-reply; uses tr:transaction-aware; } } rpc get-group-features { status deprecated; input input { uses inv:node-context-ref; } output output { uses group-types:group-features-reply; uses tr:transaction-aware; } }
-
-
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<GetAllGroupStatisticsOutput>>
getAllGroupStatistics(GetAllGroupStatisticsInput input)
Invokeget-all-group-statistics
RPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetGroupDescriptionOutput>>
getGroupDescription(GetGroupDescriptionInput input)
Invokeget-group-description
RPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetGroupFeaturesOutput>>
getGroupFeatures(GetGroupFeaturesInput input)
Invokeget-group-features
RPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetGroupStatisticsOutput>>
getGroupStatistics(GetGroupStatisticsInput input)
Invokeget-group-statistics
RPC.
-
-
-
Method Detail
-
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
-
-