Interface StatisticsManagerControlService

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

    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;
         }
       }
     }