public class ReconciliationServiceImpl extends Object implements ReconciliationService, AutoCloseable
Constructor and Description |
---|
ReconciliationServiceImpl(org.opendaylight.mdsal.binding.api.DataBroker broker,
FrmReconciliationService frmReconciliationService,
AlarmAgent alarmAgent) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ReconcileOutput>> |
reconcile(ReconcileInput input)
Request the reconciliation for given device or set of devices to the controller.
|
public ReconciliationServiceImpl(org.opendaylight.mdsal.binding.api.DataBroker broker, FrmReconciliationService frmReconciliationService, AlarmAgent alarmAgent)
public void close()
close
in interface AutoCloseable
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ReconcileOutput>> reconcile(ReconcileInput input)
ReconciliationService
reconcile
in interface ReconciliationService
Copyright © 2020 OpenDaylight. All rights reserved.