Interface ReconcileService
- All Known Implementing Classes:
DefaultReconcileService
@NonNullByDefault
public interface ReconcileService
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture
<org.opendaylight.yangtools.yang.common.RpcResult<ReconcileOutput>> 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()
-