Uses of Interface
org.opendaylight.ovsdb.schema.openvswitch.Controller
-
Packages that use Controller Package Description org.opendaylight.ovsdb.southbound -
-
Uses of Controller in org.opendaylight.ovsdb.southbound
Methods in org.opendaylight.ovsdb.southbound that return types with arguments of type Controller Modifier and Type Method Description static Map<UUID,Controller>
SouthboundMapper. createOvsdbController(OvsdbBridgeAugmentation omn, DatabaseSchema dbSchema)
Methods in org.opendaylight.ovsdb.southbound with parameters of type Controller Modifier and Type Method Description static void
SouthboundMapper. addControllerEntries(List<ControllerEntry> controllerEntries, Controller controller)
Add the OVSDBController
updates to the MDSALControllerEntry
list.static org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node>
SouthboundMapper. createInstanceIdentifier(InstanceIdentifierCodec instanceIdentifierCodec, OvsdbConnectionInstance client, Controller controller, String bridgeName)
Method parameters in org.opendaylight.ovsdb.southbound with type arguments of type Controller Modifier and Type Method Description static List<ControllerEntry>
SouthboundMapper. createControllerEntries(Bridge bridge, Map<UUID,Controller> updatedControllerRows)
static List<ControllerEntry>
SouthboundMapper. createControllerEntries(org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node bridgeNode, Map<UUID,Controller> updatedControllerRows)
-