Search in sources :

Example 1 with SwitchOperationsService

use of org.openkilda.wfm.topology.nbworker.services.SwitchOperationsService in project open-kilda by telstra.

the class SwitchOperationsBolt method init.

@Override
public void init() {
    super.init();
    this.switchOperationsService = new SwitchOperationsService(repositoryFactory, transactionManager, this, this);
    this.flowOperationsService = new FlowOperationsService(repositoryFactory, transactionManager);
}
Also used : SwitchOperationsService(org.openkilda.wfm.topology.nbworker.services.SwitchOperationsService) FlowOperationsService(org.openkilda.wfm.topology.nbworker.services.FlowOperationsService)

Aggregations

FlowOperationsService (org.openkilda.wfm.topology.nbworker.services.FlowOperationsService)1 SwitchOperationsService (org.openkilda.wfm.topology.nbworker.services.SwitchOperationsService)1