Search in sources :

Example 1 with SwitchTrackingService

use of org.openkilda.floodlight.switchmanager.SwitchTrackingService in project open-kilda by telstra.

the class RecordHandler method doNetworkDump.

/**
 * Create network dump for OFELinkBolt.
 */
private void doNetworkDump(NetworkCommandData payload) {
    logger.info("Processing request from WFM to dump switches (dumpId: {})", payload.getDumpId());
    SwitchTrackingService switchTracking = context.getModuleContext().getServiceImpl(SwitchTrackingService.class);
    switchTracking.dumpAllSwitches(payload.getDumpId());
}
Also used : SwitchTrackingService(org.openkilda.floodlight.switchmanager.SwitchTrackingService)

Aggregations

SwitchTrackingService (org.openkilda.floodlight.switchmanager.SwitchTrackingService)1