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
  • Method Details

    • 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