public abstract class ApplicationRunner extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<String,P4Switch> |
p4SwitchMap |
Constructor and Description |
---|
ApplicationRunner(P4pluginDeviceService deviceService,
P4pluginP4runtimeService runtimeService,
String topoFilePath) |
Modifier and Type | Method and Description |
---|---|
boolean |
loadTopo() |
void |
removeNode(P4Switch p4Switch) |
void |
removeTopo() |
abstract void |
run() |
public ApplicationRunner(P4pluginDeviceService deviceService, P4pluginP4runtimeService runtimeService, String topoFilePath)
public abstract void run()
public boolean loadTopo()
public void removeTopo()
public void removeNode(P4Switch p4Switch)
Copyright © 2018 OpenDaylight. All rights reserved.