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 HwvtepConnectionInstanceHwvtepConnectionManager. connectedButCallBacksNotRegistered(OvsdbClient externalClient)HwvtepConnectionInstanceHwvtepConnectionManager. getConnectionInstance(ConnectionInfo key)HwvtepConnectionInstanceHwvtepConnectionManager. getConnectionInstance(HwvtepPhysicalSwitchAttributes node)HwvtepConnectionInstanceHwvtepConnectionManager. getConnectionInstance(org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node node)HwvtepConnectionInstanceHwvtepDeviceInfo. getConnectionInstance()HwvtepConnectionInstanceHwvtepConnectionManager. 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 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.NodeIdHwvtepSouthboundMapper. createManagedNodeId(HwvtepConnectionInstance client, HwvtepNodeName psName)voidHwvtepConnectionManager. 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.mdsal.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 HwvtepConnectionInstanceAbstractTransactCommand. getConnectionInstance()HwvtepConnectionInstanceHwvtepOperationalState. getConnectionInstance()Methods in org.opendaylight.ovsdb.hwvtepsouthbound.transact with parameters of type HwvtepConnectionInstance Modifier and Type Method Description voidDependencyQueue. processReadyJobsFromConfigQueue(HwvtepConnectionInstance connectionInstance)Checks if any config data dependent jobs are ready to be processed and process them.voidDependencyQueue. 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.mdsal.binding.api.DataBroker db, HwvtepConnectionInstance connectionInstance, Collection<org.opendaylight.mdsal.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.mdsal.binding.api.DataBroker db, HwvtepConnectionInstance connectionInstance, Collection<org.opendaylight.mdsal.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
Fields in org.opendaylight.ovsdb.hwvtepsouthbound.transactions.md declared as HwvtepConnectionInstance Modifier and Type Field Description protected HwvtepConnectionInstanceAbstractTransactionCommand. keyMethods in org.opendaylight.ovsdb.hwvtepsouthbound.transactions.md that return HwvtepConnectionInstance Modifier and Type Method Description HwvtepConnectionInstanceAbstractTransactionCommand. getOvsdbConnectionInstance()
-