Interface FrmReconciliationService

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

    @Generated("mdsal-binding-generator")
    public interface FrmReconciliationService
    extends org.opendaylight.yangtools.yang.binding.RpcService
    Interface for implementing the following YANG RPCs defined in module frm-reconciliation
     rpc reconcile-node {
       input input {
         uses inv:node-context-ref;
         leaf nodeId {
           type uint64;
         }
       }
       output output {
         leaf result {
           type boolean;
         }
       }
     }
     
    • Method Detail

      • reconcileNode

        @CheckReturnValue
        com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ReconcileNodeOutput>> reconcileNode​(ReconcileNodeInput input)
        Invoke reconcile-node RPC.
             
                 Executes reconciliation between the controller and node
             
         
        Parameters:
        input - of reconcile-node
        Returns:
        output of reconcile-node