Interface ReconciliationService

  • 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 Detail

      • 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