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

@Generated("mdsal-binding-generator") public interface ReconciliationService extends org.opendaylight.yangtools.yang.binding.RpcService
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ReconcileOutput>>
    Invoke reconcile RPC.
  • Method Details

    • reconcile

      @CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ReconcileOutput>> reconcile(ReconcileInput input)
      Invoke reconcile RPC.
           
               Request the reconciliation for given device or set of devices to the controller.
           
       
      Parameters:
      input - of reconcile
      Returns:
      output of reconcile