Uses of Interface
org.opendaylight.ovsdb.schema.openvswitch.Controller
Packages that use Controller
-
Uses of Controller in org.opendaylight.ovsdb.southbound
Methods in org.opendaylight.ovsdb.southbound that return types with arguments of type ControllerModifier and TypeMethodDescriptionstatic Map<UUID,
Controller> SouthboundMapper.createOvsdbController
(OvsdbBridgeAugmentation omn, DatabaseSchema dbSchema) Methods in org.opendaylight.ovsdb.southbound with parameters of type ControllerModifier and TypeMethodDescriptionstatic 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 ControllerModifier and TypeMethodDescriptionstatic 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)