Interface StatisticsManagerControlService

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.RpcService
    All Known Implementing Classes:
    StatisticsManagerImpl

    @Generated("mdsal-binding-generator")
    public interface StatisticsManagerControlService
    extends org.opendaylight.yangtools.yang.binding.RpcService
    Interface for implementing the following YANG RPCs defined in module statistics-manager-control
     rpc change-statistics-work-mode {
       input input {
         leaf mode {
           type statistics-work-mode;
         }
       }
     }
     rpc get-statistics-work-mode {
       output output {
         leaf mode {
           type statistics-work-mode;
         }
       }
     }
     
    • Method Detail

      • changeStatisticsWorkMode

        @CheckReturnValue
        com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ChangeStatisticsWorkModeOutput>> changeStatisticsWorkMode​(ChangeStatisticsWorkModeInput input)
        Invoke change-statistics-work-mode RPC.
             
                 Set statistics manager work mode
             
         
        Parameters:
        input - of change-statistics-work-mode
        Returns:
        output of change-statistics-work-mode
      • getStatisticsWorkMode

        @CheckReturnValue
        com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetStatisticsWorkModeOutput>> getStatisticsWorkMode​(GetStatisticsWorkModeInput input)
        Invoke get-statistics-work-mode RPC.
             
                 Get statistics manager work mode
             
         
        Parameters:
        input - of get-statistics-work-mode
        Returns:
        output of get-statistics-work-mode