Uses of Class
org.opendaylight.ovsdb.hwvtepsouthbound.HwvtepConnectionInstance
-
-
Uses of HwvtepConnectionInstance in org.opendaylight.ovsdb.hwvtepsouthbound
Methods in org.opendaylight.ovsdb.hwvtepsouthbound that return HwvtepConnectionInstance Modifier and Type Method Description HwvtepConnectionInstance
HwvtepConnectionManager. connectedButCallBacksNotRegistered(OvsdbClient externalClient)
HwvtepConnectionInstance
HwvtepConnectionManager. getConnectionInstance(ConnectionInfo key)
HwvtepConnectionInstance
HwvtepConnectionManager. getConnectionInstance(HwvtepPhysicalSwitchAttributes node)
HwvtepConnectionInstance
HwvtepConnectionManager. getConnectionInstance(org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node node)
HwvtepConnectionInstance
HwvtepDeviceInfo. getConnectionInstance()
HwvtepConnectionInstance
HwvtepConnectionManager. getConnectionInstanceFromNodeIid(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node> nodeIid)
Methods in org.opendaylight.ovsdb.hwvtepsouthbound that return types with arguments of type HwvtepConnectionInstance Modifier and Type Method Description Map<org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node>,HwvtepConnectionInstance>
HwvtepConnectionManager. getAllConnectedInstances()
Methods in org.opendaylight.ovsdb.hwvtepsouthbound with parameters of type HwvtepConnectionInstance Modifier and Type Method Description static org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Acls>
HwvtepSouthboundMapper. createInstanceIdentifier(HwvtepConnectionInstance client, ACL acl)
static org.opendaylight.yangtools.yang.binding.InstanceIdentifier<LogicalSwitches>
HwvtepSouthboundMapper. createInstanceIdentifier(HwvtepConnectionInstance client, LogicalSwitch logicalSwitch)
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>
HwvtepSouthboundMapper. createInstanceIdentifier(HwvtepConnectionInstance client, PhysicalSwitch physicalSwitch)
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>
HwvtepSouthboundMapper. createInstanceIdentifier(HwvtepConnectionInstance client, HwvtepNodeName psName)
static org.opendaylight.yangtools.yang.binding.InstanceIdentifier<VlanBindings>
HwvtepSouthboundMapper. createInstanceIdentifier(HwvtepConnectionInstance client, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.node.TerminationPoint> tpPath, VlanBindings vlanBindings)
static org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId
HwvtepSouthboundMapper. createManagedNodeId(HwvtepConnectionInstance client, HwvtepNodeName psName)
void
HwvtepConnectionManager. reconcileConfigurations(HwvtepConnectionInstance client, org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node psNode)
Constructors in org.opendaylight.ovsdb.hwvtepsouthbound with parameters of type HwvtepConnectionInstance Constructor Description HwvtepDeviceInfo(HwvtepConnectionInstance hwvtepConnectionInstance)
HwvtepTableReader(HwvtepConnectionInstance connectionInstance)
-
Uses of HwvtepConnectionInstance in org.opendaylight.ovsdb.hwvtepsouthbound.reconciliation.configuration
Constructors in org.opendaylight.ovsdb.hwvtepsouthbound.reconciliation.configuration with parameters of type HwvtepConnectionInstance Constructor Description HwvtepReconciliationTask(ReconciliationManager reconciliationManager, HwvtepConnectionManager connectionManager, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> nodeId, org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node psNode, HwvtepConnectionInstance connectionInstance, org.opendaylight.controller.md.sal.binding.api.DataBroker db)
-
Uses of HwvtepConnectionInstance in org.opendaylight.ovsdb.hwvtepsouthbound.transact
Methods in org.opendaylight.ovsdb.hwvtepsouthbound.transact that return HwvtepConnectionInstance Modifier and Type Method Description HwvtepConnectionInstance
HwvtepOperationalState. getConnectionInstance()
Methods in org.opendaylight.ovsdb.hwvtepsouthbound.transact with parameters of type HwvtepConnectionInstance Modifier and Type Method Description void
DependencyQueue. processReadyJobsFromConfigQueue(HwvtepConnectionInstance connectionInstance)
Checks if any config data dependent jobs are ready to be processed and process them.void
DependencyQueue. processReadyJobsFromOpQueue(HwvtepConnectionInstance connectionInstance)
Checks if any operational data dependent jobs are ready to be processed and process them.Constructors in org.opendaylight.ovsdb.hwvtepsouthbound.transact with parameters of type HwvtepConnectionInstance Constructor Description HwvtepOperationalState(org.opendaylight.controller.md.sal.binding.api.DataBroker db, HwvtepConnectionInstance connectionInstance, Collection<org.opendaylight.controller.md.sal.binding.api.DataTreeModification<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node>> changes)
HwvtepOperationalState(org.opendaylight.controller.md.sal.binding.api.DataBroker db, HwvtepConnectionInstance connectionInstance, Collection<org.opendaylight.controller.md.sal.binding.api.DataTreeModification<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node>> changes, org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node globalOperNode, org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node psNode)
HwvtepOperationalState(HwvtepConnectionInstance connectionInstance)
TransactInvokerImpl(HwvtepConnectionInstance connectionInstance, DatabaseSchema dbSchema)
-
Uses of HwvtepConnectionInstance in org.opendaylight.ovsdb.hwvtepsouthbound.transactions.md
Methods in org.opendaylight.ovsdb.hwvtepsouthbound.transactions.md that return HwvtepConnectionInstance Modifier and Type Method Description HwvtepConnectionInstance
AbstractTransactionCommand. getOvsdbConnectionInstance()
-