Interface ReconcileService
- All Known Implementing Classes:
- DefaultReconcileService
@NonNullByDefault
public interface ReconcileService
- 
Method SummaryModifier 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- 
reconcilecom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ReconcileOutput>> reconcile(Set<org.opendaylight.yangtools.yang.common.Uint64> nodes) 
- 
reconcileAllcom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ReconcileOutput>> reconcileAll()
 
-