All Known Implementing Classes:
DefaultReconcileService

@NonNullByDefault public interface ReconcileService
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ReconcileOutput>>
    reconcile(Set<org.opendaylight.yangtools.yang.common.Uint64> nodes)
     
    com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ReconcileOutput>>
     
  • Method Details

    • reconcile

      com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ReconcileOutput>> reconcile(Set<org.opendaylight.yangtools.yang.common.Uint64> nodes)
    • reconcileAll

      com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ReconcileOutput>> reconcileAll()