use of org.openkilda.wfm.topology.floodlightrouter.model.RegionMappingRemove in project open-kilda by telstra.
the class SwitchMonitor method loseReadOnlyRegion.
private void loseReadOnlyRegion(String region) {
carrier.regionUpdateNotification(new RegionMappingRemove(switchId, region, false));
carrier.sendSwitchAvailabilityUpdateNotification(switchId, makeDump());
}
Aggregations