Skip to content
Snippets Groups Projects
Commit 69c15109 authored by Gregor Maier's avatar Gregor Maier
Browse files

Add missing file for.

Add event to signal when all switches have reconnected after failover
parent eb76ee2b
No related branches found
No related tags found
No related merge requests found
package net.floodlightcontroller.core;
/**
* This listener is a temporary solution to start flow reconciliation
* after a Slave -> Master transition. It is fired once all known switches are
* active (either because they all reconnected or because they did not
* reconnect and have timed out).
*
* Modules should generally not rely on this notification unless there are
* strong and compelling reasons to do so. I general modules should handle
* the fact that some known switches are not active!
* @author gregor
*
*/
public interface IReadyForReconcileListener {
public void readyForReconcile();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment