Package | Description |
---|---|
org.opendaylight.ovsdb.southbound |
Modifier and Type | Method and Description |
---|---|
static Map<UUID,Controller> |
SouthboundMapper.createOvsdbController(OvsdbBridgeAugmentation omn,
DatabaseSchema dbSchema) |
Modifier and Type | Method and Description |
---|---|
static void |
SouthboundMapper.addControllerEntries(List<ControllerEntry> controllerEntries,
Controller controller)
Add the OVSDB
Controller updates to the MDSAL ControllerEntry 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) |
Modifier and Type | Method and 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)
|
Copyright © 2018 OpenDaylight. All rights reserved.