public class ReconciliationFrameworkServiceDelegate extends Object implements ReconciliationFrameworkEvent, ReconciliationFrameworkRegistration
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
com.google.common.util.concurrent.ListenableFuture<Void> |
onDeviceDisconnected(DeviceInfo deviceInfo)
This event occurs after device is disconnected or being slaved.
|
com.google.common.util.concurrent.ListenableFuture<ResultState> |
onDevicePrepared(DeviceInfo deviceInfo)
Event when device is ready as a master but not yet submitted in data store.
|
String |
toString() |
public void close()
throws Exception
close in interface AutoCloseableExceptionpublic com.google.common.util.concurrent.ListenableFuture<ResultState> onDevicePrepared(@Nonnull DeviceInfo deviceInfo)
ReconciliationFrameworkEventOwnershipChangeListener.becomeMasterBeforeSubmittedDS(DeviceInfo)onDevicePrepared in interface ReconciliationFrameworkEventdeviceInfo - connected switch identificationpublic com.google.common.util.concurrent.ListenableFuture<Void> onDeviceDisconnected(@Nonnull DeviceInfo deviceInfo)
ReconciliationFrameworkEventMastershipChangeService.onLoseOwnership(DeviceInfo). This event is used by
reconciliation framework that the framework don't need to register MastershipChangeServiceonDeviceDisconnected in interface ReconciliationFrameworkEventdeviceInfo - connected switch identificationMastershipChangeServiceCopyright © 2019 OpenDaylight. All rights reserved.