Uses of Interface
org.opendaylight.ovsdb.schema.openvswitch.Bridge
-
Packages that use Bridge Package Description org.opendaylight.ovsdb.southbound -
-
Uses of Bridge in org.opendaylight.ovsdb.southbound
Methods in org.opendaylight.ovsdb.southbound with parameters of type Bridge Modifier and Type Method Description static List<ControllerEntry>
SouthboundMapper. createControllerEntries(Bridge bridge, Map<UUID,Controller> updatedControllerRows)
static DatapathId
SouthboundMapper. createDatapathId(Bridge bridge)
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, Bridge bridge)
static List<ProtocolEntry>
SouthboundMapper. createMdsalProtocols(Bridge bridge)
-