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-statistics
     rpc 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 Detail

      • getAllGroupStatistics

        @CheckReturnValue
        com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllGroupStatisticsOutput>> getAllGroupStatistics​(GetAllGroupStatisticsInput input)
        Invoke get-all-group-statistics RPC.
        Parameters:
        input - of get-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)
        Invoke get-group-statistics RPC.
        Parameters:
        input - of get-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)
        Invoke get-group-description RPC.
        Parameters:
        input - of get-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)
        Invoke get-group-features RPC.
        Parameters:
        input - of get-group-features
        Returns:
        output of get-group-features